tom95521 Posted November 13, 2018 Report Posted November 13, 2018 Most graphics cards now can support multiple inexpensive displays. We have -display 1 and -display 2 command line options. It would be nice to have a -display clone or display -mirror option. It can be done with a script but it would be easier if the application controlled the displays. I don't know if you can determine the existing display configuration and restore it after running the slideshow. Set WshShell = CreateObject("WScript.Shell" ) WshShell.Run "%windir%\System32\DisplaySwitch.exe /clone", 0, TRUE WScript.Sleep 1000 WshShell.Run "slideshow.exe", 0, TRUE WshShell.Run "C:\Windows\System32\DisplaySwitch.exe /extend", 0, TRUE Set WshShell = Nothing Thanks, Tom Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.