Skip to content

Commit

Permalink
Update metro_3rd_party_modern_apps_to_target_by_name.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
vocatus committed Oct 17, 2023
1 parent ca71100 commit 4172e57
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Purpose: Script to remove many of the pre-loaded 3rd-party Metro "modern a
Requirements: 1. Administrator access
2. Windows 8 and up
Author: vocatus on reddit.com/r/TronScript ( vocatus.gate at gmail ) // PGP key: 0x07d1490f82a211a2
Version: 1.7.1 + Add additional user-submitted entries
Version: 1.7.2 + Add additional user-submitted entries
#>
$ErrorActionPreference = "SilentlyContinue"


########
# PREP #
########
$METRO_3RD_PARTY_MODERN_APPS_TO_TARGET_BY_NAME_SCRIPT_VERSION = "1.7.1"
$METRO_3RD_PARTY_MODERN_APPS_TO_TARGET_BY_NAME_SCRIPT_DATE = "2023-09-05"
$METRO_3RD_PARTY_MODERN_APPS_TO_TARGET_BY_NAME_SCRIPT_VERSION = "1.7.2"
$METRO_3RD_PARTY_MODERN_APPS_TO_TARGET_BY_NAME_SCRIPT_DATE = "2023-10-17"

# Needed for Removal
$AppxPackages = Get-AppxProvisionedPackage -online | select-object PackageName,Displayname
Expand Down Expand Up @@ -270,6 +270,7 @@ Remove-App "5CB722CC.CookingDiaryTastyHills"
Remove-App "60145ScottBrogden.ditto-cp"
Remove-App "60311BAFDEV.MyVideoDownloaderforYouTube"
Remove-App "60708Glauco.RecordingStudio"
Remove-App "61083ApeApps.PDFDocumentScanner"
Remove-App "61706EasyBrain.EscapeGame50Rooms1"
Remove-App "62307pauljohn.3GPViewerFree"
Remove-App "62327DamTechDesigns.UltimateEnglishSpellingQiuz"
Expand Down Expand Up @@ -725,6 +726,7 @@ Remove-App "TOSHIBATEC.ToshibaPrintExperience"
Remove-App "TeenGamesLLC.HelicopterSimulator3DFree-ContinuumRe"
Remove-App "TelegraphMediaGroupLtd.TheTelegraphforLenovo*"
Remove-App "TelltaleGames.MinecraftStoryMode-ATelltaleGamesSer"
Remove-App "TheFunPimps.7DaystoDiePC"
Remove-App "TheNewYorkTimes.NYTCrossword*"
Remove-App "ThumbmunkeysLtd.PhototasticCollage"
Remove-App "ThumbmunkeysLtd.PhototasticCollage*"
Expand Down

0 comments on commit 4172e57

Please sign in to comment.