mirror of
https://github.com/ntdevlabs/tiny11builder.git
synced 2025-12-18 09:24:12 +00:00
Update tiny11maker.ps1
typo -ScratchDirectory
This commit is contained in:
parent
3ef0c7efd9
commit
d53ba61bd4
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ reg unload HKLM\zSCHEMA >null
|
|||
reg unload HKLM\zSOFTWARE
|
||||
reg unload HKLM\zSYSTEM >null
|
||||
Write-Host "Cleaning up image..."
|
||||
Repair-WindowsImage -ScratchDirecory $ScratchDisk\scratchdir -StartComponentCleanup -ResetBase
|
||||
Repair-WindowsImage -ScratchDirectory $ScratchDisk\scratchdir -StartComponentCleanup -ResetBase
|
||||
Write-Host "Cleanup complete."
|
||||
Write-Host ' '
|
||||
Write-Host "Unmounting image..."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue