3 lines
153 B
Batchfile
3 lines
153 B
Batchfile
|
@echo off
|
||
|
ryzenadj --slow-time=60 --vrmmax-current=42000 --tctl-temp=75 --stapm-limit=14000 --stapm-time=1000 --fast-limit=16000 --slow-limit=15000
|
||
|
pause
|