Does Desktop Presenter (windows 10) have an startup arguments?
I'm looking to add the DesktopPresenter.exe as a startup task in windows. I've done this but it always defaults to Main display and all the checkboxes checked. What I would like to have happen is when the application starts it does the following:
1. Sets the selected monitor be say Display 2 (presentation screen).
2. All check boxes for send audio and 3D Compatibility are off.
3. Selection is set to Full Screen.
4. Starts minimized to taskbar. (this is a nice to have).
In some applications you can set command line arguments and it will use those to set options or do certain things. example something like this.
DesktopPresenter.exe Source "2",Selection "FS", 3D 0,Audio 0,Mode M
So the above would be translated as:
Source=Display 2 (Where the number matches the number in windows.
Selection= Full Screen
3D= 0 for unchecked and 1 checked
Audio= 0 for unchecked and 1 checked
Mode= M for start minimized
I'm not looking for a feature enhancement I wish to know if this option exists now? If it's not then I guess I can submit one.