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