From 44be23deca3ce945d4b299ff3f6b2dee43425a9d Mon Sep 17 00:00:00 2001 From: Olivier Date: Sat, 31 Jan 2026 09:12:41 +0100 Subject: [PATCH] Actualiser powershell/Remove-BuiltInApps.ps1 --- powershell/Remove-BuiltInApps.ps1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/powershell/Remove-BuiltInApps.ps1 b/powershell/Remove-BuiltInApps.ps1 index 6ca8195..8a31ec1 100644 --- a/powershell/Remove-BuiltInApps.ps1 +++ b/powershell/Remove-BuiltInApps.ps1 @@ -5,7 +5,14 @@ $Packages = @( "Windows Web Experience Pack", "Xbox", "Outlook for Windows", - "Hub de commentaires" + "Hub de commentaires", + "Xbox TCUI", + "Xbox Identity Provider", + "Power Automate", + "Pense-bêtes Microsoft", + "MSN Météo", + "Microsoft Teams", + "Microsoft OneDrive" ) foreach ($Package in $Packages) {