Forum Discussion
lumodino
Feb 05, 2020Copper Contributor
Cloning display on machine start script
Hi, we have in my organization this scenario: Windows computers on classrooms joined to a domain. Same deployed images Computers frozen with deepfreeze Dual monitor configuration. Monitor for ...
Joshua King
Mar 03, 2020MVP
The only "PowerShell" solution I know of is just wrapping the displayswitch utility.
One thing to try is running the Displayswitch /clone script in a scheduled task, specifically using a user account and storing the password (though try without too).
If that works it's a case of figuring out how to deploy the task in a GPO or in the image.
Good luck! Interested in knowing how you get on with this one.