惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
Vercel News
Vercel News
D
DataBreaches.Net
MongoDB | Blog
MongoDB | Blog
H
Help Net Security
小众软件
小众软件
美团技术团队
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
D
Docker
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
H
Hackread – Cybersecurity News, Data Breaches, AI and More
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
S
SegmentFault 最新的问题
云风的 BLOG
云风的 BLOG
B
Blog
雷峰网
雷峰网
The Cloudflare Blog

Latest news

LG G6 vs. LG G5: I compared the latest OLED TV models, and it's a surprisingly tough choice I saw the 'MacBook Pro for Linux users' for the first time, and it's a legit Windows threat I'm putting Motorola above Samsung when it comes to flip phones - and won't think twice I got an early look at ChatGPT Images 2.0, and it's impressive - with one exception I compared Thread, Zigbee, and Matter - here's the best smart home setup for you I tested Surfshark's new Dausos VPN protocol - here's how it compares to WireGuard How to easily encrypt your files on an Android phone - for free I'm not giving up on DJI cameras yet - not when they can upset my GoPro like this The best website builders for small businesses in 2026: Expert tested and reviewed Why I'm recommending last year's phones over 2026 models - with one exception This powerful Gemini setting made my AI results way more personal and accurate After testing this HP laptop, I get why its 'boring' design is adored by business users The best TV antenna of 2026: Expert tested Your old iPad or Android tablet can be your new smart home panel - here's how Apple's original AirTag still tracks effectively, and you can get a 4-pack for its best price ever T-Mobile will give you an iPad for $99 when you sign up for a new line - here's how How to qualify for Apple's education discount - and get a $499 MacBook Neo for school T-Mobile will give you a Samsung Galaxy Watch 8 for free - how to get yours Prolonged AI use can be hazardous to your health and work: 4 ways to stay safe Verizon will give you a free iPad or Apple Watch with your next iPhone - how the deal works The best laptops of 2026: Expert tested and reviewed I hid 4 Bluetooth trackers (including AirTags) to test their reliability - here's how Android rivals compared I stopped using my iPhone's hotspot after testing this 5G router - and that won't change The best Kindles in 2026: Expert recommended Does Best Buy price match? Everything to know about matching prices online and in-store The best WordPress hosting services of 2026: Expert tested and reviewed The best Apple Watch of 2026: Expert tested and reviewed The best TV screen cleaners of 2026: Expert recommended The best 50-inch TVs of 2026: Expert tested I traded my Sonos Era 300 for Denon's new home speaker - and see no reason to go back
I found the apps slowing down my PC - how to kill the big...
2026-04-17 · via Latest news
HP ZBook 8 G1i
Kyle Kucharski/ZDNET

Follow ZDNET: Add us as a preferred source on Google.


ZDNET's key takeaways

  • Dozens of processes run in the background on your PC, and each takes a bit of memory.
  • Most are necessary and helpful, but some can be disabled to optimize performance. 
  • Checking to see which ones load automatically is a good place to start. 

PC feeling a little sluggish? There are myriad possible reasons, but one of the best places to start is checking what's tying up your memory. 

If you open the task manager (Ctrl + Shift + Esc) and sort the programs by memory usage, you'll find the usual culprits (your browser, Microsoft Office apps) at the top of the list, and a handful of others you probably can't identify.

Also: How I disabled 'fast startup' on my Windows 11 laptop to stop overnight battery drain

Unfortunately, many of these processes are necessary and/or inconsequential in terms of overall memory usage. But there are certainly some processes that can speed things up when killed -- especially if you're on a slower PC. 

I recommend identifying the biggest culprits of memory leakage first: excessive browser tabs, bloatware from your PC's manufacturer, and applications that start up on their own (whether you use them or not). There's also a process called SysMain that preloads apps on your PC you may want to disable. Let's walk through them. 

1. Your browser

Chrome extensions
Elyse Betters Picaro / ZDNET

I'm willing to bet the app at the top of the list is your browser. Google Chrome and Microsoft Edge are notorious memory hogs, especially when you have dozens of tabs open. One thing you may not be aware of: Chrome has its own task manager, so you can see exactly which tabs are costing your PC the most memory. 

In the three-dot menu in the top-right corner, go to More Tools > Task Manager. Sort by memory footprint, and you'll very quickly be able to see if there's a particular tab that's chewing through your RAM. Luckily, you can close them right here in the task manager. 

2. SysMain

If you do any Googling of this topic, you'll see some discussion of this one. SysMain (formerly known as Superfetch) is a Windows process that pre-loads programs it knows you use regularly. This results in tying up some memory, which could negatively impact performance on some PCs. 

There is a lot of discussion on both sides. Some Windows users swear that disabling this process improved their PC's performance, while others cite that it should have no real impact at all. If you're looking for solutions, however, it's worth a try. Here's how. 

Also: If Microsoft wants Windows 12 to succeed, it can't let history repeat itself - let me explain

Press Win + R to open the Run command and type services.msc in the dialog box. This will display all background processes currently running on your PC, complete with descriptions to help identify what they do. 

Scroll down to SysMain, and double-click it. It's currently running by default, so first click the Stop button. Then, locate the dropdown menu next to Startup Type, and select Disabled. Then click Apply, and OK. Windows will no longer preload apps, potentially freeing up some memory in the process. 

3. Manage your startup apps

Nearly every app you install wants to launch automatically when you start your PC. While this makes sense for some, there's no point in devoting system resources to programs you're not using. 

We covered how to check what apps start automatically in Windows 10, and the process is the same with Windows 11. Press Ctrl+Shift+Esc to open the Task Manager, then go to the Startup tab (you may need to click "More Details" to see it). This list shows you all the apps your PC launches automatically when you start your computer. 

Use the Disable button or menu option to stop programs from starting automatically

Right-click the column headings to add details about how much of an impact auto-starting programs have.

Screenshot by Ed Bott/ZDNET

You'll probably see a few apps that don't need to be there, and you can disable these simply by right-clicking. Note that this doesn't uninstall the programs; it simply relegates them to launching on your command. 

Processes you disable should remain in this window, should you want to re-enable in the future. If you don't see it, however, you can re-enable it in a command prompt. From the start menu, type cmd, right-click on Command Prompt, and select Run as administrator. Type the following: sc config "SysMain" start=auto & sc start "SysMain" and then restart your computer.

4. Bloatware

The previous step may have identified a few bloatware programs you've never used, but nonetheless have been running on your PC since you bought it. Most laptops come with proprietary apps that are often half-baked or not particularly useful, as manufacturers try to boost brand recognition and inflate the value of their PCs. 

Also: This free tool installs Windows 11 on unsupported PCs - without any bloatware

Fortunately, they can usually be easily removed, freeing up valuable space and memory. After removing them from the automatic startup menu, you'll find them in Windows' Add or Remove Programs menu, where you can uninstall them.