shapeless Posted June 18, 2004 Posted June 18, 2004 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 500WshShell.SendKeys "{TAB}"WScript.Sleep 250WshShell.SendKeys "{ENTER}"WScript.Sleep 250WshShell.SendKeys "{ENTER}"WScript.Sleep 250WshShell.SendKeys "{ENTER}"WScript.Sleep 250WshShell.SendKeys "{ENTER}"WScript.Sleep 250WshShell.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
[BM]Crusher Posted June 18, 2004 Posted June 18, 2004 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.regWindows 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:00000007Note: 0000004b = 75Hz00000055 = 85Hz00000064 = 100Hz
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now