This commit is contained in:
Michael H.G. Schmidt 2023-12-25 22:05:37 +01:00
parent 04e0f03e56
commit 86f20fadd5
4 changed files with 3 additions and 8 deletions

View File

@ -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 ...

View File

@ -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>

View File

@ -15,3 +15,4 @@ dism /Cleanup-Mountpoints
echo showing status ...
dism /Get-MountedWimInfo

View File

@ -39,7 +39,6 @@ set use_nettime=0
echo ####### %0 #######
date /t
time /t
echo.
rem ===================
rem CONFIGFILE CHECKS