Actualiser powershell/Remove-BuiltInApps.ps1

This commit is contained in:
2026-01-31 09:41:51 +01:00
parent 2a992065b8
commit 9786e2c80c

View File

@@ -41,7 +41,7 @@ $AppsToRemove = @(
@{Name="Sticky Notes"; Package="Microsoft.MicrosoftStickyNotes"},
@{Name="Weather"; Package="Microsoft.BingWeather"},
@{Name="Microsoft Teams"; Package="Microsoft.Teams"},
@{Name="OneDrive"; Package="Microsoft.OneDrive")
@{Name="OneDrive"; Package="Microsoft.OneDrive"}
)
# Remove provisioned packages (prevents reinstallation for new users)