0
1
I want to have the Slack desktop application run at startup in the background as it normally does with the Launch app on login settings. However this always results in a small sized window when I open slack up by clicking on it's icon afterwards. What I want is the app to open up with a maximised window.
The best solution I've found so far is disabling the Launch app on login setting and putting a shortcut to slack in C:\Users\<user>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
and changing the Run option from Normal window
to Maximised
. But this also starts Slack fully visible on startup, I still want it to run in the background on startup.
I've tried running a .bat file with task scheduler but I can't figure out what to write in it.
Do anyone know if this is possible somehow? Are there any command-line arguments that I can add to the shortcut? Is there some Windows option that I don't know of?
All help is appreciated!