How to Stop Windows Services
Step 1: Open the Service ConsoleThe service console is an application that allows you to define, manage windows services. The easiest way to activate this console is by using the command services.msc. Here is how to pull up your service console.
1. Open the Run console
2. Type services.msc.

In Vista
You can call enter the services.msc command in your Quick Search bar. Simply press the start button and enter the the command.


Before stopping any services, its important to see what other services depended on the particular services. Sometimes by deactivating a services you can cause a change reaction to occur and disrupt other services and application.
1. Right Click the service
2. Click Properties
3. In the service properties menu, click Dependencies tab

All these services are programmed to load when the application that depends on it is loaded. However, windows loads most of these task at startup. Therefore you need to change the status of the services. There are three status options in the startup type: Automatic, Manual, and Disable. Automatic starts when the computer loads windows. Manual startup occurs when and application is loaded. To stop a services you must choose Disable.
1. Right Click the service
2. Click Properties
3. In the service properties menu, Under Startup Type, click Disable tab

Indexing servies
Superfetch
Remote Deskstop
discuss this topic to forum
