From cd979ae29c51e1e0ce79bc0ab828b92f4f9194da Mon Sep 17 00:00:00 2001 From: Olivier Date: Sat, 31 Jan 2026 09:30:06 +0100 Subject: [PATCH] Actualiser powershell/Remove-BuiltInApps.ps1 --- powershell/Remove-BuiltInApps.ps1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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