jenwachter
8/23/2013 - 2:58 PM

Kill a virtual box

Kill a virtual box

# find the VM
VBoxManage list vms

# dump it
VBoxManage controlvm <name> poweroff
VBoxManage unregistervm <name> --delete