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"