Startups

Program in Startup folder not starting on startup in Windows 10

Program in Startup folder not starting on startup in Windows 10

Windows maintains a list of programs that can launch themselves as soon as you log in to the system. It comes in handy for those programs which should be ready to use right away. However, it may happen that even after adding an entry here, a program may not startup. In this post, we will see what you can do if your Program in the Startup folder is not starting on startup in Windows 10.

Program in Startup folder not starting

If a program in Startup folder not starting on startup in Windows 10, follow any of these methods to resolve the issue:

  1. Check the Task Manager for startup entries
  2. Add the Program to Startup Folder
  3. Add Program in the Startup using Registry
  4. Force the elevated Program with Task Scheduler
  5. Add Exception to Default Firewall
  6. Setup Batch File to Launch Programs.

Some of them will need you to have admin permission to complete the setup.

1] Check Task Manager for Startup entries

Restart the computer, and see if the Program is now available as soon as you login to the computer.

2] Add the Program to Startup Folder

There are two Startup folders locations-Current User Startup and All Users Startup Folder. Once you place a shortcut inside it, the programs will be launched automatically. To do this:

Read: How to make a Program run on startup.

3] Add Program in the Startup using Registry

The Registry is the highest authority in a Windows PC, all the settings you change or anything you do affects the Registry. All the settings of the Windows Native apps and even all the third party software are present in Registry. You must not play with Registry unless and until you know and sure of what you are doing.

Follow the steps to sort the Startup folder issue:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

Read: Windows Registry Startup Locations.

4] Force the elevated Program with Task Scheduler

Some Programs need admin permission every time to start. The UAC feature in Windows will block if the Program doesn't have the correct permission. You may try to change the UAC to ascertain that, and if that's the case, it is best to create a shortcut that will allow it to launch with admin permission all the time.

If yes, then you can create a task and launch the Program with admin permission. That way, you will not have to face the UAC every time.

Next time you log in to your account, the Program will automatically launch.

5] Add Exception to Default Firewall

Some Programs need to connect to an intern as soon as they start. If the Firewall is blocking such programs, then the Program may not launch or get blocked. If the Program you wish to launch has such a requirement, make sure to add it as an exception to the Firewall.

Type firewall in the start menu, and select Windows Defender Firewall from the list.

6] Setup Batch File to Launch Programs

If you want to launch a bunch of programs at the Startup, and want a simple method, then you can create a batch file and set it to execute on the Startup. However, stay warned that it will attract UAC, and you will have to allow each of them manually.

@echo off “\

So for example, if I want to launch Snagit, the path I need to center will be

C:\Program Files\TechSmith\Snagit 2020\Snagit32.exe

You can add more, but each of them should be listed in a new line. Finally, create a shortcut of the BAT file, and place it in the Startup Folder.

If the Program you want to use doesn't start as you log in to the computer, you can use any of the methods to make sure it starts.

Gry How to Install and Play Doom on Linux
How to Install and Play Doom on Linux
Introduction to Doom The Doom Series originated in the 90s after the release of the original Doom. It was an instant hit and from that time onwards th...
Gry Vulkan for Linux Users
Vulkan for Linux Users
With each new generation of graphics cards, we see game developers push the limits of graphical fidelity and come one step closer to photorealism. But...
Gry OpenTTD vs Simutrans
OpenTTD vs Simutrans
Creating your own transport simulation can be fun, relaxing and extremely enticing. That's why you need to make sure that you try out as many games as...