Update tiny11maker.ps1

small typo
This commit is contained in:
nitr8 2025-09-15 23:14:58 +02:00 committed by GitHub
parent f294c7b7eb
commit 7ba57fadaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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