I have a specific VM that runs within Virtual Box, and I would like that VM to be started automatically in the event the windows server (2012) reboots or is restarted after power outage.
Is this possible ideally without any third party software that incurs additional cost.
The Microsoft Server topic includes all of the legacy versions of the operating system, including the Windows NT 3.1, NT 3.5, NT 4.0 and Windows 2000 and Windows Home Server versions.
--- script start
cd "C:\Program Files\Oracle\VirtualBox"
VBoxHeadless --startvm name_of_your_vm_here
--- script end