Change display properties via batch script

  • Thread starter Thread starter tutmann
  • Start date Start date
T

tutmann

Hello,

how can I change the display resolution and dual-head / single-head
properties via a batch script?
What I want to have is something like two different presets:
1. lowres 1024x768 single head
2. highres 1280x1024 dual head
Those presets should be avialable via doubleclick from the desktop.

How to do it?

Henning
 
I Don't think you can do this with XP default commands but ResSwitch is very
good program :
http://www.naughter.com/qres.html

You can change Resolution, Refresh rate, Color quality ( 32 bit, 16 bit
etc..)
You can use the ResCopy tool to copy the parameters needed.
The script will be like this :
"resswitch path" 1152 864 32 75

The above line will change the screen to 1152x864 resolution, 32 bit color,
75 refresh rate
 
Back
Top