From 30d990689bd5d7d887a5be617c47bfc4382f1260 Mon Sep 17 00:00:00 2001 From: Tiagoquix <30274161+Tiagoquix@users.noreply.github.com> Date: Mon, 4 Jul 2022 10:59:53 -0300 Subject: [PATCH] Remove double entries "Microsoft.Microsoft3DViewer" - https://github.com/W4RH4WK/Debloat-Windows-10/blob/master/scripts/remove-default-apps.ps1#L24= and https://github.com/W4RH4WK/Debloat-Windows-10/blob/master/scripts/remove-default-apps.ps1#L65= "Microsoft.XboxGamingOverlay" - https://github.com/W4RH4WK/Debloat-Windows-10/blob/master/scripts/remove-default-apps.ps1#L48= and https://github.com/W4RH4WK/Debloat-Windows-10/blob/master/scripts/remove-default-apps.ps1#L77= --- scripts/remove-default-apps.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/remove-default-apps.ps1 b/scripts/remove-default-apps.ps1 index 03f4905..0ca874b 100644 --- a/scripts/remove-default-apps.ps1 +++ b/scripts/remove-default-apps.ps1 @@ -21,7 +21,6 @@ $apps = @( "Microsoft.BingWeather" #"Microsoft.FreshPaint" "Microsoft.GamingServices" - "Microsoft.Microsoft3DViewer" "Microsoft.MicrosoftOfficeHub" "Microsoft.MicrosoftPowerBIForWindows" "Microsoft.MicrosoftSolitaireCollection" @@ -45,7 +44,6 @@ $apps = @( "Microsoft.Xbox.TCUI" "Microsoft.XboxApp" "Microsoft.XboxGameOverlay" - "Microsoft.XboxGamingOverlay" "Microsoft.XboxSpeechToTextOverlay" "Microsoft.YourPhone" "Microsoft.ZuneMusic"