complete start over...

This commit is contained in:
root
2023-04-15 00:23:32 +02:00
parent ce15b23cbd
commit 052c402829
33 changed files with 0 additions and 0 deletions

View File

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