diff --git a/quickget b/quickget index 02348dd..de7eecf 100755 --- a/quickget +++ b/quickget @@ -1448,6 +1448,9 @@ function unattended_windows() { https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/ --> + + false + * @@ -1457,6 +1460,9 @@ function unattended_windows() { true + + 1 + @@ -1474,6 +1480,7 @@ function unattended_windows() { https://github.com/quickemu-project/quickemu/issues Quickemu Project + W269N-WFGWX-YVC9B-4J6C9-T83GX 0 @@ -1584,8 +1591,11 @@ function unattended_windows() { true + Quickemu + Quickemu Project + - VK7JG-NPHTM-C97JM-9MPGT-3V66T + W269N-WFGWX-YVC9B-4J6C9-T83GX Never @@ -1640,19 +1650,45 @@ function unattended_windows() { + + + quickemu + true</PlainText> + </Password> + <Enabled>true</Enabled> + <Username>Quickemu</Username> + </AutoLogon> + <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <OOBE> <HideEULAPage>true</HideEULAPage> - <HideLocalAccountScreen>false</HideLocalAccountScreen> + <HideLocalAccountScreen>true</HideLocalAccountScreen> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> - <HideOnlineAccountScreens>false</HideOnlineAccountScreens> + <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> + <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> - <SkipUserOOBE>false</SkipUserOOBE> - <SkipMachineOOBE>false</SkipMachineOOBE> + <SkipUserOOBE>true</SkipUserOOBE> + <SkipMachineOOBE>true</SkipMachineOOBE> <VMModeOptimizations> <SkipWinREInitialization>true</SkipWinREInitialization> </VMModeOptimizations> </OOBE> + <UserAccounts> + <LocalAccounts> + <LocalAccount wcm:action="add"> + <Password> + <Value>quickemu</Value> + <PlainText>true</PlainText> + </Password> + <Description>Quickemu</Description> + <DisplayName>Quickemu</DisplayName> + <Group>Administrators</Group> + <Name>Quickemu</Name> + </LocalAccount> + </LocalAccounts> + </UserAccounts> + <RegisteredOrganization>Quickemu Project</RegisteredOrganization> + <RegisteredOwner>Quickemu</RegisteredOwner> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>msiexec /i E:\guest-agent\qemu-ga-x86_64.msi /quiet /passive /qn</CommandLine>