From deb27fc4ec3b0cdaee537530876184ba74904586 Mon Sep 17 00:00:00 2001 From: Olivier Date: Sat, 31 Jan 2026 10:18:38 +0100 Subject: [PATCH] Actualiser powershell/Winget-Remove-BuiltInApps.ps1 --- powershell/Winget-Remove-BuiltInApps.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/powershell/Winget-Remove-BuiltInApps.ps1 b/powershell/Winget-Remove-BuiltInApps.ps1 index 3590127..5bd48ad 100644 --- a/powershell/Winget-Remove-BuiltInApps.ps1 +++ b/powershell/Winget-Remove-BuiltInApps.ps1 @@ -16,8 +16,7 @@ $Packages = @( "Microsoft To Do", "Microsoft Bing", "Microsoft Clipchamp", - "Application Start Experiences", - "Microsoft.GetHelp" + "Application Start Experiences" ) foreach ($Package in $Packages) {