Windows – Change Windows screen resolution remotely without reboot

keyboard-video-mousevideowindowswindows-server-2008

We had a bunch of Windows 2008 servers configured by a tech, then racked with and hooked up to an IP KVM. Unforunately, the monitor used during configuration was a widescreen LCD, and now Windows is initialized to a resolution out of range for the KVM as well as the screen onsite.

We found that we can edit HKLM\System\CurrentControlSet… and then reboot the machines. But I'd prefer not to have to make all of them reboot.

Is there a way to restart the video driver or otherwise change the console resolution remotely, without a reboot?

Best Answer

You can use ResSwitch from this page: http://www.codeproject.com/KB/tips/resswitch.aspx.

Related Topic