Services in Windows XP are programs that run in the background and perform certain functions relative to the operating system or a program running on the operating system. If you are a fan of tweaking your system and disabling services, you might find that over time your Windows Services list becomes huge and unwieldy with a large number of services in the list that will never be enabled.
Instead of just disabling a service, you can alternatively completely delete the service. This technique can be especially helpful if you’ve installed some piece of software that doesn’t uninstall correctly, and leaves an item in the service list.
Important Note: Once you delete a service, it’s gone, and it’s going to be a pain to add it back. Use with caution.
Here is a good article from "The Elder Geek" about it. This is the link
To Create A Service
- Start | Run and type cmd in the Open: line. Click OK.
- Type: sc create "service name"
- Reboot the system
To Delete A Service
- Start | Run and type cmd in the Open: line. Click OK.
- Type: sc delete "service name"
- Reboot the system
If you prefer to work in the registry rather than through the command prompt to delete services;
- 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.
0 comments:
Post a Comment