• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Tools like SetFSB for Windows 8.1

MrDarkwraith

Junior Member
I have a proprietary motherboard which means I can't overclock through BIOS, back on Windows 7, I used SetFSB to overclock to 3GHz. Unfortunately on 7, my graphics drivers crashed, so I upgraded to 10. 10 ran awfully so I then went to 8.1. Unfortunately, SetFSB doesn't work on Windows 8.1, so now I'm asking for help

System:
Q6700
5GB DDR2
GTX 560

not the strongest but I had 140$
 
It runs on Win 10.
I only ran 8.1 for a few days but never tried SetFSB on it.

Are you sure an AV program isn't blocking/deleting it?
 
Runs Okay for me on W8.1 but obviously don't have an onboard PLL chip
cgdhQSz.png


Did you extract the driver(s) too? What error do you get?
 
Doesn't do anything meaning you cannot set clocks or doesn't even show up on the desktop? x86 or x64?
 
And you have the same PLL selected, chipset inf installed, especially smbus

RWEverything has a clock gen button you could try also but would require setting registers manually to change clock.

Just saw the vid, try using HPET if not already in case it's using the CPU clock for timing.

bcdedit /set useplatformclock yes

Reboot
 
Last edited:
And you have the same PLL selected, chipset inf installed, especially smbus

RWEverything has a clock gen button you could try also but would require setting registers manually to change clock.

Just saw the vid, try using HPET if not already in case it's using the CPU clock for timing.

bcdedit /set useplatformclock yes

Reboot
I just tried to use RWEverything.
What the fuck is that?
Also what program am I supposed to use with HPET
And I just wanted alternatives to SetFSB, not all this stuff!
 
No program for HPET, it's a Windows command line to use a fixed clock for measurement and not the CPU clock which you are changing.

Open a "Command Prompt" (admin) and enter

bcdedit /set useplatformclock yes

then reboot and try again.

The clock is changing just that you don't see it because you are also changing the reference clock to measure it 😉
 
I'm sure but what have you done to get it to work on Win10?
It's Win 10 with the all the latest uodates Just installed, chose correct PLL, and it runs just fine.
I even run it from a batch file:

start "" "C:/Program Files\CPUID\CPU-Z\cpuz.exe"
start "" "C:\Program Files (x86)\SpeedFan\speedfan.exe"
start "" "C:\Users\Bill\Desktop\Overclock\Throttle Stop\ThrottleStop.exe"
Rem Sets Computer To 3.0 GHz
START C:\Users\Bill\Desktop\Utilities\setfsb\setfsb.exe -s376 -p115
 
No program for HPET, it's a Windows command line to use a fixed clock for measurement and not the CPU clock which you are changing.

Open a "Command Prompt" (admin) and enter

bcdedit /set useplatformclock yes

then reboot and try again.

The clock is changing just that you don't see it because you are also changing the reference clock to measure it 😉
IT WORKED THANK YOU
 
Back
Top