Create or Delete A Service in Windows XP
Create or Delete A Service in Windows XP.
1)Create a service
Start Run and type cmd in the Open: line. Click OK.
Type: sc create servicename /service>(or use double quote :- "service name")
Reboot the system .
2)To Delete A Service
Start Run and type cmd in the Open: line. Click OK.
Type: sc delete /service>or use sc delete "service name /service>"
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

Thanks naveen
1)Create a service
Start Run and type cmd in the Open: line. Click OK.
Type: sc create servicename
Reboot the system .
2)To Delete A ServiceStart Run and type cmd in the Open: line. Click OK.
Type: sc delete
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
Thanks naveen
Comments