seedogg wrote:I too am a coordinator of a digital signage network at my place of employment. I want to display YoWindow immediately in fullscreen without having to click to make it fullscreen. Is there a way to do this?
I don't know if there's a "hidden" Parameter to YoWindow to do this, so i found this solution for me:
i call YoWindow.exe with the "/screenSaver" option. That's all.
For this i created a very little batch-file - see below - placed it on my desktop and double-click it every time i want to start YoWindow immediately in fullscreen-mode:
Code: Select all
start [Path to the YoWindow executable]\yowindow.exe /screenSaver
The only thing is: you can't change to a different location. But that's ok for me
The known command-line parameters for YoWindow are:
- /debug -> to start YoWindow in debug-mode
- /screenSaver -> to start YoWindow with "screenSaver" role
- /mt -> to start YoWindow minimized to tray
You get this list by starting YoWindow.exe with the parameter "/?"
Maybe, if you ask Pavel, he would add a command-line parameter like "/fullScreen" to start YoWindow in full-screen-mode? Please place such a request in the "
Suggestions" sub-forum - thanks!