Removing Windows Service
Thursday, October 15th, 2009Enough digging in the windows registry. You can easily remove a Windows Service using a command line utility located in the %windir%\system32 called sc.exe DESCRIPTION: SC is a command line program used for communicating with the NT Service Controller and services. USAGE: sc [command] [service name] ... The option has the form "\\ServerName" Further ...