Problem Stopping a Windows Service
Tuesday, July 22nd, 2008Below is a method you can use to stop a Windows service, even a stubborn
service which seems to hang.
I have tried this in Windows XP and on Windows Server 2003, and it always
successfully kills the problem service.
- Open command prompt (’Start’ - ‘run’ - ‘cmd’ - ‘Ok’)
- run ’sc […]
