How to disable Windows Messenger Disable this annoying windows messenger.
1. Start -> Run
2. Type gpedit.msc and hit Enter
3. Expand the following registry items:
Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Windows Messenger
4. Double click on the option "Do not allow Windows Messenger to run", and click Enabled. Hit "Ok" ...
How to create or delete a service on Windows XP To create a service run the following from the command prompt (replace SERVICE with the service name to be created):
1. sc create SERVICE
2. Reboot computer
To delete a service (replace SERVICE with the service name to be deleted):
1. sc delete SERVICE
2. Reboot computer