Skip to content

Commit

Permalink
Check for multiple instances of Teams
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Jul 15, 2024
1 parent ff5345e commit e16f2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbook/Configuration/atlas/appx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ actions:
# AppX Microsoft Teams
# Seems legacy - not in 23H2?
- !taskKill: {name: 'msteams*', ignoreErrors: true}
- !appx: {name: 'MicrosoftTeams*', type: family}
- !appx: {name: '*Teams*', type: family}
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Communications', value: 'ConfigureChatAutoInstall', data: '0', type: REG_DWORD}

- !appx: {name: 'Clipchamp.Clipchamp*', type: family}
Expand Down

0 comments on commit e16f2d8

Please sign in to comment.