From 4e140b0255a63abc4942f977394794751488a221 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 15 Jan 2024 20:50:04 +0100 Subject: [PATCH] feat: Windows 7 config --- assets/win7x64-ultimate.xml | 213 ++++++++++++++++++++++++++++++++++++ 1 file changed, 213 insertions(+) create mode 100644 assets/win7x64-ultimate.xml diff --git a/assets/win7x64-ultimate.xml b/assets/win7x64-ultimate.xml new file mode 100644 index 0000000..064be5b --- /dev/null +++ b/assets/win7x64-ultimate.xml @@ -0,0 +1,213 @@ + + + + + + + en-US + + 0409:00000409 + en-US + en-US + en-US + + + + + 0 + true + + + + 1 + Primary + 300 + + + + 2 + EFI + 100 + + + + 3 + MSR + 128 + + + + 4 + Primary + true + + + + + + 1 + 1 + + NTFS + + + + 2 + 2 + + FAT32 + + + + 3 + 3 + + + + 4 + 4 + + C + NTFS + + + + + + + + 0 + 4 + + false + + + + + + Never + + true + Docker + + + false + + + + + D:\viostor\w7\amd64 + + + D:\NetKVM\w7\amd64 + + + D:\Balloon\w7\amd64 + + + D:\pvpanic\w7\amd64 + + + D:\qemupciserial\w7\amd64 + + + D:\qxldod\w7\amd64 + + + D:\vioinput\w7\amd64 + + + D:\viorng\w7\amd64 + + + D:\vioscsi\w7\amd64 + + + D:\vioserial\w7\amd64 + + + + + + + 0409:00000409 + en-US + en-US + en-US + + + true + + + 0 + + + Container + GCRJD-8NW9H-F2CDX-CCM8D-9D6T9 + + + + + + + + + + true</PlainText> + </Password> + <Description/> + <DisplayName>Docker</DisplayName> + <Group>Administrators</Group> + <Name>Docker</Name> + </LocalAccount> + </LocalAccounts> + <AdministratorPassword> + <Value>password</Value> + <PlainText>true</PlainText> + </AdministratorPassword> + </UserAccounts> + <AutoLogon> + <Password> + <Value/> + <PlainText>true</PlainText> + </Password> + <Enabled>true</Enabled> + <Username>Docker</Username> + </AutoLogon> + <OOBE> + <HideEULAPage>true</HideEULAPage> + <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> + <HideOnlineAccountScreens>true</HideOnlineAccountScreens> + <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> + <NetworkLocation>Home</NetworkLocation> + <ProtectYourPC>1</ProtectYourPC> + <SkipUserOOBE>true</SkipUserOOBE> + <SkipMachineOOBE>true</SkipMachineOOBE> + </OOBE> + <RegisteredOrganization/> + <RegisteredOwner>Docker</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>