Windows: Adding programs to autostart
Aug 11, 2021 12:35 · 141 words · 1 minute read
Windows has an autostart folder per user - every file that is in this folder will be started when the user logs in. To open the folder, press “Windows-Key + R”, and then enter:
|
|
The explorer will open, with the autostart folder opened.
Now, an easy way to add a program to this folder is:
- Create a shortcut by right-clicking on the file and choosing “Send to → Desktop (create Shortcut)”
- Then moving the shortcut to the autostart folder
That’s it - now the file fill opened/started on the user’s login.
Extra: There exists a similar autostart folder that applies to all users - i.e. the files in this folder will be opened on log in for every user, not for just one specific user. You can access it with shell:common startup
.
Learned this via the IONOS Digital Guide
- You are in control
- My Favorite Shortcuts for VS Code
- Customizing my shell: From bash to zsh to fish
- JSON5: JSON with comments (and more!)
- jq: Analyzing JSON data on the command line
- Get Total Directory Size via Command Line
- Changing DNS server for Huawei LTE router
- Notes on Job & Career Development
- Adding full-text search to a static site (= no backend needed)
- Generating a random string on Linux & macOS