IT_Man_Dan Posted March 5, 2020 Posted March 5, 2020 Morning all, I'm running Office 365 on Win 10 pc's and am trying to stop Teams launching for everyone at login. So far I have tried the following GPO's: User config - policies - administrative templates - Microsoft Teams - Prevent Teams from starting automatically after installation. Doesn't work for me, I believe I may have needed to set this prior to installing Office 365 sitewide?! Computer config - Preferences - Windows settings - Registry - Delete com.squirrel.Teams.Teams from Hkey_current_user software\Microsoft\Windows\Current Version\Run Didn't work, I don't think the key is there in the first place... Only way I've succeeded is per user by disabling Teams from startup in task manager... I need a site wide fix Any advice gratefully received. Thanks
MartinByard Posted March 5, 2020 Posted March 5, 2020 We seem to have solved it by adding a second reg key to our GPO... [TABLE=class: info] [TR] [TD]Action[/TD] [TD]Update[/TD] [/TR] [/TABLE] Properties [TABLE=class: subtable] [TR] [TD]Hive[/TD] [TD]HKEY_CURRENT_USER[/TD] [/TR] [TR] [TD]Key path[/TD] [TD]SOFTWARE\Policies\Microsoft\Office\16.0\Teams[/TD] [/TR] [TR] [TD]Value name[/TD] [TD]PreventFirstLaunchAfterInstall[/TD] [/TR] [TR] [TD]Value type[/TD] [TD]REG_DWORD[/TD] [/TR] [TR] [TD]Value data[/TD] [TD]0x1 (1)[/TD] [/TR] [/TABLE] Also, as a side note ... the reg key you've already got is in HKCU, but you're doing it in the computer config section ... doesn't it need to be in the user section (thats where we do it, using GPO loopback processing to apply user settings to a computer targeted GPO) ? 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now