mirror of
https://github.com/ntdevlabs/tiny11builder.git
synced 2025-12-18 17:34:13 +00:00
Update tiny11maker.ps1
small typo
This commit is contained in:
parent
f294c7b7eb
commit
7ba57fadaa
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue