laptopwiki:guides:os:windows:general:disablecpuboost

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
laptopwiki:guides:os:windows:general:disablecpuboost [29/12/2022 19:48] – created dustojnikhummerlaptopwiki:guides:os:windows:general:disablecpuboost [24/02/2023 21:20] (current) dustojnikhummer
Line 1: Line 1:
 ====== Disable CPU Boost ====== ====== Disable CPU Boost ======
 +===== DISABLING CPU BOOST IS NO LONGER RECOMMENDED =====
 +
 +
 +----
 +
 There is a common way to do this, by limiting "Max CPU state" to 99%. \\ There is a common way to do this, by limiting "Max CPU state" to 99%. \\
 The flaw with this method is capping the CPU at only 1.7GHz. \\ The flaw with this method is capping the CPU at only 1.7GHz. \\
 To maintain stock 2.9/3.0GHz clock with boosting disabled, use this method below instead of 99% max power state. To maintain stock 2.9/3.0GHz clock with boosting disabled, use this method below instead of 99% max power state.
-==== Registry ====+==== Registry Method ====
   - Open regedit   - Open regedit
   - Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\be337238-0d82-4146-a960-4f3749d470c7   - Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\be337238-0d82-4146-a960-4f3749d470c7
Line 13: Line 18:
  
 Credits : [[https://www.reddit.com/r/ZephyrusG14/comments/gho535/important_update_to_properly_disable_boosting/|Reddit]] Credits : [[https://www.reddit.com/r/ZephyrusG14/comments/gho535/important_update_to_properly_disable_boosting/|Reddit]]
 +
 +==== Command Line Method ====
 +  * In CMD as Administrator
 +<code> powercfg -attributes sub_processor perfboostmode -attrib_hide  </code>
 +  * Undo
 +<code> powercfg -attributes sub_processor perfboostmode +attrib_hide </code>
 +
 +
 +=== Configure it in your preferred power plan ===
 +Control Panel -> Power Options -> Change Plan Settings -> Change Advanced Power Settings -> Processor Power Management -> Processor Performance Boost Mode
 +
 +While Disabled (Default: Aggressive) your thermals will improve drastically with minimal (CPU intensive games) or zero performance lost. \\
 +If you don’t want to completely disable it use Efficient Aggressive.
  • laptopwiki/guides/os/windows/general/disablecpuboost.1672339709.txt.gz
  • Last modified: 29/12/2022 19:48
  • by dustojnikhummer