Have WAMP start automatically upon Windows start-up (without logging on or any UAC interference)

前端 未结 3 769
旧巷少年郎
旧巷少年郎 2021-01-29 21:36

I\'m looking to have WAMP start when I switch on the computer. Ideally it would start without users even having to log on. I\'ve added WAMP to the start-up in the registry but a

3条回答
  •  遥遥无期
    2021-01-29 21:56

    1) What you need is to create a batch file with path of wampserver.exe 2) Make Windows Task Scheduler Run the Batch file 3) Open Startup:shell to make the batch file run automatically when the computer Start 4) Disable UAC put it on NERVER NOTIFY mode so that you don't have message when Wamp Server starts.

    I found a blog that gave all the steps plus video here: https://ddroid509ht.blogspot.com/2019/07/open-wamp-server-on-startup.html

提交回复
热议问题