Computer Tips - How can I delete the Apache 2.x service on Windows 8.x?

Date: 2016aug30 OS: Windows Q. How can I delete the Apache 2.x service on Windows 8.x? A. Use the "sc" command like this:
sc delete apache2.x
Eg:
sc delete apache2.4
You can then check it:
sc query apache2.x
You can do lots of other things with the sc (service control) command.