Home > Common Problem > body text

Which Windows 11 services are safe to disable and how?

王林
Release: 2023-04-14 11:49:10
forward
7994 people have browsed it

How to disable Windows 11 services for better performance and gaming

Disabling services frees up resources used in the background, allowing the programs and services you are currently using to benefit from additional benefit from memory space. This is something gamers often do, and it’s something we ordinary people can learn from. You can access the Service in several ways. Let’s take a look at them first:

Method 1: Using the Services app

Here’s how to disable a service using the Services app:

Press

Win ROpen the run box, type services.msc, and press Enter.

Which Windows 11 services are safe to disable and how?

This will open the Services window. Here you'll see a bunch of services, some of which may already be running in the background and some set to run when triggered.

Which Windows 11 services are safe to disable and how?

Here, find the service you want to disable and double-click it. Let’s take the Connected User Experience and Telemetry service as an example.

Which Windows 11 services are safe to disable and how?

If it is running, click

Stop.

Which Windows 11 services are safe to disable and how?

Then click the radio button next to "Startup type" and select

"Manual" from the drop-down list.

Which Windows 11 services are safe to disable and how?

Click

OK.

Which Windows 11 services are safe to disable and how?

The service you selected is now disabled.

Method 2: From the System Configuration Application

The System Configuration Application provides another way to disable services. Here's how to do it:

Press Start, type

msconfig, and press Enter.

Which Windows 11 services are safe to disable and how?

Then switch to the "

Service" tab.

Which Windows 11 services are safe to disable and how?

Here you will find a list of services just like in the Services app. However, unlike the previous method, the System Configuration app allows you to disable services by simply unchecking the box next to them.

Which Windows 11 services are safe to disable and how?

After completion, click

Apply or OK.

Which Windows 11 services are safe to disable and how?

Method 3: Use Task Manager

Task Manager is another easily accessible tool that you can use to shut down services. Here's how to do it:

Right-click on the taskbar and select

Task Manager.

Which Windows 11 services are safe to disable and how?

Alternatively, press

Ctrl Shift Esc to launch Task Manager. Then click the hamburger icon in the upper left corner to reveal more options.

Which Windows 11 services are safe to disable and how?

Select

service.

Which Windows 11 services are safe to disable and how?

#Here you will see a list of services on your PC. To disable one, right-click on it and select

Stop.

Which Windows 11 services are safe to disable and how?

That's it, the service you selected will be shut down.

Method 4: Using the Command Prompt

The Command Prompt provides another way to stop and start services. Here's how to stop a service from a command prompt with administrator rights:

Press Start and type

cmd. Then right-click on the best match and select Run as administrator.

Which Windows 11 services are safe to disable and how?

Now type the following command:

sc queryex state=all type=service

Which Windows 11 services are safe to disable and how?0

Press the Enter key. This will display a list of available services.

Which Windows 11 services are safe to disable and how?1

#To stop a service, write down its service_name (not display_name). Then type the following command:

sc stop "Service"

Replace service with the name of the service you want to stop.

Which Windows 11 services are safe to disable and how?2

Then press Enter.

Which Windows 11 services are safe to disable and how?3

You can also permanently disable the service if you wish. To do this, type the following command:

sc config "Service" start=disabled

As before, replace Service with the service's actual name.

Which Windows 11 services are safe to disable and how?4

Then press Enter.

Which Windows 11 services are safe to disable and how?5

This service will remain disabled until you change its status. To restart it, just type the following two commands and press Enter after each:

sc config "Service" start=auto

sc start "Service"

Which Windows 11 services are safe to disable and how?6

The service you disabled will now be set to start automatically.

Method 5: Using PowerShell

If you are a PowerShell user, the commands will be slightly different. Here's how to disable a service from PowerShell:

Press Start and type powershell. Then right-click on the best match and select Run as administrator.

Which Windows 11 services are safe to disable and how?7

Now, type the following command to get a list of all available services:

Get-Service

Which Windows 11 services are safe to disable and how?8

Then press Enter.

Which Windows 11 services are safe to disable and how?9

Now note down the name of the service (and not the display name).

Then type the following command to disable it:

Set-Service -Name "Service-Name" -status stopped -StartupType disabled

Will Service-Name Replace with the actual name of the service you want to disable.

Which Windows 11 services are safe to disable and how?0

Then press Enter. Your service will now be disabled until you re-enable it.

To re-enable a service, simply change its StartupType as shown in the following command:

Set-Service -Name "Service-Name" -Status running -StartupType automatic

As before, replace Service-Name with the actual name of the service you are trying to re-enable.

Which Windows 11 services are safe to disable and how?1

Then press Enter.

