Skip to content

Instantly share code, notes, and snippets.

@mkckr0
Created February 4, 2023 03:18
Show Gist options
  • Save mkckr0/9f2bdaad1853e1b9488bb695c9deffed to your computer and use it in GitHub Desktop.
Save mkckr0/9f2bdaad1853e1b9488bb695c9deffed to your computer and use it in GitHub Desktop.
VirtualBox clear state and start in background
set vboxmgr="C:\Program Files\Oracle\VirtualBox\VBoxManage.exe"
%vboxmgr% discardstate os_0
%vboxmgr% startvm os_0 --type headless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment