Fix Windows 10 so HPET restarts automatically after shutdown.
Fix Windows 10 so HPET restarts automatically after shutdown.
Since switching from Windows 7 to 10, I've experienced FPS drops in Valorant. It's frustrating having to shut down the PC every time. Any suggestions on how to resolve this issue?
Here’s how it’s done on Windows 10:
1. Press the Windows key, type “cmd,” and press Enter.
2. Right-click on cmd.exe in the search results and choose “Run as administrator.”
3. To make HPET the sole timer, use the command `bcdedit /set useplatformclock true`.
4. To turn HPET off, run `bcdedit /deletevalue useplatformclock`.
Good luck!
That's what I did, and it looks the same. It seems I resolved the issue by turning off Dynamictick in the command prompt, and I don't need to do it again now.
Make sure it’s turned off in the system BIOS as well; otherwise, Windows 10 might revert it, even if it seems correct.