Home  >  Article  >  How to disable Superfetch on Windows 11

How to disable Superfetch on Windows 11

WBOY
WBOYforward
2023-04-13 22:01:103093browse

What is Superfetch (SysMain)?

Superfetch or now known as SysMain is a service that runs in the background and analyzes your PC usage. The data collected by this service helps Windows determine which apps you want to select. This in turn improves the speed of launching your most used applications.

While you should be fine leaving SysMain enabled, you may want to disable it and see if your PC experiences lag issues. Disabling it can improve speed and boot time.

How to disable Superfetch on Windows 11

Disabling Superfetch or SysMain can improve speed and fix 100% disk usage. But on the other hand, disabling it may cause problems on older computers.

A good way to test things is to turn them off and see if your PC's performance improves. If there is no noticeable difference, turn it back on later.

To disable Superfetch on Windows 11:

  1. Click the keyboard shortcut Windows key R to launch Run Dialog box.
  2. Type service. msc and click OK. How to disable Superfetch on Windows 11
  3. When the Services console opens, double-click the SysMain option and press the Stop button.
  4. Next, click the drop-down menu next to Startup type and set it to Disabled. How to disable Superfetch on Windows 11
  5. Click Apply and OKClose Service Console.

Now that you have Superfetch (SysMain) disabled, you should notice an increase in system speed. It should also improve if you are experiencing high disk usage.

After making adjustments, you may need to restart Windows 11 to ensure the issue you are experiencing is fixed.

How to disable Superfetch on Windows 11 via Terminal

You can also disable Superfetch using Windows Terminal, PowerShell, or an older command prompt. These instructions apply to all three tools.

To disable Superfetch from the Terminal or Command Prompt:

  1. Click the Start button or press Windows on your keyboard key.
  2. Search cmd or Windows Terminal.
  3. Click the Run as administrator option on the right. How to disable Superfetch on Windows 11
  4. At the prompt, run the following command:
    sc stop "SysMain" & sc config "SysMain" start=disabled

    How to disable Superfetch on Windows 11

  5. After running the command, you should see the following screen showing that it was successful . How to disable Superfetch on Windows 11

After running this command, Superfetch will be disabled and will no longer start when you restart your machine.

Improve disk usage on Windows 11

Microsoft often adds new features to improve the overall Windows experience. While these are well-intentioned, it doesn't always work that way and you may need to turn them off. If you are experiencing SysMain issues on Windows 11, the above steps should help shut it down and resolve it.

There are several options when it comes to managing disks on Windows 11. For example, there are six ways to open Disk Management on Windows 11. You can also limit the disk space used by the Recycle Bin.

The above is the detailed content of How to disable Superfetch on Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yundongfang.com. If there is any infringement, please contact admin@php.cn delete