Thio's Background App Notifier ThioJoe
winget install --id=ThioJoe.BackgroundAppNotifier -e Windows tool to notify you about more hidden auto-starting background apps.
winget install --id=ThioJoe.BackgroundAppNotifier -e Windows tool to notify you about more hidden auto-starting background apps.
Thio's Background App Notifier
It does not run continuously, it's not a hypocrite. But you can set it to quietly run once at each Windows startup, and it will show a message box if any new auto running items are found since last check. If not, it just closes.
> [!NOTE] > This is not meant for security purposes or detecting apps actively trying to hide, nor does it determine whether an app is "good" or "bad". It just makes you more aware than before.
Assets and grab either:
.msi — installs per-user or for all users. This will also allow it to be updated via winget later.Thio-Background-App-Notifier_*.exe -- just run it, no install needed.Many programs set themselves to launch at startup or daily without ever showing up in the normal Startup apps list. They register a Windows Service or a Scheduled Task instead, which run silently in the background and are easy to miss.
The first time you run it, it records a baseline of:
After that, whenever you open it (or let it check at logon), it tells you what's new since you last looked and highlights it.
It is fully portable (just one exe), but there is an optional .msi installer, so you can keep it up to date via winget.
It does not track "regular" startup apps, like ones that add themselves to your Startup folder or the Run registry keys. Because:
Windows already notifies you about those via its built-in "Startup app notifications" setting.
Recommended you turn this ON:
Settings ▸ System ▸ Notifications ▸ Startup app notifications
It only scans when you open it, and exits when you close it.
If you want automatic checks, there's an optional "Re-check on each Windows Startup" toggle. It scans silently and only pops up a notification if something new actually appeared, otherwise you never see it.
A: No. It only scans when you open it. The optional "Re-check at startup" does a single silent check at logon and then exits if there's nothing new.
A: Because Windows already warns you about "normal" startup apps via its built-in "Startup app notifications." This tool covers the categories Windows doesn't (background Services and Scheduled Tasks). There may be other categories added in the future, but these are the big ones.
A: The point of this app is the notifications it gives. If you just want to see a complete list of all of them, Autoruns is still more complete.
A: Not for normal scanning or the detection log. Some items you lack permission to read are simply skipped.
A: No. It's read-only — it only reports what it finds. The only thing it writes is its own detection log and (optionally) its own startup shortcut.
A: Possibly, but it's mainly intended for legitimate software with annoying startup practices. There are lots of other ways malware can hide that this app wouldn't catch.
Expand for details
src/New-Startup-App-Notifier.slnx in Visual Studio.Debug or Release).The installer is built with WiX; the installer definition lives in the Build/ folder.