Created
February 28, 2019 11:27
-
-
Save MelvinStans/41fa7ea5e0f56989196d4e440476d821 to your computer and use it in GitHub Desktop.
VirtualBox commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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