@@ -4,16 +4,16 @@ Purpose: Script to remove many of the pre-loaded 3rd-party Metro "modern a
44Requirements: 1. Administrator access
55 2. Windows 8 and up
66Author: vocatus on reddit.com/r/TronScript ( vocatus.gate at gmail ) // PGP key: 0x07d1490f82a211a2
7- Version: 1.7.1 + Add additional user-submitted entries
7+ Version: 1.7.2 + Add additional user-submitted entries
88#>
99$ErrorActionPreference = " SilentlyContinue"
1010
1111
1212# #######
1313# PREP #
1414# #######
15- $METRO_3RD_PARTY_MODERN_APPS_TO_TARGET_BY_NAME_SCRIPT_VERSION = " 1.7.1 "
16- $METRO_3RD_PARTY_MODERN_APPS_TO_TARGET_BY_NAME_SCRIPT_DATE = " 2023-09-05 "
15+ $METRO_3RD_PARTY_MODERN_APPS_TO_TARGET_BY_NAME_SCRIPT_VERSION = " 1.7.2 "
16+ $METRO_3RD_PARTY_MODERN_APPS_TO_TARGET_BY_NAME_SCRIPT_DATE = " 2023-10-17 "
1717
1818# Needed for Removal
1919$AppxPackages = Get-AppxProvisionedPackage - online | select-object PackageName, Displayname
@@ -270,6 +270,7 @@ Remove-App "5CB722CC.CookingDiaryTastyHills"
270270Remove-App " 60145ScottBrogden.ditto-cp"
271271Remove-App " 60311BAFDEV.MyVideoDownloaderforYouTube"
272272Remove-App " 60708Glauco.RecordingStudio"
273+ Remove-App " 61083ApeApps.PDFDocumentScanner"
273274Remove-App " 61706EasyBrain.EscapeGame50Rooms1"
274275Remove-App " 62307pauljohn.3GPViewerFree"
275276Remove-App " 62327DamTechDesigns.UltimateEnglishSpellingQiuz"
@@ -725,6 +726,7 @@ Remove-App "TOSHIBATEC.ToshibaPrintExperience"
725726Remove-App " TeenGamesLLC.HelicopterSimulator3DFree-ContinuumRe"
726727Remove-App " TelegraphMediaGroupLtd.TheTelegraphforLenovo*"
727728Remove-App " TelltaleGames.MinecraftStoryMode-ATelltaleGamesSer"
729+ Remove-App " TheFunPimps.7DaystoDiePC"
728730Remove-App " TheNewYorkTimes.NYTCrossword*"
729731Remove-App " ThumbmunkeysLtd.PhototasticCollage"
730732Remove-App " ThumbmunkeysLtd.PhototasticCollage*"
0 commit comments