On 08/04/2010 6:10 PM, David H. Lipman wrote:
> You can run the following command lines to stop and remove the service.
>
> sc stop "a2antimalware"
> sc delete "a2antimalware"
>
>
What does 'sc' mean? I've always used 'net stop' to stop a service from
running and 'net start' to start it running again.
Example; net stop "Messenger" /Y
net start "Messenger" /Y


Reply With Quote