-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathugTest.bat
More file actions
19 lines (14 loc) · 877 Bytes
/
Copy pathugTest.bat
File metadata and controls
19 lines (14 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@ECHO OFF
SET "NDPREL=net10.0"
SET "UNATTENDGEN_TARGET=unattend_test.xml"
SET "UNATTENDGEN_REGIONTEST=regionTest.xml"
SET "UNATTENDGEN_ARCHITECTURES=amd64,arm64"
SET "UNATTENDGEN_COMPUTERNAME=Computer001"
SET "UNATTENDGEN_PARTMODE=interactive"
SET "UNATTENDGEN_AUTOLOGON=firstadmin"
SET "UNATTENDGEN_VM=vmware"
SET "UNATTENDGEN_WIFI=no"
SET "UNATTENDGEN_TELEM=no"
CD %~dp0
CD bin\Debug\%NDPREL%
cls & unattendgen --debug --target=%UNATTENDGEN_TARGET% --regionfile=%UNATTENDGEN_REGIONTEST% --architecture=%UNATTENDGEN_ARCHITECTURES% --LabConfig --BypassNRO --ConfigSet --computername=%UNATTENDGEN_COMPUTERNAME% --tzImplicit --partmode=%UNATTENDGEN_PARTMODE% --generic --customusers --autologon=%UNATTENDGEN_AUTOLOGON% --b64obscure --vm=%UNATTENDGEN_VM% --wifi=%UNATTENDGEN_WIFI% --telem=%UNATTENDGEN_TELEM% --customscripts --hidewindows --restartexplorer --customcomponents