Collections:
Other Resources:
Deleting Existing Services with sc.exe Command
How to use sc.exe command to delete an existing service?
✍: FYIcenter.com
Run sc.exe in a command window and do the following:
C:\>sc delete CalcService1 [SC] DeleteService SUCCESS C:\>sc query CalcService1 [SC] EnumQueryServicesStatus:OpenService FAILED 1060: The specified service does not exist as an installed service
2007-01-01, ≈16🔥, 0💬
Popular Posts:
Can I remove startup application "ISUSPM.exe - InstallShield Update Service Update Manager" to speed...
Can I remove startup application "ISUSPM.exe - InstallShield Update Service Update Manager" to speed...
How can I tell the number of CPU or logical processors on my Windows Server 2016? To find out how ma...
Where to find information about what processes are running on Windows 7 and how to manage them? I wa...
How to publish HTML documents to your local Apache server? If you followed our Apache server install...