Collections:
Other Resources:
Service Controller 'sc delete' Command on Windows 7
How to use Service Controller "sc delete" command to delete an existing services on Windows 7?
✍: FYIcenter.com
Service Controller "sc delete" command can be used to delete an existing service on Windows 7.
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
⇒ Other Services Management Tips on Windows 7
⇐ Service Controller 'sc create' Command on Windows 7
2016-07-06, ∼3568🔥, 0💬
Popular Posts:
How to add ActiveX controls, like text command button, text box, check box, etc., to Presentation sl...
Where to find tutorials on using Edge Web browser. Here is a collection of tutorials on Edge Web bro...
How to dump the list of all processes that are running on my Windows 7 system? I want save names of ...
What is the scheduled task "\Microsoft\Windows\Wini net\CacheTask"on my Windows 7 computer? "\Micros...
Can I remove startup application "SynTPEnh.exe - Synaptics TouchPad Enhancements" to speedup my comp...