Skip to content

How To Blog

how to

  • What Is Lorem Ipsum & Generators To Quickly Make The Text Cool Websites
  • Introduction to Make a Pie Chart in Excel Office Tips
  • Google calendar events How-To
  • How to Troubleshoot Audio Issues in Windows 7 and Vista Windows 7
  • 14 Best Gifts in your life for geeks and nerds Gadgets
  • What are the best webcam covers? Product Reviews
  • The 5 Top Linux Distros You Should Be Using Linux Tips
  • 17 Mac Trackpad Gestures and How To Customize Them OS X

Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

Posted on October 7, 2020 By blog_786 No Comments on Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

It’s nice to log on to your computer and your favorite programs will automatically open, ready to go and waiting for you. This is the job of the Windows startup folder.

What if your programs no longer open automatically? How to fix if Windows 10 startup folder is not working?

Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

What is the startup folder?

The Windows Startup folder is the directory that stores the shortcuts for programs that you want to automatically open. Windows checks this folder every time it starts up and starts all programs that have shortcuts. Each user has a startup folder on the computer, as well as a system startup folder that applies to all users.

Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

Why isn’t the Windows 10 startup folder working?

The reason why your Startup folder might not work can be one of several reasons that we will look at later. Before you go any further, understand that the programs you’ve configured to start at startup will be the last thing Windows starts. Windows starts several operations in the following order:

  1. Critical Windows Processes
  2. Services and System Tasks
  3. Programs in Startup Folders
  4. So it is possible that your launchers are not starting up as fast as you would like. Be patient. If a critical Windows process, service, or system task hangs at startup, it may take a minute for your program to start. If there are many programs in the startup folder, it may take even longer.

    If it still won’t start, try the following. Remember to restart Windows after each troubleshooting tip to make sure the Startup folder is working again.

    – /

    Check if the program is running

    Sometimes it’s as easy as not running the program. You can’t run a program that doesn’t work. So try opening it the normal way and see what happens. If it does not open, or gives error messages when you open it, review these error messages. It can be easier and faster to repair or reinstall the program

    Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

    Check Program Settings

    Many programs will be able to open when Windows starts Check this setting in the program and make sure it is selected. For this example we will be using Snagit 2020 The steps for other programs may be completely different, but try anyway.

    1. Click File.
    2. Click Capture Settings. …

    1. Make sure the box next to “Start Snagit at Windows Startup” is checked.
    2. Click OK to confirm the change.

    Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

    Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

    Check Startup Manager in Task Manager

    Perhaps the reason your programs won’t start at startup is because they can’t. Use Windows Task Manager to quickly check.

    1. Press Ctrl + Shift + Esc to quickly open Task Manager.
    2. Click the Startup tab.
    3. Check which programs you want to open at startup and make sure they are enabled. If not, select the program and click the “Enable” button.

    Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

    Check Startup Folder

    You need to know two startup folders. Every user on your computer has a startup folder. Then there is another one that will apply to all users of the computer. Check the one that suits your situation.

    To check startup folders:

    1. Press Winkey + R to open the Run command utility.
    2. Enter the command for any startup folder – shell: startup

    Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

    Or the system startup folder – shell: common startup

    Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

    and press enter. The startup folder will open. Your folder is located at

    C: Users YourUserName AppData Roaming Microsoft Windows Start Menu Programs Startup.

    The system startup folder is located at

    C: ProgramData Microsoft Windows Start Menu Programs StartUp

    1. Check if there is a shortcut to the program you want open at startup. If it is not there, go to the instructions on How to add a program to your startup folder.
    2. If there is a shortcut, double-click it to see if it opens the program. If it doesn’t, the problem might be with the shortcut. Try to recreate the shortcut and add it to your startup folder again.

    How to add a program to the startup folder:

    1. Create a shortcut to the program executable.
    2. Press Winkey + R to open the Run command utility.
    3. Type the command for any startup folder (shell: startup) or system startup folder (shell: general startup) and press enter. The startup folder will open.
    4. Copy the shortcut to your startup folder. You must be an administrator to do this with the system startup folder.

    Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

    Turn off UAC for a specific application

    Perhaps the program you want to run requires administrator rights. Usually a UAC window appears asking if you want to run the program. If UAC doesn’t appear and the program won’t launch, read our article on how to disable UAC for this program only.

    Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

    Check registry keys for startup folders

    Sometimes registry keys get corrupted or go missing So check your Windows Registry to see if the correct keys are there and if they have the correct values. The Windows registry is a place where a lot of damage can happen if you’re not very careful. If you are uncomfortable working in the registry, do not do this. Be sure to back up the registry before making any changes. It can help you keep your Windows installation.

    • Press Winkey + R to open the Run command window.
    • Type regedit and press Enter.
      • Go to each key location below and make sure they have the correct data values.

      HKEY_CURRENT_USER SOFTWARE Microsoft Windows CurrentVersion Explorer Custom Shell Folders

      Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

      Startup key must have data value:

      % USERPROFILE% AppData Roaming Microsoft Windows Start Menu Programs Startup

      HKEY_CURRENT_USER SOFTWARE Microsoft Windows CurrentVersion Explorer Shell Folders

      Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

      At startup, the data value must be specified:

      C: Users User AppData Roaming Microsoft Windows Start Menu Programs Startup

      HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion Explorer Shell Folders

      Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

      Shared Startup must have data value:

      C: ProgramData Microsoft Windows Start Menu Programs Startup

      Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

      Enter the application file path directly into the registry

      A slightly more radical approach is to inject the application directly into the registry key that determines which programs are launched at startup. Don’t forget to back up your registry first! We’ll use Outlook as an example for this tip.

      • Press Winkey + R to open the Run command window.
      • Type regedit and press Enter.

      • For your account, go to

      HKEY_CURRENT_USER SOFTWARE Microsoft Windows CurrentVersion Run

      Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

      For all accounts, navigate to

      HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Run

      • Right-click and select New> String Value.

      • Enter the path to the executable file of the application that you want to start at startup. For Outlook, this is “C: Program Files Microsoft Office root Office16 OUTLOOK.EXE”. Click OK.

      Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

      Windows 10 Startup Folder Not Working? 8 Troubleshooting Tips To Try

      Startup folder still not working?

      At this point, you will need to try to either repair, update Windows, or completely reinstall Windows. Or decide if you need to open this application at startup or not.

      –

