Last active
August 29, 2015 14:26
-
-
Save Johnytran/09d29776ba5571dff4cc to your computer and use it in GitHub Desktop.
Windows 8: How to Add Applications to the Startup Folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First of all launch the Run dialog box. This can be done by pressing Win+R key from anywhere in Windows 8. | |
2.Paste %AppData% in the Run box and select Ok. | |
This will generate your AppData folder structure which will appear in the address bar. Paste the following code after what is generated in the address bar: | |
\Microsoft\Windows\Start Menu\Programs\Startup | |
Next, go to the shortcut of the app that you want to put in the Startup folder. Hold the right button of the mouse and drag the shortcut of that application to the Startup folder. You will be prompted with a few options. Select Create Shortcuts here. | |
The shortcut of your desired applications will appear in the Startup folder. All shortcuts to apps placed within this folder will be executed automatically when Windows goes through the Startup process. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment