Running Wampserver every time you turn on your computer becomes a little painful. Also, if you are developing an app for clients, you don’t want your client to run Wampserver every time they run the application. So, the solution is to run it automatically. Besides, it should look and feel natural and easy to access your app. So, this article will teach you how to start Wamp Server automatically in windows 10.
Related articles about WAMP Server:
- Install WordPress on WAMP Server Windows 10
- Create a Local Web Server using WAMP Server in Windows
- Transfer WordPress without Downtime Correctly
Start Wamp Server Automatically
Here are the steps to run or start Wamp Server automatically.
- Type ” services.msc ” in Run and press enter.
- Search for ” wampapache64 “.
- Right-click and go to Properties
- On General tab, change the Startup type to Automatically and press Ok.
- Do the same step for ” wampmysqld64 “
In a nutshell, it was that easy. So, if you have any trouble doing the above steps, follow the following steps in details.
1. Open Services
You can search for services or type ” services.msc ” on Run to open services window.
2. Find wampapache64 and wampmysqld64.
After opening Services window, then search for wampapache64 and wampmysqld64.
3. Open Properties.
Right-click on wampapache64 and go to properties. Then change the Startup type to Automatically.
Repeat the same steps for wampmysqld64 and you are done. In case of some issue, comment us.
Conclusion
So, it was that easy. Although there are some other ways as well that let you run apps on startup, it’s was the reliable way. Besides, now you can run any application you want automatically. So, we hope it has been informative for you and if you have any questions, feel free to ask on our forum.