Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

How to query, stop and delete a service in Windows

Posted on 13/12/201830/12/2023 IT Expert By IT Expert No Comments on How to query, stop and delete a service in Windows
  1. Home
  2. Windows
  3. How to query, stop and delete a service in Windows
query service

Services in the Windows OS are background processes that usually require no user interaction and is similar to a UNIX daemon process. Services provide core operating system features, such as Web serving, event logging, file serving, printing, cryptography, and error reporting. In this article, we will discuss how to query or stop and delete a service in Windows. Please see How to find disabled Active Directory User accounts, and How to stop Windows from applying updates.

Oftentimes, you may need to delete a service. An example is when a program is uninstalled and does not uninstall correctly. 

This leaves its service in the Services list. First I will be looking at ways to stop a service.

Query a Service

Let’s assume you do not know the service name and you need to find the short service name of a service and the “services.msc” console is cannot open. Follow the procedure below.

The following command generates a text file containing a list of services and their statuses.

SC QUERY state= all >"C:\Users\Administrator\Desktop\Service-list.txt"
stop service

For a more concise list, execute the following command below

SC QUERY state= all | FIND "_NAME"

To Stop a Service

There are various ways to open the services console. See the following guide on how to manage Windows task Manager for more information.

Via the Command Prompt (CLI)

To stop the service via the CLI or Services Console. Run the command below

SC STOP shortservicename
delete service

Via Windows Services

Launch services.msc from the Run dialog box or the Windows search box. This will open up the services console.

Windows service

Please pay proper attention to all the red arrows as they indicate ways in which you can stop the service.

Deleting a Service

All services are listed in the Windows Registry. If a service’s Registry key is removed, it will be deleted from the system.

Via The Command Prompt

With the name of the service you wish to delete, fire up Windows Command Prompt with elevated rights with the following commands as shown below.

Note: If the service you’re deleting has any spaces in the name, you will have to enclose the name in quotes when you type the command.

SC DELETE servicename

Via the Registry

All services are listed in the Windows Registry. If a service's Registry key is removed. It will be deleted from the system.

For more information on Windows Registry, and for how to search through the registry

Launched the registry key via “regedit“, then select “OK“.
– Navigate to the following location in the registry:
– HKEY_LOCAL_MACHINE
– System
– CurrentControlSet
– Services

"HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services"

Look for the service that you want delete and delete it. Right-click on the service as shown below and delete it.

Via Third-Party Tool (SysInternal)

The following third-party tools can be used to delete Windows Service.

AutoRuns

This method is probably the easiest from them all. Navigate to the services tab and perform the deletion of the specific service from there.

On o download and use Windows SysInternals tools locally. Also, see how to use Sysinternals Live Tools.

Service Manager by Sergeg Vaulin

Note: This is not a secure site!!! Use at your own risk 

If you have found other ways to do this or found this article on how to query or stop and delete a service in Windows useful. kindly leave a comment below.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Microsoft Windows, services, windows sysinternals tools

Post navigation

Previous Post: How to stop Windows from applying updates
Next Post: Error importing OVA file to AWS: Client error saved empty is empty

Related Posts

  • mdm
    Delete AssignedAccess applied via MDM WMI bridge Provider Windows
  • VMware workstation networking issues
    Network cable Unplugged: Fix VMware “Warning – Multiple default gateways are intended to provide redundancy to a single network Virtualization
  • Pluggin cable
    System check found some issues during MBAM encryption: Fail, the Power cable must be connected Windows
  • mbamreports
    Email notifications for MBAM Enterprise and Compliance and Recovery Audit reports Windows
  • Azure Backup 1
    How to Install Azure Backup Agent AWS/Azure/OpenShift
  • How To Fix “Startup Repair Couldn’t Repair Your PC
    How To Fix “Startup Repair Couldn’t Repair Your PC Windows

More Related Articles

mdm Delete AssignedAccess applied via MDM WMI bridge Provider Windows
VMware workstation networking issues Network cable Unplugged: Fix VMware “Warning – Multiple default gateways are intended to provide redundancy to a single network Virtualization
Pluggin cable System check found some issues during MBAM encryption: Fail, the Power cable must be connected Windows
mbamreports Email notifications for MBAM Enterprise and Compliance and Recovery Audit reports Windows
Azure Backup 1 How to Install Azure Backup Agent AWS/Azure/OpenShift
How To Fix “Startup Repair Couldn’t Repair Your PC How To Fix “Startup Repair Couldn’t Repair Your PC Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • 2026 04 16 16 08 12 Downloads File Explorer
    Active Directory Vulnerability Assessment with Purple Knight: Domain Controller Owner Is Not an Administrator Windows Server
  • powershell01
    WinRM and PSRemoting: Configure servers for remote access Scripts
  • Screenshot 2021 09 02 at 20.08.14
    Service Principal Name: How to add or reset and delete SPNs Windows
  • windows sysinternals
    Sysmon from SysInternal: What is System Monitor and how to install and use it Windows Server
  • banner
    How to Integrate TestRail with Cypress Automation
  • Screenshot 2020 11 17 at 12.20.15
    PA Server Monitor Ultra: How to setup PA Server Monitor Reviews
  • VMware Type 1 Hypervisor installation
    How to install ESXi on a Beelink EQ12 Mini PC Virtualization
  • Clone a Virtual Machine via Export and Import
    Clone a VM via Export and Import: Copy Virtual Hard Disk on Hyper-V Virtualization

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,796 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.