Forum Discussion
jbarberan
Jan 23, 2020Copper Contributor
Allow Teams application start minimized
We are starting to use Microsoft Team in the company. We have automatic startup set up when the user logs in to Windows 10 and we need it to start in minimized mode and there's no way. The proble...
- Jan 23, 2020
Hi,
If you check in settings you have the option "Open application in background", that will start Teams but it will only run in the background and not as open window when the computer starts. Test that setting.
There is also a uservoice requesting this setting to be configured globaly.
gardenzwerg
Sep 28, 2020Brass Contributor
Start Teams with this parameter:
Update.exe --processStart "Teams.exe" --process-start-args "--system-initiated"
or in the registry:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"com.squirrel.Teams.Teams"="C:\\Users\\xxxx\\AppData\\Local\\Microsoft\\Teams\\Update.exe --processStart \"Teams.exe\" --process-start-args \"--system-initiated\""
Update.exe --processStart "Teams.exe" --process-start-args "--system-initiated"
or in the registry:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"com.squirrel.Teams.Teams"="C:\\Users\\xxxx\\AppData\\Local\\Microsoft\\Teams\\Update.exe --processStart \"Teams.exe\" --process-start-args \"--system-initiated\""
CyberAngel82
Mar 12, 2021Copper Contributor
Thank you, that did it for me. I had to use the command line to disable media keys as well.