vault backup: 2024-02-16 14:10:29

This commit is contained in:
2024-02-16 14:10:29 +08:00
parent 7111f2dad0
commit 25bb46c952
12 changed files with 70 additions and 608 deletions

View File

@@ -0,0 +1,6 @@
對於特定的軟體,使用 `powercfg` 來關閉 powerthrottling。例如讓 [VirtualBox](https://www.virtualbox.org/) 最大效能執行:
```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
```