Skip to content

VM_Auto_Start

Deepak Sharma edited this page Oct 8, 2020 · 3 revisions

To make your NixOS VM automatic start every time the laptop is restarting then you will have to follow below simple three steps.

  1. CTRL+R type shell:startup -> Press Enter
  2. In startup folder create new text document and named that to VM_Name.bat
  3. Right click on BAT file, click on EDIT and put “C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm bevm018 --type headless (bevm018 is the name of the VM)
  4. Save the file and make restart to test the same.

Clone this wiki locally