Start VM of VirtualBox as daemon on Windows

save the following codes as *.bat and run

@echo off
cd "C:\path\of\Oracle\VirtualBox"  
VBoxManage startvm "VM_NAME" –type headless  

Ruosen

Be a Geek, Do the right thing;