vault backup: 2024-02-16 13:56:40

This commit is contained in:
2024-02-16 13:56:40 +08:00
parent 12371af3b2
commit 7111f2dad0
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,6 @@
對於特定的軟體,使用 `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
```