Header image  
INFORMATION TECHNOLOGY
 
 
    HOME

Lesson 21

How to Stop Unnecessary Services

 

How to Stop Unnecessary Services

Do your games run just a little too slow? Maybe you could use just a touch of extra speed. What you need to do is stop some of the many background programs that aren't required for games.

Then, when you are done playing, re-start these programs to allow Windows to run normally. There are many tiny programs (called "services") that hide in the shadows, eating away resources, and making your games run sluggishly.

Unfortunately, these programs are needed for Windows to run, so we can't eliminate them permanently. But there is no reason to not just stop them temporarily. What's the easiest way to do this?

 Step 1:

The simplest way is to make a couple of batch files (a mini-program that runs a series of DOS commands), one for stopping the services, and another for re-starting them when you're finished with the game.

To begin, open up a Notepad window by clicking the Start menu and selecting the "Run..." command. Then, type in "notepad" (without the quotes) and press enter.

notepad

Step 2:

In the blank Notepad window, copy and paste in the following fourteen lines of commands:

  1. NET STOP "Cryptographic Services"
  2. NET STOP "DHCP Client"
  3. NET STOP "DNS Client"
  4. NET STOP "Network Connections"
  5. NET STOP "Norton AntiVirus Auto Protect Service"
  6. NET STOP "Print Spooler"
  7. NET STOP "Protected Storage"
  8. NET STOP "Remote Access Auto Connection Manager"
  9. NET STOP "Shell Hardware Detection
  10. NET STOP "Symantec Event Manager"
  11. NET STOP "Task Scheduler"
  12. NET STOP "Themes"
  13. NET STOP "Windows Management Instrumentation"
  14. NET STOP "Windows Time"

Untitled notepad

Step 3:

  1. Select the File menu and select the Save item.
  2. At the top of the Save As dialog, you will see the words "Save in:" and a box to the right.
  3. Select the drop-down arrow on the right side of the box, and select "Desktop" from the list of options.
  4. In the "File name:" text box, type in "Stop Services.bat" (WITH the quotes) and press the "Save" button.

Save As

Step 4:

You now have a file on your desktop called "Stop Services" that will stop all the unnecessary services when ran.

Next, we need to make a batch file that will re-start the services.

To do this, repeat steps 1-3 using the fourteen command lines below and the file name "Start Services.bat".

  1. NET START "Cryptographic Services"
  2. NET START "DHCP Client"
  3. NET START "DNS Client"
  4. NET START "Network Connections"
  5. NET START "Norton AntiVirus Auto Protect Service"
  6. NET START "Print Spooler"
  7. NET START "Protected Storage"
  8. NET START "Remote Access Auto Connection Manager"
  9. NET START "Shell Hardware Detection
  10. NET START "Symantec Event Manager"
  11. NET START "Task Scheduler"
  12. NET START "Themes"
  13. NET START "Windows Management Instrumentation"
  14. NET START "Windows Time" 

Step 5:

Great! Now we are ready to test our batch files.

Locate the "Stop Services" file on your Windows Desktop, and double-click.

You should see a black window pop-up and scroll some lines of text as it tries to stop the various services. After a few seconds, the window should disappear.

Now you'd be ready to begin playing, hopefully with an added boost of speed!

DOS window

Depending on your system configuration, stopping certain services will require you to stop other related services as well. The batch file will confirm this, asking for your permission.

If this occurs (as shown below), type "y" (without quotes) and press the Enter key.

DOS window2

Again, due to different configuration settings, when some services (such as "Themes") are turned off, your desktop will change appearance. This is normal, and your desktop will be restored when you re-start the services.

Step 6:

As soon as you have finished playing, you'll want to select the "Start Services" program to allow Windows to operate normally. Once more, a black window should appear, scroll some text, and disappear after a few seconds.

Start

Go on - Breathe life into your PC today!

Major Jane Raymond USAFA

MER/IT

 

UNCLASSIFIED / FOR OFFICIAL USE ONLY Information contained in this document is designated by the Department of Defense (DoD) as For Official Use Only (FOUO) and may not be released to anyone without the prior permission of NHQ CAP and/or CAP-USAF.

LINKS OR REFERENCES TO INDIVIDUALS OR COMPANIES DOES NOT CONSTITUTE AN ENDORSEMENT OF ANY PRODUCT OR SERVICE YOU MAY RECEIVE FROM SUCH SOURCES.

Copyright (c) 1993-2007 TSR Computers Inc. All rights reserved. For information on this website please email webmaster@mer.cap.gov

   
   

BACK TO MER MAIN MENU