bugfix
This commit is contained in:
parent
d154de5b3a
commit
e6a502f021
@ -18,7 +18,7 @@ if EXIST %ESD% (
|
|||||||
/SourceImageFile:%ESD% ^
|
/SourceImageFile:%ESD% ^
|
||||||
/DestinationImageFile:%WIM% ^
|
/DestinationImageFile:%WIM% ^
|
||||||
/SourceName:"Windows 10 Pro" ^
|
/SourceName:"Windows 10 Pro" ^
|
||||||
/Compress:Fast ^
|
/Compress:Max ^
|
||||||
/CheckIntegrity
|
/CheckIntegrity
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
@ -38,7 +38,7 @@ if EXIST %WIM% (
|
|||||||
/SourceImageFile:%WIM% ^
|
/SourceImageFile:%WIM% ^
|
||||||
/DestinationImageFile:%W10PRO% ^
|
/DestinationImageFile:%W10PRO% ^
|
||||||
/SourceName:"Windows 10 Pro" ^
|
/SourceName:"Windows 10 Pro" ^
|
||||||
/Compress:Fast ^
|
/Compress:Max ^
|
||||||
/CheckIntegrity
|
/CheckIntegrity
|
||||||
|
|
||||||
move /Y %W10PRO% %WIM%
|
move /Y %W10PRO% %WIM%
|
||||||
|
Loading…
Reference in New Issue
Block a user