Search code examples
windows-7windows-8windows-10windows-xpwindows-vista

How do i find the path to startup folder?


Im currently working on a project that requires me to insert the path to the startup folder. I need my code to work on all Windows versions from Windows XP to Windows 10.

So what im asking for is the path to the startup folder on all Windows versions from Windows XP forward.

Thank you for your answers.


Solution

  • C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
    

    It should be the same on all versions. Just type it in in the explorer and you should get it.

    Here a few other ways https://thetechhacker.com/2017/01/07/how-to-access-windows-10-startup-folder/