File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ Write-Host ' '
362362Write-Host " Unmounting image..."
363363& ' dism' ' /English' ' /unmount-image' " /mountdir:$ScratchDisk \scratchdir" ' /commit'
364364Write-Host " Exporting image..."
365- & ' dism' ' /English' ' /Export-Image' " /SourceImageFile:$ScratchDisk \tiny11\sources\install.wim" " /SourceIndex:$index " " /DestinationImageFile:$ScratchDisk \tiny11\sources\install2.wim" ' /compress:max '
365+ & ' dism' ' /English' ' /Export-Image' " /SourceImageFile:$ScratchDisk \tiny11\sources\install.wim" " /SourceIndex:$index " " /DestinationImageFile:$ScratchDisk \tiny11\sources\install2.wim" ' /compress:recovery '
366366Remove-Item - Path " $ScratchDisk \tiny11\sources\install.wim" - Force > null
367367Rename-Item - Path " $ScratchDisk \tiny11\sources\install2.wim" - NewName " install.wim" > null
368368Write-Host " Windows image completed. Continuing with boot.wim."
You can’t perform that action at this time.
0 commit comments