How to disable services in Windows 7?


Of course, you should be careful if you disable services in Windows 7, but overall it’s a pretty good way to speed up your system if you disable unnecessary services.

This tutorial will teach you how to disable services in Windows 7 completely.

Try to google the service name before you disable any services in Windows 7; find out what the service is good for and then disable it if you don’t need it. Many services can be disabled safely, but some should not be disabled, because they can dramatically lower your system performance.

Windows 7 Service Manager

1. First open up the start menu and enter services.msc into the search field:

Windows 7 Services.msc

2. Next, click on it and you will open the Service Manager of Windows 7:

Windows 7 Service Manager

3. Find the service that you want to disable. If you don’t know the exact name, I suggest that you quickly skim through the list of services. Alternatively, you can always use a tool like “ProcessHacker” (Top Windows 7 Apps) to find out the name, but it should be pretty straight forward to find it.

4. Double-click on a service and select “Disabled” from the dropdown menu:

Disable Windows 7 Services

5. Click on “Apply” and the service will be disabled! You can easily undo it.

I will be adding a list of services that can be safely disabled shortly. Stay tuned.

Rate this article:
This article was rated 5 out of 5 stars
Based on 1 votes

How to disable pop-up blocker in Internet Explorer 9
How to write Korean, Japanese and Chinese in Windows 7
How to connect to FTP in Windows 7 and Windows 8

Juicy Logo White You love Windows, Gaming and everything digital? Great, we too! We have thousands of great Windows 7 themes, registry tweaks, tutorials, so please use our search box if you look for anything specific.

If you have some awesome desktop themes, tips or want to write for us, then drop us a mail!



Written by: Oliver Krautscheid (Nick: oliversk)
Oliver is the founder and lead editor of this site. He is interested in finding new ways to break Windows, find common e.... Full Bio

Contact The Author: Get Free Help.png

Connect:

facebook google twitter LinkedIn


Need help? Ask a question at our QA site, click the red button to get started:

2 Responses to How to disable services in Windows 7?

  1. Aris Setiadi said:

    I hope my 7 so fast with services off………,
    thank for shared informations… !!!

  2. Violator said:

    Or use batch scripts to stop/start your services.

    ::start= {boot | system | auto | demand | disabled | delayed-auto}

    To set a service to start manually and then start it up:
    SC config ServiceName start= demand
    SC start ServiceName

    To stop a service and disable any startup of it:
    SC stop ServiceName
    SC config ServiceName start= disabled

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>