While installing Apache as a service, I have accidentally removed Windows' default http service. Now many dependant services don't work and I can't get it back.
Is there a way (beside restore points since it's been a while and I noticed this too late) to fix this both as a service and in the registry?
What I have done:
- Installed Apache using
http -k -n "http"command. - Noticed that I have misspelled
httpdand typedhttpinstead. - Removed the service using
sc delete http - Reinstalled Apache using
http -k -n "httpd" - Found out spooler isn't starting.
- Searched the web and found
httpwas a Windows service required for many discovery tasks. - Panicked