diff --git a/powershell/Remove-BuiltInApps.ps1 b/powershell/Remove-BuiltInApps.ps1 index 36ff714..85224ea 100644 --- a/powershell/Remove-BuiltInApps.ps1 +++ b/powershell/Remove-BuiltInApps.ps1 @@ -2,7 +2,15 @@ $AppsToRemove = @( "Microsoft.Windows.WebExperience", "Microsoft.XboxApp", - "Microsoft.OutlookApp" + "Microsoft.OutlookApp", + "Hub de commentaires", + "Xbox TCUI", + "Xbox Identity Provider", + "Power Automate", + "Microsoft.MicrosoftStickyNotes", + "Microsoft.BingWeather", + "Microsoft Teams", + "Microsoft OneDrive" ) # Remove provisioned packages for new users