- Local time
- 3:10 PM
- Posts
- 231
- OS
- Windows 11 27965
ive noticed that even when using the Ultimate Performance power plan, my CPU doesnt go to max Turbo Boost speed. my cpu says its max Turbo Boost frequency is 4.2GHz, but Windows caps it at 4.0GHz
i found a power plan option that apparently can change this and allow your CPU to reach max Turbo Speed frequency. i made a script using "set /p" to enter the max Turbo Boost frequency and apply it. did i use "set /p" correctly?
i found a power plan option that apparently can change this and allow your CPU to reach max Turbo Speed frequency. i made a script using "set /p" to enter the max Turbo Boost frequency and apply it. did i use "set /p" correctly?
Code:
echo "Enter CPU Max Turbo Speed in MHz"
set /p MHz=""
powercfg -setacvalueindex SCHEME_CURRENT 54533251-82be-4824-96c1-47b60b740d00 75b0ae3f-bce0-45a7-8c89-c9611c25e100 %MHz%
- Windows Build/Version
- Windows 11 27934
My Computer
System One
-
- OS
- Windows 11 27965
- Computer type
- PC/Desktop
- CPU
- Intel i7 7700 @4.0ghz
- Memory
- 64gb DDR4
- Graphics Card(s)
- Radeon RX 5500 XT
- Sound Card
- Topping D50s
- Hard Drives
- NVMe
- PSU
- Corsair
- Keyboard
- Stelseries G6v2
- Mouse
- Zowie EC2
- Other Info
- https://www.youtube.com/shoober420





