How to start Vagrant during startup/boot on Windows host? -
i want start vagrant vm (based on virtualbox) after boot automatically. has work without user login anyway if administrator user "vagrant status"/"vagrant ssh" has work properly.
so far tried following stuff:
- hkey_local_machine\software\microsoft\windows\currentversion\run registry key (seems work on login)
- hkey_current_user\software\microsoft\windows\currentversion\run registry key (seems work on login)
- "task scheduler" (vagrant vm started "vagrant status" returns not running , login using "vagrant ssh" not possible)
- group policy scripts (vagrant vm started "vagrant status" returns not running , login using "vagrant ssh" not possible)
Comments
Post a Comment