Registry Key to set screen resolution

Light Poster
12Feb2008,16:02   #1
gopal_787's Avatar
Hi All,

Could anyone please let me know which is the registry key to be changed so that i keep the screen resolution for any user logging in to be 1280*1024.

Any help would be greatfull.

Cheers
Gopal
Team Leader
12Feb2008,18:16   #2
pradeep's Avatar
Code:
HKCC\System\CurrentControlSet\Control\Video\
Just keep branching down from there, and you should be able to find it (they're under XResolution and YResolution--LOOK AT ALL THE OPTIONS under video.

Since I'm not quite certain, I wouldn't recommend this without a complete backup of course, both of registry and System Restore.
Light Poster
12Feb2008,19:26   #3
gopal_787's Avatar
I was able to ge the XResolution and YResolution under the registry path.. although there are quite a few of them under that Video section... Will take a back up and then try modifying them... Thanks for your help Pradeep..