Collections:
Other Resources:
Service Controller "sc delete" Command on Windows 8
How to use Service Controller "sc delete" command to delete an existing services on Windows 8?
✍: FYIcenter.com
Service Controller "sc delete" command can be used to delete an existing service on Windows 8.
There is no "undelete" command to restore any services you have deleted. So be careful, do not delete any services that you are not sure about.
Disabling the service you don't want to run is a safer than deleting it.
For example, the following command deletes the service called "CalcService":
C:\users\fyicenter>sc delete CalcService [SC] DeleteService SUCCESS C:\users\fyicenter>sc query CalcService [SC] EnumQueryServicesStatus:OpenService FAILED 1060: The specified service does not exist as an installed service
2016-12-18, 1783🔥, 0💬
Popular Posts:
The day I received Windows 10, everything seemed to work. The next day Microsoft Solitaire Collectio...
Why am I getting a blank page when running PHP scripts to access MySQL database? Assuming that you h...
Can I remove startup application "ssdiag.exe - Diagnostic Traces Sonic Shared Driver Component" to s...
How to increase the remote login limit on Windows 10? By default, Windows 10 only allows 1 remote lo...
What is "ActiveX Installer (AxInstSV)" in my Windows XP service list? And how is "ActiveX Installer ...