Every new app you install tries to auto-start with Windows. Six months later your PC takes three minutes to boot and you can't remember which of the 28 things in Task Manager's Startup tab you actually wanted there. A good startup manager is the single highest-impact tweak you can make on Windows 11 — boot times commonly drop by 40–70%.
This post covers what to disable, what to leave alone, why Task Manager doesn't see everything, and the free tool I built to handle the bits Windows itself doesn't.
Measure first, optimise second
Before you start disabling things, measure your current boot time so you know if your changes actually help.
The two numbers that matter:
- Last BIOS time — open Task Manager > Startup apps tab, top right corner. This is your motherboard/firmware POST time, not Windows. Anything under 10 seconds is fine; over 20 seconds usually means a slow USB device or a misconfigured boot setting, not a Windows issue.
- Login-to-desktop time — start your stopwatch when you see the lock screen, stop when the desktop is fully responsive (taskbar populated, system tray icons loaded). This is the bit a startup manager actually changes.
A healthy Windows 11 PC with an SSD should be at 8-15 seconds login-to-desktop. If you're at 30-60 seconds you've got bloat. If you're past 60 seconds, this article is going to make a noticeable difference.
Where does Windows 11 store startup entries?
There are at least five places — which is why Task Manager's Startup tab doesn't always show everything:
- Registry
HKCU\Software\Microsoft\Windows\CurrentVersion\Run— per-user apps. - Registry
HKLM\Software\Microsoft\Windows\CurrentVersion\Run— system-wide apps (needs admin). - Startup folder
%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup - Task Scheduler — tasks with "At log on" or "At startup" triggers.
- Services — set to Automatic.
Why "disable" is safer than "delete"
Delete a startup entry and you've lost the reference to the launch command. Reinstalling the app is usually the only way to bring it back. Disabling should be reversible — a good startup manager keeps the entry data but flags it as off.
Task Manager's built-in Startup tab disables by adding a binary flag. RBS PC Cleaner goes further: it moves the entry to a sibling registry key called Run-Disabled, so you can re-enable with one click even if Task Manager would have forgotten.
What to disable
- Disable freely: Spotify, Discord, Skype, Teams (personal), Steam, Epic Games Launcher, GOG Galaxy, Adobe Creative Cloud, OneDrive (if you don't sync), Dropbox (same), software auto-updaters, printer helpers.
- Think twice: graphics drivers (NVIDIA Container, AMD Settings) — usually safe but some OSD / gaming features require them.
- Leave enabled: Windows Security / Defender, Synaptics / Precision Touchpad, Realtek audio, anti-virus, OneDrive if you rely on sync, password managers.
RBS PC Cleaner Startup Manager
The free RBS PC Cleaner app includes a Startup Manager that:
- Lists entries from all five sources above (HKCU Run, HKLM Run, Startup folder, Task Scheduler, Services).
- Shows the publisher and launch command so you know what the entry actually does.
- Disables by parking the entry in a sibling
Run-Disabledkey — fully reversible. - Requires admin rights only when you touch HKLM (system-wide) entries — per-user entries need nothing.
- Integrates with Gaming Mode, which temporarily suspends background apps while you play.
Real example — a typical bloated laptop
I helped a friend clean up her work laptop a few weeks ago. Mid-range 2023 Lenovo, Windows 11 Pro, six months since IT handed it to her. Login-to-desktop time was 47 seconds.
Startup entries we disabled: Spotify, Discord, Steam, Adobe Acrobat updater, Adobe Creative Cloud, Microsoft Edge "preload", an OEM utility from Lenovo, three Office quick-launch shortcuts (Word, Excel, PowerPoint helpers), the Realtek HD Audio Manager (the audio still works fine without it auto-starting), and a stray entry from an uninstalled VPN client.
New login-to-desktop time: 11 seconds. About 75% faster, no functionality lost. She didn't even notice anything was missing for the first two weeks.
Most "slow Windows 11" stories follow this pattern. The hardware is fine; there's just a long tail of things wanting to launch at boot that you don't actually need at boot.
Expect real boot-time improvements
On a mid-range Windows 11 laptop, trimming 12–15 unnecessary startup entries typically drops login-to-desktop from around 40 seconds to 10–15 seconds. On a gaming desktop with SSD, you'll often see under 8 seconds. The exception is genuinely old hardware (HDDs, <8 GB RAM, pre-2019 CPUs) where you'll see improvement but not magic.
Versus other startup managers (Autoruns, MSConfig)
For completeness, the alternatives:
- Task Manager Startup tab — built into Windows 11. Sees most per-user entries, misses Task Scheduler and Services. Disabling is reversible. Good for quick wins.
- MSConfig (System Configuration) — older Windows utility. The Startup tab now just opens Task Manager, but the Services tab is still useful. Hide Microsoft services, then disable third-party services you don't need.
- Autoruns by Sysinternals — Microsoft's own ultra-comprehensive tool. Sees absolutely everything but the UI is intimidating and there's no "are you sure?" — it's a power tool, not a friendly app.
- RBS PC Cleaner Startup Manager — covers all five sources, friendly UI, every change reversible. The middle ground if Task Manager isn't enough but Autoruns is too much.
Related articles
- How to Speed Up Windows 11 in 2026 — startup tuning is one of the biggest wins.
- Gaming Mode for Windows — Boost FPS — suspend background apps on demand.
- Uninstall Multiple Programs at Once — removing unused apps also removes their startup entries.
- How to Free Up RAM on Windows 11 — complements startup cleanup.
- RBS PC Cleaner v1.0.0 Launch — full feature list.