Skip to main content

CMD 3

TASKKILL /F /IM httpd.exe /T

C:\WINDOWS\system32>netstat -a -b |findstr /R /C:"80"

https://stackoverflow.com/questions/76074/how-can-i-delete-a-service-in-windows

SC QUERY state= all >"C:\Service List.txt"

SC STOP shortservicename
SC DELETE shortservicename

SC QUERY state= all | FIND "_NAME"

Comments