6 lines
340 B
Markdown
6 lines
340 B
Markdown
對於特定的軟體,使用 `powercfg` 來關閉 powerthrottling。例如,VirtualBox永遠全速執行:
|
||
```cmd
|
||
powercfg /powerthrottling DISABLE /PATH "C:\Program Files\Oracle\VirtualBox\VirtualBoxVM.exe"
|
||
powercfg /powerthrottling DISABLE /PATH "C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe"
|
||
powercfg /powerthrottling list
|
||
``` |