From 321e0e60137b098ff52aa3b9ede510127e8f68dc Mon Sep 17 00:00:00 2001 From: Olivier Date: Sat, 31 Jan 2026 09:09:04 +0100 Subject: [PATCH] Actualiser powershell/Remove-BuiltInApps.ps1 --- powershell/Remove-BuiltInApps.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/powershell/Remove-BuiltInApps.ps1 b/powershell/Remove-BuiltInApps.ps1 index 91f34b2..6ca8195 100644 --- a/powershell/Remove-BuiltInApps.ps1 +++ b/powershell/Remove-BuiltInApps.ps1 @@ -4,7 +4,8 @@ $Packages = @( "Windows Web Experience Pack", "Xbox", - "Outlook for Windows" + "Outlook for Windows", + "Hub de commentaires" ) foreach ($Package in $Packages) {