Skip to content

Instantly share code, notes, and snippets.

@ottergauze
Created May 28, 2021 18:14
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ottergauze/960b68a0b99f53a79f340b4e9703ddad to your computer and use it in GitHub Desktop.
Save ottergauze/960b68a0b99f53a79f340b4e9703ddad to your computer and use it in GitHub Desktop.
A demonstration of how to unlock the ability to disable Ryzen Turbo on ROG Zephyrus laptops.
This guide already exists on the internet, but only on Reddit. So I'm also putting it here for redundancy's sake because it could vanish at any time. I also fixed a typo that prevented people from copying the registry path.
-- Unlocking Option --
1. Press Win+R
2. Type "regedit" and click OK
3. In the top bar, paste the following path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\be337238-0d82-4146-a960-4f3749d470c7
4. Double click "Attributes"
5. Change the key from 1 to 2.
-- Disabling Turbo --
6. Search for Edit Power Plan
7. Click "Change advanced power settings"
8. For every option in the dropdown
8.1. Open Processor Power Management
8.2. Open Processor Performance Boost Mode
8.2.1. Change On Battery to Disabled
8.2.2. Change Plugged in to Disabled
Optionally, Disabled can be replaced with any option. From what I see, Efficient Aggressive is also good if you don't load your CPU over 60% often.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment