Skip to content

Instantly share code, notes, and snippets.

@chhaugen
Last active April 21, 2021 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chhaugen/db788784b37d7a91b8f0f436d9c2f242 to your computer and use it in GitHub Desktop.
Save chhaugen/db788784b37d7a91b8f0f436d9c2f242 to your computer and use it in GitHub Desktop.
How to make Signal open (as a tray icon) on startup on Windows 10

How to make Signal open (as a tray icon) on startup on Windows 10

Copying the shortcut:

  1. Select the Start button and scroll to find Signal.
  2. Right-click Signal, select More, and then select Open file location. This opens a file folder window for the location where the shortcut of Signal is saved.
  3. With the file location open, press the Windows logo key + R, type shell:startup, then select OK. This opens the Startup folder. You now have 2 folder windows open: "Programs" and "Startup".
  4. Copy and paste the Signal shortcut from the "Programs" file folder window to the "Startup" folder by right-clicking on Signal shortcut, Copy, go to Startup folder, right-click, Paste Shortcut.

Editing the shortcut:

  1. In the "Startup" folder right-click on the Signal shortcut and select Properties.
  2. In the "Signal Properties" window click in the Target text box. Be careful not to add any characters yet. Use the keyboard cursor keys to go to the end of the text string. Your cursor should now be sitting at the end of "Signal.exe".
  3. Add a space, then the following parameter by typing: --start-in-tray
  4. If you want Signal to use a specific, add a space and then a parameter like: --lang=en-US or --lang=nb-NO
  5. Click OK to save.
  6. Close all the folder windows.

Making sure you can always see the tray icon (Reboot might be required)

  1. Right click an empty part of the taskbar.
  2. Click Taskbar settings.
  3. Now in the "Settings window", scroll down to "Notification area" and click Select which icons appear on the taskbar.
  4. Scroll down to you see Signal and toggle on the switch to the right.

Source: https://www.reddit.com/r/signal/comments/l9ef1e/how_to_add_signal_to_run_automatically_at_startup/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment