Newsletter IconFacebook IconX IconThreads IconInstagram IconYouTube IconPinterest Icon
Giveaway: GAMDIAS ATLAS P1 Case, HELIOS 750W PSU, and BOREAS Digital CPU Cooler

I stopped trusting the Startup apps tab after I opened this utility on my PC

Task Manager showed 33 startup apps, but Microsoft Autoruns found 294 on the same PC and exposed five mismatched disable states in Windows.

I stopped trusting the Startup apps tab after I opened this utility on my PC
Facebook IconX IconReddit Icon
Comments
Guides Editor
Published
5-minute read time
As an Amazon Associate, we earn from qualifying purchases. TweakTown may also earn commissions from other affiliate partners at no extra cost to you.
Voice: Yasir Mahmood
0:00 / 7:56
Use left and right arrow keys to seek audio.

I have used the Startup apps tab in Task Manager for years, and I never once questioned what it left out. The list is short, every name on it looks familiar, and that combination makes it feel complete. But I have written before about how Task Manager only tells half the story, and the same gap runs straight through its startup list.

Task Manager reads from a very short list

Task Manager currently shows 33 startup apps on my PC. Most of them are things I put there on purpose, like Slack, OneCommander, and UniGetUI, and the rest are the usual tray items such as SecurityHealthSystray and the Realtek audio service. My last reported BIOS time, which covers the firmware stretch before Windows loads, reads 6.6 seconds, so nothing about this screen suggests a boot problem worth investigating on its own.

I stopped trusting the Startup apps tab after I opened this utility on my PC 01

The list looks complete because of where it comes from. Task Manager and the Startup page under Settings > Apps > Startup both read a friendly subset of your autostart entries, meaning shortcuts in the per-user and all-users Startup folders, the Run keys under HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE, and metadata for packaged Store apps.

That covers the most common ways a normal app announces itself, which is exactly why the names look familiar. Windows supports plenty of other autostart mechanisms, though, and scheduled tasks, services, Winlogon hooks, and shell extensions never appear in either screen.

There is one entry on mine called "Program" with no publisher and no icon, sitting there disabled. That is a leftover from something I removed. Task Manager does not name it outright, though right-clicking the column header and adding the Command line column usually exposes the path behind it. It also does not remove anything when you turn off an item. Windows records the off state in a separate StartupApproved key and leaves the original value where it was.

Photo of the DELL Optiplex 7060 SFF Desktop Computer PC

Best Deals: DELL Optiplex 7060 SFF Desktop Computer PC

Prices last scanned 18 hours and 18 minutes ago

* Prices may be inaccurate. As an Amazon Associate, we earn from qualifying purchases. We earn affiliate commissions from Newegg and PCCG sales.

Autoruns found 294 entries on the same PC

Autoruns comes from Microsoft's Sysinternals suite, and it is a 3 MB download with no installer. You unzip it, right-click Autoruns64.exe, and run it as administrator, which matters because several locations stay hidden without elevation.

The Everything tab reported 294 entries on the same PC that Task Manager summarized as 33. Those extra entries aren't hidden; they just live in categories Task Manager was never built to display. Autoruns splits them across twenty tabs, and four of them cover almost everything worth auditing, namely Logon, Scheduled Tasks, Services, and Explorer.

I stopped trusting the Startup apps tab after I opened this utility on my PC 02

The Logon tab alone holds 27 entries, and two of them are highlighted yellow because the files they point to no longer exist. One is Teams, the other is a VPN, and both are startup instructions for software that left my PC months ago. Underneath the Active Setup key, I found separate installer entries for Chrome and Edge plus a Google Platform Experience Helper, none of which appear anywhere in Task Manager. My own HyperKey script sits in the Startup folder flagged as Not Verified, which is correct, since I wrote it.

Frequently Asked Questions

Open a question for an answer from TweakTown's coverage of this guide, or ask your own below.

Question #1

How can you tell whether a startup entry is a leftover file from an uninstalled app in Autoruns?

In Autoruns, a leftover entry from an uninstalled app is flagged when the entry points to a file that no longer exists. In the example, the Logon tab highlighted those entries in yellow, which showed they were startup instructions for software that had already been removed.
Question #2

What do the Hide Microsoft Entries and Hide Windows Entries filters remove in Autoruns, and when should you use each one?

Hide Microsoft Entries removes anything Microsoft published, including items like OneDrive that are not part of the Windows folder. Hide Windows Entries removes only components signed as part of Windows itself. Use Hide Microsoft Entries when you want to strip out Microsoft-made software too, and use Hide Windows Entries when you want to hide only core Windows components while leaving other Microsoft apps visible.
Question #3