This is how you disable a service. But knowing which services to disable and which to leave alone may not be so easy. To learn which services you can safely disable this way, read on.

Which services you can safely turn off on Windows 11

There are some services that you shouldn’t touch at all. These are important for running basic functions, security features, and creating a seamless Windows experience. We won’t mention these.

The only ones you should pay attention to are the ones we mention below. However, even among the following, there are some that may be required in specific situations. To get a general idea of ​​these services, read their basic descriptions to understand when a certain service may be needed and which services you can turn off without any problem.

  1. Fax — As the name suggests, this is a service you only need if you want to send and receive faxes. If you don't plan on using it (which is probably the case for most people), disable it.
  2. AllJoyn Router Service - This is a service that allows you to connect Windows to the Internet of Things and communicate with smart TVs, refrigerators, light bulbs, thermostats, and more. If you don't use these or connect Windows to them, go ahead and turn it off.
  3. Secondary logon——This service allows you to log in to a standard account with administrator rights and run specific applications. It is triggered to start when the program is set to "Run as different user" from the extension context menu. However, if you are the only user of your PC, go ahead and disable it.
  4. Connected User Experience and Telemetry – If you care about privacy and don’t want to send usage data to Microsoft for analysis, this service is a good option. While some would argue that this kind of data evaluation is important for improving Windows overall, disabling it won't affect normal use, and frankly, one less data packet won't bring down the house.
  5. Program Compatibility Assistant Service - Unless you are still using older software on your Windows 11 PC, you can easily turn off this service. This service allows you to detect software incompatibility issues with older games and software. However, if you are using programs and apps built for Windows 10 or 11, go ahead and disable it.
  6. Device Management Wireless Application Protocol (WAP) Push Message Routing Service - This service is another service that helps collect user data and send it to Microsoft. It is recommended to enhance your privacy by disabling it.
  7. Windows Mobile Hotspot Service – As the name suggests, you need this service if you want to share your phone’s Internet connection with a PC. However, if you can't remember the last time you connected to a mobile hotspot service, you may want to disable it entirely.​
  8. Remote Desktop Configuration and Remote Desktop Services - These two services allow you to connect to other nearby PCs. If you don't need remote connections, disable both services.
  9. Remote Registry —This service allows any user to access and modify the Windows Registry. For security purposes, it is strongly recommended that you disable this service. Your ability to edit the registry locally (or as an administrator) is not affected.
  10. Touch Keyboard and Handwriting Panel Service—— As the name suggests, this service facilitates handwriting input on touch keyboards and touch screens. So unless you have one of these, go ahead and disable it.
  11. Windows Insider Service - Only disable this service when you are not in the Windows Insider program. Currently, you should not disable it since Windows 11 is only available through it. However, if you're on the final stable version of Windows and aren't testing upcoming features, disabling it shouldn't be a problem.
  12. Windows Image Acquisition — This service is important for people who connect scanners and digital cameras to their PCs. However, if you don't have one of these, or never plan to get one, be sure to disable it.
  13. Windows Connect Now — This service is primarily used for laptops and computers that need to connect to wireless networks and devices (cameras, printers, and other PCs). However, if your desktop setup does not have a wireless card, you will not need this service and can safely disable it.
  14. Windows Defender — This may raise some eyebrows, but we only recommend turning it off if you have antivirus software protecting your system. If this is the case, Windows Defender will actually be inactive anyway, as third-party antivirus software will act as your primary threat protection. Disabling Windows Defender at this time will help you free up valuable resources without compromising the security of your device.
  15. Downloaded Map Manager ——Do you use Bing Maps? It's likely that most of you rely on Google Maps built in your favorite browser and don't care about Bing Maps. So find this unnecessary service and make sure it is disabled.
  16. Parental Controls – Again, the name says it all – this service allows parents to limit what their children can access on the internet. But, like many things that came with Vista, this is outdated if you know how to filter content for your kids on the browser itself. Also, if you don't have kids around, that's an obvious reason to disable this service.
  17. Xbox Services — Do you use the Xbox app to play games? If not, you don't need any Xbox services. These include "Xbox Accessory Management Service", "Xbox Live Auth Manager", "Xbox Live Game Save" and "Xbox Live Networking Service".These won't affect your daily use unless you're using the Xbox app on your PC. In that case, don't touch these.
  18. Security Center – This is another service that only advanced users should turn off. The service's functionality is critical - it scans your system for issues and keeps you up to date on your system's health, including pending updates, whether antivirus software is installed, UAC notifications, and any messages you receive in the system tray. Other such news. If you know how to check for these issues yourself, you can disable the service without any problem. However, if you're not sure how to check your system's health, leave this alone.
  19. Print Spooler — Connected to a printer within the past few months? If not, then this service is of no use to you. If you don't plan to use the printer anytime soon, go ahead and disable it.
  20. Portable Device Enumerator Service - This service is required to change Group Policy for removable drives and to synchronize applications on removable drives, such as Windows Media Player and the Image Import Wizard. content. If these don't mean anything to you, go ahead and disable it. Please be assured that it will not affect your normal use of the USB flash drive.​
  21. Retail Demonstration Service —This service is only available to vendors and retailers who must demonstrate PC and Windows capabilities to customers. Of course, the average user will never need to use such a service, so it can be disabled without any consequences.
  22. Phone Service - This service serves the operation of the "Your Phone" application and its functions. If you never bother using the app, you can safely go ahead and disable it.
  23. Windows Error Reporting Service - This service allows problem reports and logs to be generated whenever a program stops working or responding. In most cases, this service can be safely disabled.
  24. Network Connection Proxy - This service proxies connections and allows Microsoft Store apps to get notifications from the Internet. If you don't have an MS Store app that receives network notifications, turn it off.
  25. Windows Event Log - Similar to number 23, this service allows the generation of logs about Windows events, such as query, subscription, and archive events. But event logging has little impact on your Windows experience. So go ahead and disable this service.
  26. Windows Biometric Service — This service is worthless for computers and laptops without fingerprint sensors. If this is the case, turn it off.
  27. Smart Cards (and related services)—These services allow Windows to use the smart cards that companies and large organizations require for security purposes. If your organization does not require smart cards or you are a home user only, you can safely turn off smart cards, the Smart Card Device Enumeration Service, and the Smart Card Removal Policy Service.
  28. Certificate Propagation - This service is also related to the smart card service and only needs to detect when the smart card is inserted and install the smart card driver. If not needed, turn it off.
  29. Geolocation Service - This service allows geofencing (a location mapping service) to find your computer and allows applications to provide location-based services and notifications. If you do not want your computer to be discovered, please turn off this service.
  30. Enterprise Application Management Service - This service is only required to manage enterprise applications provided by organizations and companies. But if it sounds like foreign gibberish, it won't hurt one bit to disable it.
  31. Internet Connection Sharing — This service is only suitable for small home or office networks that require connection sharing, switching, and intrusion prevention. If you don't belong to any such network, don't think twice about turning it off.
  32. Netlogon — Finally, this is another network service that helps establish and secure channels between computers and domain controllers. If you don't belong to a domain or network, you know what to do.

