Skip to content

Commit 4172e57

Browse files
authored
Update metro_3rd_party_modern_apps_to_target_by_name.ps1
1 parent ca71100 commit 4172e57

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

resources/stage_2_de-bloat/metro/metro_3rd_party_modern_apps_to_target_by_name.ps1

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ Purpose: Script to remove many of the pre-loaded 3rd-party Metro "modern a
44
Requirements: 1. Administrator access
55
2. Windows 8 and up
66
Author: 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"
270270
Remove-App "60145ScottBrogden.ditto-cp"
271271
Remove-App "60311BAFDEV.MyVideoDownloaderforYouTube"
272272
Remove-App "60708Glauco.RecordingStudio"
273+
Remove-App "61083ApeApps.PDFDocumentScanner"
273274
Remove-App "61706EasyBrain.EscapeGame50Rooms1"
274275
Remove-App "62307pauljohn.3GPViewerFree"
275276
Remove-App "62327DamTechDesigns.UltimateEnglishSpellingQiuz"
@@ -725,6 +726,7 @@ Remove-App "TOSHIBATEC.ToshibaPrintExperience"
725726
Remove-App "TeenGamesLLC.HelicopterSimulator3DFree-ContinuumRe"
726727
Remove-App "TelegraphMediaGroupLtd.TheTelegraphforLenovo*"
727728
Remove-App "TelltaleGames.MinecraftStoryMode-ATelltaleGamesSer"
729+
Remove-App "TheFunPimps.7DaystoDiePC"
728730
Remove-App "TheNewYorkTimes.NYTCrossword*"
729731
Remove-App "ThumbmunkeysLtd.PhototasticCollage"
730732
Remove-App "ThumbmunkeysLtd.PhototasticCollage*"

0 commit comments

Comments
 (0)