vault backup: 2024-02-17 23:16:21

This commit is contained in:
2024-02-17 23:16:21 +08:00
parent d7f574153d
commit 2021ab7180
56 changed files with 3 additions and 16 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
```