Services

How to delete a Service in Windows 10 using Registry or Command-line

How to delete a Service in Windows 10 using Registry or Command-line

The Windows Service is a computer process that runs in the background without having a user interaction. It usually gets active when you start your computer and it executes tasks silently until you shut down the device. It may start automatically. manually on demand or get triggered by another action.

Sometimes there may come a time when you would need to delete a Windows Service. It could happen if a program you uninstalled, has left a Service behind. In this guide, we show you two methods that will help you to delete a Service in Windows 10.

Delete a Service from your Windows 10 device

You can delete a Windows Service using any one of these methods:

  1. Through Registry Editor
  2. Using Command Prompt

Let us see them in details:

1] Delete a Service through Registry Editor

First of all, you need to find the name of the Service you want to delete.

To do this, click on the Start button and type Services. From the best match result, click on the Services application to open it.

In the Services Manager window, scroll down and look for the service you have to delete. Once you find, right-click on it and select the Properties option.

On the General tab of the Properties window, you will get the name of that Service.

Note down the Service name or you can remember it as well so that you will have it on hand when it would be needed.

Once you got the Service name, simply close the properties window and the Services window as well.

Now, it is time to open the Registry Editor and then go ahead to delete the Service.

But before you begin, make sure to export a backup of your Windows Services list.

In the Registry window, locate the Service Name you identified earlier.

Once you find, right-click on it and then select the Delete option.

Click on the Yes button when asked for confirmation.

After that, close the Registry window and reboot your PC to apply the changes.

2] Delete a Service using Command Prompt

If you don't feel comfortable in editing Registry then you can use the Command Prompt to delete the service.

In order to do this, open an elevated Command Prompt with admin rights.

When UAC prompts on the screen, click on the Yes button to grant the administrative privileges.

In the Command Prompt window, type the below commands and hit Enter:

sc delete 

Note: In the above command name, replace service_name with the service you identified earlier.

Once it completes the process, close the elevated command prompt, and restart your device.

That's it.

You might want to check out the following free tools that help you achieve similar functions with a click:

Read next: How to open Windows Services Manager in Windows 10

Kuinka näyttää OSD-peitto koko näytön Linux-sovelluksissa ja peleissä
Koko näytön pelien pelaaminen tai sovellusten käyttäminen häiriöttömässä koko näytön tilassa voi estää sinut paneelissa tai tehtäväpalkissa näkyvistä ...
Viisi parasta pelin kaappauskorttia
Olemme kaikki nähneet ja rakastaneet suoratoistopelejä YouTubessa. PewDiePie, Jakesepticye ja Markiplier ovat vain joitain huippupelaajista, jotka ova...
How to Develop a Game on Linux
A decade ago, not many Linux users would predict that their favorite operating system would one day be a popular gaming platform for commercial video ...