Advertisement
Guest User

Untitled

a guest
Apr 14th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Create an EnableTurboBoost.bat file with content:
  2.  
  3. Powercfg -setacvalueindex scheme_current sub_processor PERFBOOSTMODE 2
  4. Powercfg -setactive scheme_current
  5.  
  6. and a DisableTurboBoost.bat with:
  7.  
  8. Powercfg -setacvalueindex scheme_current sub_processor PERFBOOSTMODE 0
  9. Powercfg -setactive scheme_current
  10.  
  11. Then open task scheduler and create two tasks which will execute these bat files at a desired time.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement