Switch back to ConEmu in WinPE
This commit is contained in:
parent
0335797a5d
commit
0ef9412995
2 changed files with 1 additions and 2 deletions
|
|
@ -3,4 +3,4 @@
|
|||
wpeinit
|
||||
wpeutil InitializeNetwork
|
||||
wpeutil UpdateBootInfo
|
||||
"%SystemRoot%\System32\cmd.exe"
|
||||
"%SystemDrive%\Program Files\ConEmu\ConEmu64.exe", /cmd cmd
|
||||
|
|
|
|||
|
|
@ -370,7 +370,6 @@ if ($MyInvocation.InvocationName -ne ".") {
|
|||
Write-Host "Recompressing image..."
|
||||
Move-Item "$TargetDir\media\sources\boot.wim" "$TargetDir\media\sources\boot-edited.wim"
|
||||
Export-WindowsImage -DestinationImagePath "$TargetDir\media\sources\boot.wim" -SourceImagePath "$TargetDir\media\sources\boot-edited.wim" -SourceIndex 1 -CompressionType Max
|
||||
Remove-Item -Path "$TargetDir\media\sources\boot-edited.wim" -Force
|
||||
|
||||
# Create ISO
|
||||
New-Item -Type Directory "$SetupDir\OUT_PE" 2>&1 | Out-Null
|
||||
|
|
|
|||
Loading…
Reference in a new issue