Windows Powershell scripting to control your Home Assistant (and other) virtual machines!

You can create a Scheduled Task that runs at startup.

Scheduled task: New Task
Trigger: New, At startup
Actions: New, Start a program
Program/scripts:
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe"

Add Arguments:
startvm HASSioVMName --type headless

Save

Borrowed from here