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 mount-image.cmd
) do ( ) do (
echo ########## calling [ %%S ] ########## echo ########## calling [ %%S ] ##########
call %%S || ( cd .. ; exit /b ) call %%S || ( cd .. ; exit /b )
echo. echo.
) )
@ -39,7 +39,7 @@ if /I %ARG1% == /R (
) )
echo ########## calling [ finish-image.cmd ] ########## echo ########## calling [ finish-image.cmd ] ##########
call finish-image.cmd || ( cd .. ; exit /b ) call finish-image.cmd || ( cd .. ; exit /b )
echo. echo.
rem go back ... rem go back ...

View File

@ -61,10 +61,6 @@
</OSImage> </OSImage>
</ImageInstall> </ImageInstall>
<UserData> <UserData>
<ProductKey>
<Key>M7XTQ-FN8P6-TTKYV-9D4CC-J462D</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula> <AcceptEula>true</AcceptEula>
<Organization>none</Organization> <Organization>none</Organization>
</UserData> </UserData>
@ -80,7 +76,6 @@
<RegisteredOrganization>none</RegisteredOrganization> <RegisteredOrganization>none</RegisteredOrganization>
<RegisteredOwner>none</RegisteredOwner> <RegisteredOwner>none</RegisteredOwner>
<TimeZone>Central Europe Standard Time</TimeZone> <TimeZone>Central Europe Standard Time</TimeZone>
<ProductKey>M7XTQ-FN8P6-TTKYV-9D4CC-J462D</ProductKey>
<ShowPowerButtonOnStartScreen>true</ShowPowerButtonOnStartScreen> <ShowPowerButtonOnStartScreen>true</ShowPowerButtonOnStartScreen>
</component> </component>
</settings> </settings>

View File

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

View File

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