Code Snippet

Just another Code Snippet site

[VirtualBox] Start/Stop VM headless

Start headless :

VBoxHeadless.exe -startvm "<VM name>"

Stop (save state) :

VBoxManage controlvm "<VM name>" savestate

Stop (power button shutdown) :

VBoxManage controlvm "<VM name>" acpipowerbutton

,


Comments are currently closed.