Blog

In this article, I will show you how to uninstall any service in Windows. Unfortunately, you can’t do it through the GUI; you have to use the command line (Terminal).

First, open the system search and type CMD. Open the command line, then at the command prompt, type sc delete [SERVICE NAME].

To find the service name, open the Win+R window and type services.msc. Locate the desired service and go to its Properties.

Here, you can find the service name. An example is shown in the screenshot below.


If the deletion was successful, you will receive the message: [SC] DeleteService: success.

Subscribe
Notify of
guest
0 comments
Inline Feedbacks
View all comments