Skip to content

Instantly share code, notes, and snippets.

@schickling
Created November 19, 2013 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schickling/7549547 to your computer and use it in GitHub Desktop.
Save schickling/7549547 to your computer and use it in GitHub Desktop.
Remove old/inaccessible Virtualbox VMs

Remove old/inaccessible Virtualbox VMs

VBoxManage list vms # identify inaccessible VM
VBoxManage unregistervm 37b94dab-33a6-42c0-a2f2-78cb1f8bb880 # your UUID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment