bugfixes
This commit is contained in:
parent
04e0f03e56
commit
86f20fadd5
@ -28,7 +28,7 @@ for %%S in (
|
||||
mount-image.cmd
|
||||
) do (
|
||||
echo ########## calling [ %%S ] ##########
|
||||
call %%S || ( cd .. ; exit /b )
|
||||
call %%S || ( cd .. ; exit /b )
|
||||
echo.
|
||||
)
|
||||
|
||||
@ -39,7 +39,7 @@ if /I %ARG1% == /R (
|
||||
)
|
||||
|
||||
echo ########## calling [ finish-image.cmd ] ##########
|
||||
call finish-image.cmd || ( cd .. ; exit /b )
|
||||
call finish-image.cmd || ( cd .. ; exit /b )
|
||||
echo.
|
||||
|
||||
rem go back ...
|
||||
|
@ -61,10 +61,6 @@
|
||||
</OSImage>
|
||||
</ImageInstall>
|
||||
<UserData>
|
||||
<ProductKey>
|
||||
<Key>M7XTQ-FN8P6-TTKYV-9D4CC-J462D</Key>
|
||||
<WillShowUI>OnError</WillShowUI>
|
||||
</ProductKey>
|
||||
<AcceptEula>true</AcceptEula>
|
||||
<Organization>none</Organization>
|
||||
</UserData>
|
||||
@ -80,7 +76,6 @@
|
||||
<RegisteredOrganization>none</RegisteredOrganization>
|
||||
<RegisteredOwner>none</RegisteredOwner>
|
||||
<TimeZone>Central Europe Standard Time</TimeZone>
|
||||
<ProductKey>M7XTQ-FN8P6-TTKYV-9D4CC-J462D</ProductKey>
|
||||
<ShowPowerButtonOnStartScreen>true</ShowPowerButtonOnStartScreen>
|
||||
</component>
|
||||
</settings>
|
||||
|
@ -15,3 +15,4 @@ dism /Cleanup-Mountpoints
|
||||
|
||||
echo showing status ...
|
||||
dism /Get-MountedWimInfo
|
||||
|
||||
|
@ -39,7 +39,6 @@ set use_nettime=0
|
||||
echo ####### %0 #######
|
||||
date /t
|
||||
time /t
|
||||
echo.
|
||||
|
||||
rem ===================
|
||||
rem CONFIGFILE CHECKS
|
||||
|
Loading…
Reference in New Issue
Block a user