Last Updated: February 25, 2016
·
1.634K
· rwellens

Launch virtual machine in background with VirtualBox

VBoxManage startvm VMName --type headless

2 Responses
Add your response

VBoxManage -nologo startvm VMName --type headless

This will start with no windows open at all.

over 1 year ago ·

vagrant up - See http://vagrantup.com

over 1 year ago ·