Skip to content

Instantly share code, notes, and snippets.

@pgwillia
Last active December 31, 2015 22:59
Show Gist options
  • Save pgwillia/8057116 to your computer and use it in GitHub Desktop.
Save pgwillia/8057116 to your computer and use it in GitHub Desktop.
Unregister inaccessible vms
# get list of registered vms
VBoxManage.exe list vms
# unregister the inaccessible
VBoxManage.exe unregistervm <uid>
# get list of running vms
VBoxManage.exe list runningvms
# gets the status of the VMs Vagrant knows about
vagrant global-status --prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment