Marcel2304 Posted June 14, 2021 Posted June 14, 2021 Hello guys, is it possible to make a script that changes the main display automatically ? We are using parallels on Mac and windows doesnt remember the main display we last set when we start it up. Thank you !
Solution Luke94 Posted June 14, 2021 Solution Posted June 14, 2021 (edited) Look at Breina's comment (Bottom comment) here. You could then run the command from within your script using: Run('MultiMonitorTool.exe /SetPrimary <Monitor>', '', @SW_HIDE) Not able to test this for you - sorry. Edited June 14, 2021 by Luke94
Marcel2304 Posted June 14, 2021 Author Posted June 14, 2021 45 minutes ago, Luke94 said: Look at Breina's comment (Bottom comment) here. You could then run the command from within your script using: Run('MultiMonitorTool.exe /SetPrimary <Monitor>', '', @SW_HIDE) Not able to test this for you - sorry. It worked. Thank you very much !!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now