diff --git a/00. Inbox/Windows/00. _Map.canvas b/00. Inbox/Windows/00. _Map.canvas new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/00. Inbox/Windows/00. _Map.canvas @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/00. Inbox/Windows/powercfg powerthrottling 關閉.md b/00. Inbox/Windows/powercfg powerthrottling 關閉.md new file mode 100644 index 0000000..9a0eabb --- /dev/null +++ b/00. Inbox/Windows/powercfg powerthrottling 關閉.md @@ -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 +``` \ No newline at end of file