Skip to content

Instantly share code, notes, and snippets.

@poloniusDergath
Created May 22, 2018 15:46
Show Gist options
  • Save poloniusDergath/ae53dc037973a737f44dcac6e7b8516b to your computer and use it in GitHub Desktop.
Save poloniusDergath/ae53dc037973a737f44dcac6e7b8516b to your computer and use it in GitHub Desktop.
CMD script to start headless VirtualBox machine
@ECHO OFF
SETLOCAL
set VBOX_HOME=C:\PROGRA~1\Oracle\VirtualBox
%VBOX_HOME%\VBoxManage.exe startvm %VM_NAME% --type headless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment