Disabling power throttling on windows 10

Disabling power throttling seems to be easiest way to solve dynamic frequency scaling problem.

Here’s how to do it in Registry Editor.

  1. Open Run dialog box by pressing Start + R. Or typing regedit into search box.
  2. Type regedit into the text box and hit Enter to run software.
  3. Click Yes in the User Account Control window.
  4. Expand HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, and Control in order.
  5. Right click on the Power folder.
  6. Choose New from the context menu and select Key from submenu.
  7. Name the new key as PowerThrottling and hit Enter.
  8. Right click on PowerThrottling.
  9. Choose New from the context menu and select DWORD (32-bit) Value from submenu.
  10. Name it as PowerThrottlingOff and hit Enter.
  11. Double click on PowerThrottlingOff to edit.
  12. Change the Value data from 0 to 1 and click OK.