How does everyone handle this?
As you all know, when you Sysprep a machine it sets the de facto resolution you set in the Sysprep.inf.
I work in an educational environment and we want our desktops set at 1024x768, and then laptops set at native resolution.
This works great:
12noon :: Display Changer
The problem with it is that it only works when someone is logged in (doesn't matter who).
Know of a way I can run it without someone being logged in? Or is there a way for the job to stay pending and only run once a user logs in?
Here is an example of one of the scripts:
\\deploy\express\scripts\Resolution\dccmd.exe -width=1024 -height=768 -depth=32 -refresh=max -apply -quiet