Friday, January 29, 2010

manually deleting a windows service

to manually delete a windows service follow these steps:-

Method 1: -
  • Start
  • Run and type cmd in the Open: line.
  • Click OK
  • Type: sc delete
  • Reboot the system
Method 2: -
  • Click Start
  • Run and type regedit in the Open: line. Click OK
  • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
  • Scroll down the left pane, locate the service name, right click it and select Delete.
  • Reboot the system.

1 comment:

Sam said...

R. Rathore,
Thanks for the information. The link you mentioned is quite a useful one. That's precisely what I was looking for...