-
Notifications
You must be signed in to change notification settings - Fork 3
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.
- CTRL+R type shell:startup -> Press Enter
- In startup folder create new text document and named that to VM_Name.bat
- 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)
- Save the file and make restart to test the same.