启动虚拟机
VBoxManage startvm <vm_name> -type vrdp
关闭虚拟机
VBoxManage controlvm <vm_name> acpipowerbutton
暂停虚拟机
VBoxManage controlvm <vm_name> pause
从暂停中启动虚拟机
VBoxManage controlvm <vm_name> resume
查看有哪些虚拟机
VBoxManage list vms
查看虚拟的详细信息
VBoxManage list vms --long
查看运行着的虚拟机
VBoxManage list runningvms
强制关闭虚拟机
VBoxManage controlvm <vm_name> poweroff
更多VBoxManage用法请参考VBoxMange --help