
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(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 deleteor use sc delete "service name"
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
Thanks naveen

0 comments:
Post a Comment