Last active
December 4, 2024 17:32
-
-
Save oltodosel/74b2da9c6e3d48df5e442ec3336c9638 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; MajorGeeks.Com | |
; https://www.majorgeeks.com/content/page/how_to_add_or_remove_maximum_processor_frequency.html | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\75b0ae3f-bce0-45a7-8c89-c9611c25e100] | |
"Attributes"=dword:00000002 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: for Windows | |
:: Set maximum processor frequency to 3333 MHz | |
powercfg -setacvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMAX 3333 | |
powercfg -setdcvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMAX 3333 | |
powercfg -setactive SCHEME_CURRENT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment