Initial commit

This commit is contained in:
2025-04-24 10:50:18 +02:00
commit 16d7ad73d6
8 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
@echo off
set SERVER=10.0.0.9
set SHARE=assets
set SETUP_PATH=windows\win-os\win11
set UNATTEND_PATH=windows-pe\configs
wpeinit
ping 127.0.0.1 -n 10 > nul
ping %SERVER% -n 4
net use F: \\%SERVER%\%SHARE%
F:\%SETUP_PATH%\setup.exe /unattend:F:\%UNATTEND_PATH%\autounattend.xml
pause