How to add startup programs to Windows 10 startup folder?

As programmers, it’s a job for us to sometimes load programs at the startup of a computer. These programs usually are for backup purposes or auto clearing checks.

For windows 7, its fairly like windows xp. You right click the All Programs and choose  Explore for all users. But for windows 10 there are 2 ways to do it.

Solution 1: The hard way. You need to go to the folder using the address bar of from My Computer

C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Where USERNAME is the name of the computer. You can see this by right clicking the My Computer and choosing Properties. Near the bottom you will see Computer Name.

Solution 2 : this one is better. Using the run command

You type CTRL+R then the code

shell:startup

That’s it for now.

Jepoy