Skip to content

Instantly share code, notes, and snippets.

View dexter74's full-sized avatar

Marc dexter74

View GitHub Profile
@dexter74
dexter74 / startvm.bat
Created December 26, 2020 08:24 — forked from 1franck/startvm.bat
Start VirtualBox headless vm with a batch file
@echo off
cd /d "C:\Program Files\Oracle\VirtualBox"
VBoxManage.exe startvm "MyVm" --type headless