Skip to content

Instantly share code, notes, and snippets.

@pulsejet
Last active June 12, 2024 03:18

Revisions

  1. pulsejet revised this gist Jun 12, 2024. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions readme
    Original file line number Diff line number Diff line change
    @@ -9,5 +9,6 @@ powercfg /powerthrottling disable /path "C:\Program Files\Oracle\VirtualBox\Virt
    powercfg /powerthrottling disable /path "C:\Program Files\Oracle\VirtualBox\VirtualBox.exe"
    powercfg /powerthrottling list

    # run vbox as admin
    # set cores of VM to number of logical processors (not physical cores)
    # restart vms
  2. pulsejet created this gist Jun 12, 2024.
    13 changes: 13 additions & 0 deletions readme
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    # first set the My Dell app to use Ultra Performance mode

    # enable high performance power plan
    powercfg /s SCHEME_MIN

    # disable throttling for vbox
    powercfg /powerthrottling disable /path "C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe"
    powercfg /powerthrottling disable /path "C:\Program Files\Oracle\VirtualBox\VirtualBoxVM.exe"
    powercfg /powerthrottling disable /path "C:\Program Files\Oracle\VirtualBox\VirtualBox.exe"
    powercfg /powerthrottling list

    # set cores of VM to number of logical processors (not physical cores)
    # restart vms