From 7ba57fadaa0a5569bdf45356e9d3037b67641c2f Mon Sep 17 00:00:00 2001 From: nitr8 Date: Mon, 15 Sep 2025 23:14:58 +0200 Subject: [PATCH] Update tiny11maker.ps1 small typo --- tiny11maker.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tiny11maker.ps1 b/tiny11maker.ps1 index ed3251c..74ef496 100644 --- a/tiny11maker.ps1 +++ b/tiny11maker.ps1 @@ -195,7 +195,7 @@ if (-not $architecture) { Write-Output "Mounting complete! Performing removal of applications..." -$packages = & 'dism' '/English' "/image:$($ScratchDisk)\scratchdir" '/Get-ProvisionedAppxPackages' | Out-Null +$packages = & 'dism' '/English' "/image:$($ScratchDisk)\scratchdir" '/Get-ProvisionedAppxPackages' | ForEach-Object { if ($_ -match 'PackageName : (.*)') { $matches[1] @@ -489,3 +489,4 @@ Stop-Transcript exit +