banner
oldcatY

oldcatY

中轻度LoveLive厨,主推莲团,二推水+虹团(缪团是神,星团……)
twitter
github
bilibili
steam

[Tips] How to delete tasks in services.msc

How to delete services in Services.msc#

Please remember to stop the service process before deleting it, otherwise the service cannot be deleted.

Content#

  • Open CMD as an administrator (if you don't know CMD, please search it on Baidu yourself)
  • Run the following code
sc.exe delete "service name"

The "service name" here refers to the name of the service you see in Services.msc.

Example - Delete Clash core service#

  • Stop clash-core-service.exe in Task Manager
  • Run CMD or Powershell as an administrator
  • Run the code sc delete "clash core service"
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.