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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -