Share via

Deleting unused services

Anonymous
2022-12-28T17:23:45+00:00

I run Windows 11 on a Dell laptop. I found some services left by a program I've since uninstalled. The services are disabled; is thereany way to delete them entirely from the system?

Windows for home | Windows 11 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
  1. Ramesh 176.1K Reputation points Volunteer Moderator
    2022-12-28T17:31:57+00:00

    Hi Roger,

    Download Autoruns for Windows

    Run Autoruns as administrator.

    Click on the services tab.

    Right-click on the service you want to delete, and click Delete.

    Image

    Note: There is no undo option.

    6 people found this answer helpful.
    0 comments No comments
Answer accepted by question author
  1. Ramesh 176.1K Reputation points Volunteer Moderator
    2022-12-29T15:02:08+00:00

    Alternatively, open an admin Command Prompt window:

    Copy the following command paste it into the command window:

    • sc.exe query type= service state= all | findstr /i _NAME >%temp%\services.txt

    Upload "%temp%\services.txt" to your OneDrive or paste it on PasteBin.com

    1 person found this answer helpful.
    0 comments No comments

8 additional answers

Sort by: Most helpful
  1. Anonymous
    2022-12-29T14:22:48+00:00

    Here's what you asked for:

    0 comments No comments
  2. Ramesh 176.1K Reputation points Volunteer Moderator
    2022-12-29T01:40:40+00:00

    Roger,

    Pls double-click on the entry in Services MMC and post a screenshot of the service properties dialog.

    0 comments No comments
  3. Anonymous
    2022-12-28T21:46:36+00:00

    Ramesh, thanks. I had already deleted the files, so they didn't show up in Autoruns (which I've used for years, BTW). They still appear in the Services app as "not found". Is there a way to clear the entries from the Services app?

    0 comments No comments