How to Remove A Service Entry From Win10 Service List
Posted Rick Qin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to Remove A Service Entry From Win10 Service List相关的知识,希望对你有一定的参考价值。
When we install application into win10, some of them will register their services into windows service list to keep some part of the application available as a daemon. But later when we uninstall the applications, these application-related service entries may be left behind due to a failure of uninstallation. Don\'t worry, we can easily remove those unnecessary service entries with win10 cmd.
Please see the following screenshot:
I will show you how to remove the service "wwbizsrv" from the list as an example.
Step1: Open cmd console with Administrator permission.
Step2: Enter the cmd line shown as below, and execute it.
sc delete wwbizsrv
Step3: Go back to the service list window to check if the service entry have been removed successfully.
Something go wrong! The service "wwbizsrv" is still in the service list. Why? Okay, there is one more thing I forgot to mention -- "stop the running service".
See, the service entry is gone forever.
Now, I have to bring my wwbizsrv service back
以上是关于How to Remove A Service Entry From Win10 Service List的主要内容,如果未能解决你的问题,请参考以下文章
How to remove duplicate lines in a large text file?
How To Install WildFly as a Service on Linux
in a devstack Openstack env, how to start a service, such as aodh-listener
How to remove popup on boot on Windows 2003