Please note that some of these services may be disabled or set to run manually by default. But some of them may actually be running in certain situations. Therefore, it's best to make sure that this is the case in order to free up system resources and speed up your PC's performance significantly.

How to turn off all third-party services in Windows 11 with one click

There is a quick hack that allows you to disable all non-Microsoft services at once. If you want to disable all third-party services and drastically improve system performance, follow these steps:

Press Win R to open the run box, type msconfig, and then press Enter.

Which Windows 11 services are safe to disable and how?

Click the Services tab to select it.

Which Windows 11 services are safe to disable and how?

Then click Hide all Microsoft services so they don’t show up in the list.

Which Windows 11 services are safe to disable and how?

What remains are all third-party applications that you can safely close without negatively affecting your system. Now click Disable All to turn it off.

Which Windows 11 services are safe to disable and how?0

Click OK.

Which Windows 11 services are safe to disable and how?1

When prompted, click Restart to do this.

Which Windows 11 services are safe to disable and how?2

FAQ

The service window can seem like a daunting place to make changes. One never knows what one will get into. After all, these are some of the services you may need to keep Windows and its features running properly. With that in mind, let’s take a look at some frequently asked questions and things you should know about these background services so that you can feel more confident about disabling the ones you don’t need.

Why should you disable certain Windows 11 services?

If you want Windows 11 to run faster on your system hardware, disabling unimportant services is one of the things you can do. Services that run in the background but don't actually have any impact on your daily usage are nothing more than resource hogs. Regardless of whether they are native services or not, if you know you will never use the service or services related to it, you can go ahead and disable them.

If in doubt, you can always click on a service and read its description. By default, the Services window displays a description of the selected service in the left panel. If you don't see it, click the Extensions tab at the bottom and click on a service to get its description.

Which Windows 11 services are safe to disable and how?3

#What happens when you disable Windows 11 services?

When a service is disabled on Windows 11, it will not turn on unless specified manually. This will ensure that services you don't need are not running unnecessarily in the background and your valuable system resources can be better utilized, thus improving overall system performance.

The above is the detailed content of Which Windows 11 services are safe to disable and how?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yundongfang.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template