Friday, November 13, 2009

Windows Services(creating and deleting)


How to Register or Create a Service in Windows.
Process:
Go to start menu
Run.
Type CMD.
Here Type: [sc create “Chicken” binpath=  “C:\Chicken.exe”]
Note:
Remove brackets when typing this command.


How to Delete a Service in Windows.
Process:
Go to start menu
Run.
Type CMD.
Here Type: [sc Delete ClinckSystemLayer]
Note:
ClinckSystemLayer is a registered service so you can delete without giving whole path.
 

No comments:

Post a Comment