diff --git a/powershell/Winget-Remove-BuiltInApps.ps1 b/powershell/Winget-Remove-BuiltInApps.ps1 index f2d593b..5bd48ad 100644 --- a/powershell/Winget-Remove-BuiltInApps.ps1 +++ b/powershell/Winget-Remove-BuiltInApps.ps1 @@ -12,7 +12,11 @@ $Packages = @( "Microsoft.MicrosoftStickyNotes", "Microsoft.BingWeather", "Microsoft Teams", - "Microsoft OneDrive" + "Microsoft OneDrive", + "Microsoft To Do", + "Microsoft Bing", + "Microsoft Clipchamp", + "Application Start Experiences" ) foreach ($Package in $Packages) {