Skip to content

Commit

Permalink
fix: kill msteams process before removing the application
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Oct 18, 2023
1 parent 228b2a6 commit da0463c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/playbook/Configuration/atlas/appx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ actions:
# The reason of removing those applications is that there is a potential of them sending user data,
# showing unwanted content including advertisements and using hardware resources. They can also
# simply be annoyances that are never used. However, most of these applications can be reinstalled
# via Microsoft Store in case user need them.
# via Microsoft Store in case u.ser need them.

# https://docs.microsoft.com/en-us/windows/application-management/apps-in-windows-10

Expand All @@ -24,6 +24,7 @@ actions:
- !appx: {name: '*Spotify*', type: family}

# Microsoft Teams
- !taskKill: {name: "*teams*"}
- !appx: {name: '*MicrosoftTeams*', type: family}

# Cortana
Expand Down

0 comments on commit da0463c

Please sign in to comment.