Destramic Posted August 4, 2015 Share Posted August 4, 2015 hey guys i'm using command prompt to execute the following: httpd.exe -k uninstall but it comes back with (OS 5)Access is denied. : AH00373: Failed to open the 'Apache2.4' service i've even removed maria-db as i thought that may have been the problem...no uninstall in c:\apache24 directories also no sign of apache in my add/remove programs listings. does anyone please have any idea on how i can uninstall apache please? thank you Quote Link to comment https://forums.phpfreaks.com/topic/297628-uninstalling-apache-24/ Share on other sites More sharing options...
Ch0cu3r Posted August 4, 2015 Share Posted August 4, 2015 hey guys i'm using command prompt to execute the following:httpd.exe -k uninstall Make sure you are running that command as Administrator (Right click cmd.exe run as Administrator). Note it only removes the Apache service. If you gave the Apache service a different name on install then you need to specify the service name with the -n flag httpd.exe -n "Apache Service Name" -k uninstall Otherwise to remove Apache you can safely delete the Apache install folder (provided Apache is not running) Quote Link to comment https://forums.phpfreaks.com/topic/297628-uninstalling-apache-24/#findComment-1518006 Share on other sites More sharing options...
Destramic Posted August 4, 2015 Author Share Posted August 4, 2015 Make sure you are running that command as Administrator (Right click cmd.exe run as Administrator) worked a like a charm, thank you Quote Link to comment https://forums.phpfreaks.com/topic/297628-uninstalling-apache-24/#findComment-1518008 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.