Home >Operation and Maintenance >Apache >How to uninstall Apache in win10
Completely uninstall Apache (Recommended learning: apache use)
Run services.msc, in the service Stop the apache service. Or, use the Apache Monitor tool to manually Stop the apache service;
Run the command line program and enter sc delete apache (xxxx) to delete the service; Add xxxx after apache because it may not be called apache on your computer, it may be called Apache, or something else. These are all specified during installation;
Delete the apache folder.
Complete uninstall successful!
The above is the detailed content of How to uninstall Apache in win10. For more information, please follow other related articles on the PHP Chinese website!