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, ∼2563🔥, 0💬
Popular Posts:
How to remove VSAdd-in.dll and VSAdd-in toolbar? If you want to remove VSAdd-in toolbar from your IE...
What is "Windows Driver Foundation - User-mode Driver Framework" in my Windows XP service list? And ...
How to start Apache server manually on Windows systems? If you followed our Apache server installati...
Why don't my playlists work on my new computer? An entry in a playlist uses a "relative path" to ide...
How to select your wireless connection during the Windows 7 system initial set up process? If you bo...