minor changes

This commit is contained in:
p_reichart
2023-04-13 13:25:21 +00:00
parent 70d3fc5421
commit ca1b340fd7
3 changed files with 24 additions and 8 deletions

View File

@@ -1,6 +1,14 @@
rem ----------------------------
rem WinPE Startfile:
rem ----------------------------
@echo off
echo Init Network...
wpeinit
echo Mount CIFS-Share with Windows 10 DVD...
net use z: \\__NFSSERVERIP__\windows
z:
setup.exe
echo Start Windows Setup...
setup.exe
pause