| | How to hide / disable Windows Security Center
Follow these steps to hide / disable Windows XP Security Center:
1. Start -> Settings -> Control Pannel -> Administrative Tools -> Services
2. Locate "Security Center", double click on it and choose "Disabled" in "Startup type" dropdown box
3. Click on "Apply"
That's it, next time you reboot your PC security center will ... | |  More... 11/29/06 | | | | |
|
| | 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" ... | |  More... 10/26/05 | | | | |
|
| | 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
| |  More... 10/26/05 | | | | |
|
|