91

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 user needs to have logged on and UAC is still playing it's annoying part.

Is there a way to accomplish this without logging on or UAC interfering?

Thanks.

George
  • 36,413
  • 9
  • 66
  • 103

3 Answers3

249

Follow these instructions to start the appropriate WAMP services on start-up. UAC will not interfere here and there is no need to log in to start your web-server:

  1. Log in as an administrator.

  2. Start -> Run "services.msc"

  3. Right click the service wampapache (may also be called wampapache64). Go to properties and set start-up type to 'Automatic'

  4. If you want MySQL to also be available on startup, then repeat step 3 for wampmysqld (or wampmysqld64)

enter image description here

Tried and tested on Windows 7-10

George
  • 36,413
  • 9
  • 66
  • 103
  • I'm not sure but I might have forgotten to put the server online (i.e. click "Put Online"). Might have been something else. It's fixed now. – Manuel Jan 13 '14 at 15:50
  • 1
    its workin when I access to the localhost but, but if we wanna start the app wampserver ??? – krachleur Jul 07 '15 at 11:21
  • 7
    This solution works, however the wamp icon doesn't appear in the taskbar tray. How to fix this? – Alex Lomia Jul 23 '16 at 22:22
  • 1
    This solution works OK, but it only launches one of three wamp-related applications (webserver). There are still databases (mysql, mariadb) and wampmanager to run. Better answer is by sariban, which starts wampmanager with all three instances at once at computer startup. – lubosdz Mar 28 '19 at 09:41
  • 1
    @AlexanderLomia the answer describe only how to start the `apache` (web server) and `mysql` (database server) services. If you want to the icon (visual interface available in system tray) you need to start automatically `wampmanager.exe` ( \wampmanager.exe ) . It requires administrator priviledges so you will have to consider that as well. – Alex P. Apr 26 '19 at 08:40
40

1) Open Task Scheduler
2) Under "Action" > Create a Task
3) Give some name
4) Trigger > New > Begin The Task > “At Startup”
5) Actions > New > Browse > c:\wamp\wampmanager.exe
6) Hit OK
7) Restart and Check

code-8
  • 54,650
  • 106
  • 352
  • 604
Sariban D'Cl
  • 2,197
  • 2
  • 28
  • 42
0

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