How to find *all* startup programs on Windows 10?

10

3

I've checked the "Start-up" tab under Task Manager, the "Services" tab in msconfig, and the startup folder (C:\Users\<username>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup) but there's an app that keeps coming up whenever I boot (Patriot Dashboard) that's not listed in any of those places.

Where can I find the rest of the startup apps?

enter image description here

mpen

Posted 2015-12-07T21:49:25.927

Reputation: 9 109

Question was closed 2015-12-20T02:57:08.647

1Ways to start a program at windows startup? – DavidPostill – 2015-12-07T21:54:14.150

Answers

15

Use Autoruns for Windows from Sysinternals

enter image description here

pun

Posted 2015-12-07T21:49:25.927

Reputation: 5 311

2Awesome. That found it in C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup. – mpen – 2015-12-07T21:57:35.627

Have issue that my task manager is starting with every boot, but even Autoruns can't find it. I also checked all Windows 10 locations for autostart without luck. Any other ideas? – Maksim Luzik – 2019-08-25T08:54:09.840

@MaksimLuzik You must post your own question with all the details – pun – 2019-09-02T05:20:31.573

I think I have found it. Windows 10 remembers your last open applications, even after shutdown and starts them on every boot. My task manager was due to this fact starting every time, even though it wasn't in any autorun config. – Maksim Luzik – 2019-09-02T06:41:08.683

2

You should try Autoruns for Windows.

This utility, which has the most comprehensive knowledge of auto-starting locations of any startup monitor, shows you what programs are configured to run during system bootup or login, and when you start various built-in Windows applications like Internet Explorer, Explorer and media players. These programs and drivers include ones in your startup folder, Run, RunOnce, and other Registry keys. Autoruns reports Explorer shell extensions, toolbars, browser helper objects, Winlogon notifications, auto-start services, and much more. Autoruns goes way beyond other autostart utilities.

Just search for Patriot Dashboard on Everything tab and Autoruns will locate it.

g2mk

Posted 2015-12-07T21:49:25.927

Reputation: 1 278