Skip to content

Instantly share code, notes, and snippets.

@MelvinStans
Created February 28, 2019 11:27
Show Gist options
  • Save MelvinStans/41fa7ea5e0f56989196d4e440476d821 to your computer and use it in GitHub Desktop.
Save MelvinStans/41fa7ea5e0f56989196d4e440476d821 to your computer and use it in GitHub Desktop.
VirtualBox commands
# List virtual machines
VBoxManage list vms
"MyVM" {e4b0c92c-4301-4a7d-8af8-fe02fed00451}
# Start VM in headless mode
VBoxManage startvm MyVM --type headless
# Power off VM
VBoxManage controlvm MyVM poweroff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment