+4 votes
53 views
How to remove a Windows 11 Service

in Windows11 by (551k points)
reopened | 53 views

1 Answer

+5 votes
Best answer

1 How to delete a Windows 11 Service Backing up the registry
2 How to remove a Windows 11 Service from Registry Editor
3 How to remove a Windows 11 Service from CMD
4 How to remove a Windows 11 Service from PowerShell

TechnoWikis has mentioned to you many times that Windows 11, and the other versions, are service-based systems whose task is to allow many of the tasks that are executed both in the foreground and in the background to be carried out without errors. This is achieved thanks to the fact that the services allow the creation and administration of processes which are linked to the applications and programs. Something to keep in mind is that Windows services can be started without us carrying out the process, as well as they can continue to run even after closing the session..

 

These services work in the background and come into action when you start the computer, but when we install third-party applications or certain configurations have been made, services may be activated that can have a negative impact on the performance of Windows 11 as they are non-vital services. . In this case, we can eliminate said service, but TechnoWikis recommends that before removing a service, carefully review the type of service and its impact on the system, since if we accidentally remove a service from the system, we can trigger a series of global errors. Let's see various ways to remove a service in Windows 11.

 

 

To stay up to date, remember to subscribe to our YouTube channel!
SUBSCRIBE ON YOUTUBE

 

 


1 How to delete a Windows 11 Service Backing up the registry

 

TechnoWikis seeks with this step to have a backup copy of the system records so that in case of failures we have the recursion to access this copy and recover all normal services..

 

Step 1

To create this backup open the Regedit Registry Editor:

 

image

 

Step 2

Let's go to "File - Export":

 

image

 

Step 3

We assign a name and define where the backup of the records will be stored. We expect the backup to be saved.

 

image

 

 


2 How to remove a Windows 11 Service from Registry Editor

 

 

Step 1

The first method to eliminate a service is precisely from the Registry Editor, for this we must know the name of the service with certainty, to know this we open Services:

 

image

 

Step 2

We locate the service to eliminate:

 

image

 

Step 3

We double click on it to see its name:

 

image

 

Step 4

Once this is defined, we open the Regedit Registry Editor:

 

image

 

step 5

Let's go to the route:
 HKEY_LOCAL_MACHINE - SYSTEM - CurrentControlSet – Services 
image

 

step 6

There we find all the services, right click on the desired service and select "Delete":

 

image

 

 

step 7

The following message will be displayed:

 

image

 

step 8

Confirm the process and said service will no longer be available:

 

image

 

 


3 How to remove a Windows 11 Service from CMD

 

 

Step 1

From the CMD console we are able to carry out this service removal process, to do so, open CMD as administrator:

 

image

 

Step 2

We list the current services to know for sure the name of the service to delete:
 net start 
image

 

 

Step 3

We eliminate the service by executing the following:
 sc delete "service" 
Service Controller SC is a command with which we can manage the services in Windows 11 in a simple and fully functional way.

 

 

image

 


4 How to remove a Windows 11 Service from PowerShell

 

 

Step 1

Another option to delete a service in Windows 11 is with the PowerShell console, in this case we open PowerShell as administrators:

 

image

 

 

Step 2

List the current services using the cmdlet:
 Get-Service 
image

 

Step 3

Finally we eliminate the desired service:
 sc delete "service" 
image

 

We see how each of these options is ideal for removing a service but remembering the importance of these and how delicate it is to remove a vital Windows service.

 


by (3.5m points)
edited

Related questions

+3 votes
1 answer
+3 votes
1 answer
asked Feb 7, 2023 in Windows11 by backtothefuture (551k points) | 51 views
+4 votes
1 answer
asked Dec 12, 2022 in Windows11 by backtothefuture (551k points) | 57 views
+5 votes
1 answer
+5 votes
1 answer
asked Feb 21, 2023 in Windows11 by backtothefuture (551k points) | 67 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,632 questions
10,764 answers
510 comments
3 users