VBoxManage list vms
VBoxManage startvm dcsvr08 -type vrdp
VBoxHeadless -startvm "dcsvr08"
VBoxManage startvm "XP" --type headless
VBoxManage list runningvms
VBoxHeadless -s winxp --vnc --vncport 5900 --vncpass password
vncviewer localhost:5900
原文:https://www.cnblogs.com/gispathfinder/p/9532835.html