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