Delete Service in Windows

How to delete a service in Windows

1. Check for the "Service name" need to delete.

Hit “Start”, type “services.msc”, then click the “Services”.

services.msc

Right click Service Name, select “Properties”

Remember and note down the “Service Name”

2. Open Command Prompt as Administrator

Hit “Start”, type “cmd”, then Right Click the “Command Prompt”, select “Run as administrator”

cmd

3. Remove Service from the Command line

At “Command Prompt”, use following syntax (replace the ServiceName with the “Service Name” you want to remove):

sc delete ServiceName

Success remove Service, success message prompt out.

[SC] DeleteService SUCCESS

Share this