How do Verify code signatures and VirusTotal help sort suspicious startup entries in Autoruns?

Have a question that isn't listed here? Ask below, and TweakBot will answer it.

I stopped trusting the Startup apps tab after I opened this utility on my PC 03

That 27 is smaller than Task Manager's 33, and the reason is worth knowing. Packaged apps like Xbox and Phone Link now get their own tab in Autoruns, added in May 2026. Before that update, people regularly reported Store app entries showing up in Task Manager and nowhere in Autoruns.

Five apps were turned off in one tool and checked in the other

This is the part that changed how I read both screens. Task Manager lists Spotify, Notion, OneDrive, Proton VPN, and SteelSeries GG as Disabled. In Autoruns, opened minutes later with nothing changed in between, all five still show a checked box on the Logon tab.

I stopped trusting the Startup apps tab after I opened this utility on my PC 04
I stopped trusting the Startup apps tab after I opened this utility on my PC 05

Neither tool is lying. They just track different things. When you turn off an app in Task Manager, Windows writes a flag into the StartupApproved key and leaves the Run value untouched. Autoruns reads the Run key, so it sees the value sitting there and reports it as present. When Autoruns turns off something, it uses its own mechanism instead, moving the data into an AutorunsDisabled value that Task Manager pays no attention to.

So the checkbox in Autoruns answers a narrower question than I assumed. It tells you the entry exists in that location, not that it will run at your next login. The two disable systems operate independently, and turning something off in one does not switch it off in the other. Once I understood that, I stopped treating either checkbox as the final word and started reading them as two partial views of the same PC.

The filters do the real work here

No one should try to read 294 rows. Under the Options menu, Hide Empty Locations, Hide Microsoft Entries, and Hide Windows Entries cut the list down to third-party additions, which is where anything questionable is going to be. The last two overlap but are not identical, since Hide Windows Entries drops the components signed as part of Windows itself, while Hide Microsoft Entries drops anything Microsoft published, including apps like OneDrive that sit well outside the Windows folder.

I stopped trusting the Startup apps tab after I opened this utility on my PC 06

Open Scan Options from the same menu and turn on Verify code signatures. Autoruns then labels every publisher as verified or not, which sorts the list faster than reading file paths. The same dialog has a Check VirusTotal.com option that fills the VirusTotal column with a detection ratio. It sends file hashes rather than the files themselves unless you separately allow submitting unknown images, and a single detection on a signed utility is usually a heuristic rather than a finding. Hide VirusTotal Clean Entries then narrows what is left to a handful worth researching.

I stopped trusting the Startup apps tab after I opened this utility on my PC 07

When you do act on something, uncheck it instead of deleting it. Unchecking stores the original data, so re-checking the box puts it back, while Delete from the Entry menu leaves no trail.

The Services and Drivers tabs include components the system depends on. Disabling the wrong one usually breaks a specific feature, and in rarer cases it stops Windows from booting cleanly. So I'd say leave both alone unless you know precisely what a line does, and change one thing per reboot so you know which change caused a problem.

A saved baseline beats a one-time cleanup

None of this made my PC faster, and I did not expect it to. A 6.6-second BIOS time and 294 autostart entries can coexist, because most of what Autoruns lists is dormant or loads on demand. The number is documentation and not a score. Run autorunsc to dump the list to a text file, save it somewhere, and compare it after your next round of installs. The differences are the interesting part.

Join Our Newsletter

Join the TweakTown Newsletter for daily tech updates delivered to your inbox.

See previous giveaways.

Comments

About the author

Guides Editor

Yasir covers Windows, hardware, and privacy. A Windows user since XP and a Mechanical Engineer by training, he likes digging into the technical details most people skip over. His work has also been published on MakeUseOf, spanning everything from Windows optimizations to Excel deep dives. Outside of writing, he tinkers with his custom-built Ryzen rig, watches Impractical Jokers, and listens to way too much Lo-Fi.

Right of Reply

TweakTown offers all companies mentioned in this article, or those who have supplied review samples, the opportunity to respond. If your organization would like to provide a statement or clarification, we are happy to publish it here. To submit a response, please contact us.

Stay Updated

Follow TweakTown for breaking tech news, reviews, and daily updates.

Add TweakTown as a preferred source on GoogleFind TweakTown on Apple News
Newsletter Subscription