Windows 10

Post navigation

Previous Post: How To Remotely Wake Up Your Windows 10 PC
Next Post: How To Deactivate Facebook Messenger

Related Posts

  • How To Set Up Full Disk Encryption On Windows With Bitlocker Windows 10
  • The 7 Best Software Versions of Solitaire For Windows 10 Windows 10
  • How to Set Up the Windows 10 Built-In VPN Service Windows 10
  • Top 10 Differences between Windows 7 and Windows 8/10 Windows 10
  • What is the Page File in Windows 10? Windows 10
  • How To Track Router History & Monitor Internet Activity Windows 10

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • How-To
  • iOS
  • iPad
  • iPhone
  • Linux Tips
  • macOS
  • MS Office Tips
  • Networking
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018

2021 Amazon Android ) Apple apps Best browser change Chrome Closing words Concluding remarks Delete Download Enable Error Facebook Find Free) From Google Keyboard Mac make Mobile Music Netflix ( online Packaging phone? Photos Reset Network Settings sites Switch Tips turn using Video Videos Watch Websites What With Working? your YouTube

  • Best ti 84 plus silver edition graphing calculator 2020

    Best ti 84 plus silver edition graphing calculator 2020

  • How to Create Custom T-Shirts for Free To Buy or Sell technology
  • Laptop Plugged In, but Not Charging? Help Desk
  • The best fact-checking sites to deal with misinformation Cool Websites
  • Best kids calculator 2020

    Best kids calculator 2020

  • How To Protect Yourself From Threatening “We Have Your Password” Emails How-To
  • wifi calling not working android iPhone
  • How to Use Firestick with Monitors without HDMI Port? How-To

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Manage Cookie Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Manage options Manage services Manage vendors Read more about these purposes
View preferences
{title} {title} {title}
Go to mobile version