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) {