I'm using a scripted install to deploy Windows 7 Enterprise to PCs. This is a fairly rudimentary functionality of DS 7.6, and it works like a charm.
Here's the problem I'm running into: I don't always want the screen resolution to come up the same. I have computer monitors with native resolutions of 1024*768, 1280*1024, 1280*720, 1600*900, 1920*1080, ... you get the point.
What I'd like to see when Windows 7 comes up is to have the resolution set to the monitor's "recommended" resolution...that is, the attached monitor's native resolution:
My cohorts in other departments on campus that use MDT report that this can be done by editing CustomSettings.ini to an invalid resolution, thus forcing the adapter to autodetect its native resolution:
BitsPerPel=32
VRefresh=60
XResolution=1
YResolution=1
Is this something that can be done in DS via a configuration file? I found a PowerShell trick at http://www.serveradventures.com/the-adventures/set..., but the script fails to set the resolution properly, so that's an obvious no-go.
Thanks!