change refresh rate remotely

  • Thread starter Thread starter Hawz
  • Start date Start date
H

Hawz

Does anyone know how to change screen refresh rate remotely? Thanks in
advance!
 
Hawz said:
Does anyone know how to change screen refresh rate remotely? Thanks in
advance!

The refresh rate is stored in registry keys that are specific
for each display adapter. You will have to identify which key
this is (e.g. by exporting the HKLM registry branch before
and after a change of the refresh rate, then comparing the
two export files), then create a registry import file and apply
like so:

regedit /s c:\refresh.reg

You can use psexec.exe (www.sysinternals.com) to do the
same thing remotely.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top