From 26a5d2355d764fe85d31b1e04ac3206831e5853c Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Thu, 13 Apr 2023 12:56:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eresources/winpestart.bat=E2=80=9C=20hi?= =?UTF-8?q?nzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WinPE Startfile --- resources/winpestart.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 resources/winpestart.bat diff --git a/resources/winpestart.bat b/resources/winpestart.bat new file mode 100644 index 0000000..ae3fda0 --- /dev/null +++ b/resources/winpestart.bat @@ -0,0 +1,7 @@ +rem ---------------------------- +rem WinPE Startfile: +rem ---------------------------- +net use z: \\192.168.75.3\windows +z: +cd \source +setupprep.exe \ No newline at end of file