This commit is contained in:
Michael H.G. Schmidt 2021-03-28 00:51:45 +01:00
parent 031fd6892a
commit 371a75ead9

View File

@ -55,7 +55,9 @@ if EXIST %WIM% (
/Compress:Max ^ /Compress:Max ^
/CheckIntegrity /CheckIntegrity
echo set write access for install.wim ..
attrib -R %WIM% attrib -R %WIM%
move /Y %W10PRO% %WIM% move /Y %W10PRO% %WIM%
echo all done >%STATEFILE% echo all done >%STATEFILE%