How do I find the unknown program enabled during Start-Up?

7,573

Solution 1

You can go to Microsoft Downloads, SysInternals and get Autoruns 64-bit (download it here). Download it, install it and run it and see if it shows you the program on your computer.

For your specific problem, access the "Logon" Tab.

Autoruns Logon

Yellow highlighted sections in the Autoruns display are errors and can be deleted.

That should solve your problem.

Solution 2

You can rightclick on an entry and click Open file location wich leads you to the directory where the program is installed.

Open file location

As mentioned in the comments by Ismael Miguel this answer only applies to Windows 8, Windows 8.1 and Windows 10 (and the Windows Server variants). For Windows 7 and older, you need to use msconfig.

Solution 3

Start-up entries are in the registry at Software\Microsoft\Windows\CurrentVersion\Run.

There is one of these for each user and machine. For the current session that would be under HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER.

Any shortcuts in a Start Menu group called Startup (Microsoft\Windows\Start Menu\Programs\Startup) will also be run. Again there are both per-user and per-machine locations, under %AllUsersProfile% and %AppData% for the current session.

Additionally, a scheduled task can be set to run at boot or login. This data is also in the registry Microsoft\Windows NT\CurrentVersion\Schedule, but in a much more complex format. This can be explored with the "Task Scheduler" app.

Share:
7,573

Related videos on Youtube

Gonçalo Peres
Author by

Gonçalo Peres

Go ahead and send me a note here or

Updated on September 18, 2022

Comments

  • Gonçalo Peres
    Gonçalo Peres over 1 year

    I am using a computer with Windows 10 and, as a normal procedure to reduce the boot time, I accessed the Task Manager and checked what was "Enabled" during the "Start-up".

    Some of the programs

    When I opened that tab, I saw a program called "Program", without Publisher information, which I have now disabled.

    Program Disabled it

    After that, I went straight to the Control Panel -> Programs and Features, in order to find out what the program is and to delete it; however, nothing with that name appears.

    Given that, assuming that I don't know since when do I have that program on this computer, how can I know what this program is, so that I can decide on whether to remove it or not?

  • IMSoP
    IMSoP over 4 years
    Do all startup programs show up in that key? For instance, if you place a shortcut in the "Start-up" folder of the Start Menu, it still loads on startup, just as it did in Windows 95 (indeed, probably inherited from Windows 3's Program Manager?). I haven't checked on Windows 10, but for many versions that directory was scanned directly, separately from the various registry keys.
  • OrangeDog
    OrangeDog over 4 years
    @IMSoP yes, there's also the magic Start Menu folder in addition to the registry.
  • Ismael Miguel
    Ismael Miguel over 4 years
    This answer only applies to Windows 8, Windows 8.1 and Windows 10 (and the Windows Server variants). For Windows 7 and older, you need to use msconfig.
  • gronostaj
    gronostaj over 4 years
    @IMSoP Actually there's a lot of ways to make something start with the system. For example you can schedule a task that executes on logon. Autoruns is great at finding these.
  • IMSoP
    IMSoP over 4 years
    @gronostaj Yeah, that was kind of my point. This answer implies that looking in one registry key is sufficient, but it's really not.
  • gronostaj
    gronostaj over 4 years
    @IMSoP I think it is in this case. We have a screenshot from Task Manager, so it must be in the registry.
  • IMSoP
    IMSoP over 4 years
    @gronostaj I just checked Task Manager on my system, and the programs I load through the Start Menu folder show up there. I've no idea what other areas it includes, but it's certainly more than just that one set of registry entries.
  • Emanuel Vintilă
    Emanuel Vintilă over 4 years
    @IsmaelMiguel OP clearly specified he uses Windows 10
  • Ismael Miguel
    Ismael Miguel over 4 years
    @EmanuelVintilă That's true, but someone who searches for an answer to this question, on older devices, will find that it doesn't work for them. Besides, it is just a sentence that was added, and only increases the value of the answer, without making it invalid for what the O.P. asked.
  • John
    John over 4 years
    "This answer only applies to Windows 8, Windows 8.1 and Windows 10 (and the Windows Server variants)." Autoruns works just fine in Windows 7 and shows the Yellow entries to delete just fine
  • kevinSpaceyIsKeyserSöze
    kevinSpaceyIsKeyserSöze over 4 years
    @John ye the thing with autorun imho is that you have to download a tool.
  • John
    John over 4 years
    Of course you need to download Autoruns from Systinternals (Microsoft) but once downloaded and installed it works fine
  • Gonçalo Peres
    Gonçalo Peres almost 4 years
    This didn't work in this particular, as the "Open file location" was blocked (one couldn't press it). It just happened to me again.
  • kevinSpaceyIsKeyserSöze
    kevinSpaceyIsKeyserSöze almost 4 years
    @GonçaloPeres龚燿禄 Yes it can be. Go with Johns answer then.
  • Wasif
    Wasif over 3 years
    32-bit entries on 64-bit machines will reside at HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\Cu‌​rrentVersion\Run.