Delete a Service in Windows  

Page 1 of 2 12 LastLast
    Delete a Service in Windows

    Delete a Service in Windows

    How to Delete a Service in Windows 7, Windows 8, and Windows 10
    Published by Category: Performance & Maintenance
    06 Jan 2020
    Designer Media Ltd

    How to Delete a Service in Windows 7, Windows 8, and Windows 10


    A service is an application type that runs in the system background without a user interface 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.

    Sometimes you may need to delete a service. For example, when installed software doesn't uninstall properly, and leaves its service in the Services list.

    This tutorial will show you how to delete a service in Windows 7, Windows 8, and Windows 10.

    You must be signed in as an administrator to delete a service.

    It is not recommended to delete any default Windows services. Doing so could make Windows very unstable.



    Contents







    OPTION ONE

    To Delete a Service using Command Prompt


    1 Press the Win + R keys to open Run, type services.msc into Run, and click/tap on OK to open Services.

    2 Right click or press and hold on the service (ex: "My Example Service") you want to delete, and click/tap on Properties. (see screenshot below)

    Delete a Service in Windows-service_name-1.jpg

    3 Make note of the Service name (ex: "Example Service") for this service, and close Services. (see screenshot below)

    Delete a Service in Windows-service_name-2.png

    4 Open an elevated command prompt.

    5 Type the command below into the elevated command prompt, and press Enter. (see screenshot below)

    sc delete "Service Name"

    Substitute Service Name in the command above with the actual service name (ex: "Example Service") from step 3 above.

    For example: sc delete "Example Service"

    Delete a Service in Windows-delete_service_command.png

    6 When finished, you can close the elevated command prompt.






    OPTION TWO

    To Delete a Service using Registry Editor


    1 Press the Win + R keys to open Run, type services.msc into Run, and click/tap on OK to open Services.

    2 Right click or press and hold on the service (ex: "My Example Service") you want to delete, and click/tap on Properties. (see screenshot below)

    Delete a Service in Windows-service_name-1.jpg

    3 Make note of the Service name (ex: "Example Service") for this service, and close Services. (see screenshot below)

    Delete a Service in Windows-service_name-2.png

    4 Press the Win + R keys to open Run, type regedit into Run, and click/tap on OK to open Registry Editor.

    5 Navigate to the registry key below in the left pane of Registry Editor. (see screenshot below step 6)

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

    6 Under the Services key, right click or press and hold on the service name (ex: "Example Service") from step 3 above, and click/tap on Delete. (see screenshot below)

    Delete a Service in Windows-delete_service_regedit-1.png

    7 Click/tap on Yes to confirm. (see screenshot below)

    Delete a Service in Windows-delete_service_regedit-2.png

    8 When finished, close Registry Editor.

    9 Restart the computer to apply.


    That's it,
    Shawn






  1. Posts : 456
    Windows 10 Pro
       #1

    Trying to delete the Optimize drives task doesn't work for me using Elevated Command Prompt.

    Delete a Service in Windows-untitled.png
      My Computers


  2. Posts : 68,836
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #2

    Hey mate,

    The command should be this below instead for that service.

    sc delete "defragsvc"
      My Computers


  3. Posts : 456
    Windows 10 Pro
       #3

    Alright thanks, got tired of it running it every time I left the computer for 5 minutes. And I have Defraggler to defrag that anyways.
      My Computers


  4. Posts : 68,836
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #4

      My Computers


  5. Posts : 1,116
    win 10 pro x64 os build 20H2
       #5

    hi brink i have this HpTouchpointAnalyticsService that crashes from time to time, its some HP telemetry program , can i simply delete this service ? as i dont see a way to repair it and i find its folder in program data but no way to uninstall it. i have disabled it with no issues , think it is safe to simply remove this service ??
      My Computer


  6. Posts : 68,836
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #6

    Tonyb said:
    hi brink i have this HpTouchpointAnalyticsService that crashes from time to time, its some HP telemetry program , can i simply delete this service ? as i dont see a way to repair it and i find its folder in program data but no way to uninstall it. i have disabled it with no issues , think it is safe to simply remove this service ??
    Hello Tony,

    The HpTouchpointAnalyticsService service is from the HP Touchpoint Analytics Client program.

    You should be able to uninstall the program to also remove the service for a more clean and thorough job of removing it.
      My Computers


  7. Posts : 1,116
    win 10 pro x64 os build 20H2
       #7

    Brink said:
    Hello Tony,

    The HpTouchpointAnalyticsService service is from the HP Touchpoint Analytics Client program.

    You should be able to uninstall the program to also remove the service for a more clean and thorough job of removing it.
    Thing is i Don't have that program installed is very strange, Brink, the programs i have installed from HP are HP pc hardware diagnostics . HP audio control HP cool sense ,HP privacy settings ,HP support assistant and Hp event utility, I tried to find the program you speak off nothing Is strange. Also the service is calling on the program from this location. C:\WINDOWS\System32\DriverStore\FileRepository\hpanalyticscomp.inf_amd64_3b1a7f8fd6029daa\x64\Touchp ointAnalyticsClientService.exe. there is also a program folder for this in, C:\ProgramData\HP\HP Touchpoint Analytics Client, not sure what is up but is very strange , and the service likes to crash as well at times. which i noticed hurts nothing when it does. any ideas how to ride me of this or how to remove this would be awesome.
      My Computer


  8. Posts : 68,836
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #8

    Tonyb said:
    Thing is i Don't have that program installed is very strange, Brink, the programs i have installed from HP are HP pc hardware diagnostics . HP audio control HP cool sense ,HP privacy settings ,HP support assistant and Hp event utility, I tried to find the program you speak off nothing Is strange. Also the service is calling on the program from this location. C:\WINDOWS\System32\DriverStore\FileRepository\hpanalyticscomp.inf_amd64_3b1a7f8fd6029daa\x64\Touchp ointAnalyticsClientService.exe. there is also a program folder for this in, C:\ProgramData\HP\HP Touchpoint Analytics Client, not sure what is up but is very strange , and the service likes to crash as well at times. which i noticed hurts nothing when it does. any ideas how to ride me of this or how to remove this would be awesome.
    If you don't use any of those OEM HP programs, I'd say uninstall them all to see if it may also remove this one if it may have included as part of one of the other HP programs.
      My Computers


  9. Posts : 1,116
    win 10 pro x64 os build 20H2
       #9

    @Brink it looks like windows installed it windows update with no way to remove it. it came as one of the windows HP Inc. SoftwareComponent i was researching it last night and it came in to pointing to one of them i have several of them that were pushed down from windows on my pc , over the months. makes me wonder why windows update wanted to push this service on peoples pc. and i tried to find them inside add remove but they don't list wish i new really which one did it and how i could ride myself of this.

    - - - Updated - - -

    i found one of them that on the update catalog points to that program , HP Inc. - SoftwareComponent - 4.2.260.0 but i have several more who no how many of them point to that program. looks like I'm stuck with MS installing this thing. I wonder if its crashing has anything to do with me cloning this Operating system , to my new larger SSD but i don't see any issues with it or have not so far. anyway to check the integrity of my operating system??
      My Computer


 

Tutorial Categories

Delete a Service in Windows Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 00:20.
Find Us




Windows 10 Forums