Jump to content

unattended RefreshForce


Recommended Posts

well in case anyone wants their xp install to get the highest refresh rates possible, i made a little vbs file for that.

Set WshShell = WScript.CreateObject ("WScript.Shell")

WshShell.Run ("%systemroot%\install\reforce\reforce.exe")

WScript.Sleep 500

WshShell.SendKeys "{TAB}"

WScript.Sleep 250

WshShell.SendKeys "{ENTER}"

WScript.Sleep 250

WshShell.SendKeys "{ENTER}"

WScript.Sleep 250

WshShell.SendKeys "{ENTER}"

WScript.Sleep 250

WshShell.SendKeys "{ENTER}"

WScript.Sleep 250

WshShell.SendKeys "%{F4}"

BUT it only works if your monitor and video card have been detected already.

I put it in my RunOnceEx, and at the end, it will reboot(refreshforce requires a reboot anyway) and it works well.

also if there is a better way to get max refresh rates, like a silent way, let me know

Link to comment
Share on other sites


if it is an nvidia video card (like mine) run this registry tweak from RunOnce (I have my drivers installed well before this through PnP hardware detection)

refresh.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NVTweak\RefreshOverrides]
"EnableRefreshOverrides"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NVTweak\RefreshOverrides\1024x768]
"RefreshRate"=dword:0000004b
"Flags"=dword:00000007

[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NVTweak\RefreshOverrides\640x480]
"RefreshRate"=dword:0000004b
"Flags"=dword:00000007

[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NVTweak\RefreshOverrides\800x600]
"RefreshRate"=dword:0000004b
"Flags"=dword:00000007

Note: 0000004b = 75Hz

00000055 = 85Hz

00000064 = 100Hz

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...