From 328ebf3b72b93b6af836529a4c3e07ef729c656b Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 15 Jan 2024 21:19:06 +0100 Subject: [PATCH] feat: Windows 2019 config --- assets/win2019-eval.xml | 192 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 assets/win2019-eval.xml diff --git a/assets/win2019-eval.xml b/assets/win2019-eval.xml new file mode 100644 index 0000000..e2cf0a9 --- /dev/null +++ b/assets/win2019-eval.xml @@ -0,0 +1,192 @@ + + + + + + en-US + + 0409:00000409 + en-US + en-US + en-US + en-US + + + + + + + 1 + 350 + Primary + + + 2 + true + Primary + + + + + NTFS + + 1 + 1 + 0x27 + + + 2 + 2 + C + + NTFS + + + 0 + true + + + + + + 0 + 2 + + + + + true + Docker + Organization + + N2KJX-J94YW-TQVFB-DG9YT-724CC + + + false + + + + + D:\viostor\2k19\amd64 + + + D:\NetKVM\2k19\amd64 + + + D:\Balloon\2k19\amd64 + + + D:\pvpanic\2k19\amd64 + + + D:\qemupciserial\2k19\amd64 + + + D:\qxldod\2k19\amd64 + + + D:\vioinput\2k19\amd64 + + + D:\viorng\2k19\amd64 + + + D:\vioscsi\2k19\amd64 + + + D:\vioserial\2k19\amd64 + + + + + + + false + + + + + 1 + + + + + 0409:00000409 + en-US + en-US + en-US + en-US + + + true + + + 0 + + + Container + N2KJX-J94YW-TQVFB-DG9YT-724CC + + + + + + + + Docker + Docker + Administrators + Docker + + + + password + true</PlainText> + </AdministratorPassword> + </UserAccounts> + <AutoLogon> + <Password> + <Value/> + <PlainText>true</PlainText> + </Password> + <Enabled>true</Enabled> + <Username>Docker</Username> + </AutoLogon> + <OOBE> + <HideEULAPage>true</HideEULAPage> + <HideLocalAccountScreen>true</HideLocalAccountScreen> + <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> + <HideOnlineAccountScreens>true</HideOnlineAccountScreens> + <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> + <NetworkLocation>Home</NetworkLocation> + <ProtectYourPC>1</ProtectYourPC> + <SkipMachineOOBE>true</SkipMachineOOBE> + <SkipUserOOBE>true</SkipUserOOBE> + </OOBE> + <RegisteredOrganization>Organization</RegisteredOrganization> + <RegisteredOwner>Owner</RegisteredOwner> + <FirstLogonCommands> + <SynchronousCommand wcm:action="add"> + <Order>1</Order> + <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f</CommandLine> + </SynchronousCommand> + <SynchronousCommand wcm:action="add"> + <Order>2</Order> + <CommandLine>powershell.exe -NoProfile -Command "Disable-ComputerRestore -Drive 'C:';"</CommandLine> + <Description>Disable System Restore</Description> + </SynchronousCommand> + <SynchronousCommand wcm:action="add"> + <Order>3</Order> + <RequiresUserInput>false</RequiresUserInput> + <CommandLine>cmd /C wmic useraccount where name="Docker" set PasswordExpires=false</CommandLine> + <Description>Password Never Expires</Description> + </SynchronousCommand> + <SynchronousCommand wcm:action="add"> + <Order>4</Order> + <CommandLine>msiexec /i E:\virtio-win-gt-x64.msi /qb!</CommandLine> + <Description>Install VirtIO drivers</Description> + </SynchronousCommand> + </FirstLogonCommands> + </component> + </settings> +</unattend>