Changing Screen Resolutions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Users frequently need to change resolutions and I was wondering if there is a way to do this with a script. I know that I can use "%windir%\system32\control.exe desk.cpl,,3" as the command line in a shortcut, which opens the Display Properties window to the Settings tab, but I'd also like it to set the resolution. Any suggestions would be greatly appreciated

Thank you in advance for your help.
 
Mark said:
Users frequently need to change resolutions and I was wondering if there is a way to do this with a script. I know that I can use "%windir%\system32\control.exe desk.cpl,,3" as the command line in a shortcut, which opens the Display Properties window to the Settings tab, but I'd also like it to set the resolution. Any suggestions would be greatly appreciated.

Thank you in advance for your help.

Some command line freeware utilities MultiRes , Resolution Changer,
Vidres that might be useful for you:

http://groups.google.com/[email protected]
 
Thanks

----- Torgeir Bakken (MVP) wrote: ----

Mark wrote
Users frequently need to change resolutions and I was wondering if there is a way to do this with a script. I know that I can use "%windir%\system32\control.exe desk.cpl,,3" as the command line in a shortcut, which opens the Display Properties window to the Settings tab, but I'd also like it to set the resolution. Any suggestions would be greatly appreciated

Some command line freeware utilities MultiRes , Resolution Changer
Vidres that might be useful for you

http://groups.google.com/[email protected]


-
torgei
Microsoft MVP Scripting and WMI, Porsgrunn Norwa
Administration scripting examples and an ONLINE version of the 1328 pag
Scripting Guide: http://www.microsoft.com/technet/community/scriptcenter/default.msp
 
Back
Top