|
Start VM via command line:
Copy to Clipboard
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm "VM-Name"Start VM and do not show the window for it. Please note that when you do it this way, Copy to Clipboard
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm "VM-Name" --type headlessDo graceful shutdown of Client when Host restarts or shuts down: Copy to Clipboard
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" setextradata "VM-Name" GUI/DefaultCloseAction Shutdown |