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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -