Last active
March 12, 2018 08:04
-
-
Save djm300/bd2b9a92ac0e208e845c5aaaecced65e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--************************************************* | |
| Windows 10 Answer File Generator | |
| Created using Windows AFG found at: | |
| http://windowsafg.no-ip.org | |
| Installation Notes | |
| Location: djm300 lab | |
| Notes: Enter your comments here... | |
| **************************************************--> | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <unattend xmlns="urn:schemas-microsoft-com:unattend"> | |
| <settings pass="windowsPE"> | |
| <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <SetupUILanguage> | |
| <UILanguage>en-US</UILanguage> | |
| </SetupUILanguage> | |
| <InputLocale>0813:00000813</InputLocale> | |
| <SystemLocale>en-US</SystemLocale> | |
| <UILanguage>en-US</UILanguage> | |
| <UILanguageFallback>en-US</UILanguageFallback> | |
| <UserLocale>en-US</UserLocale> | |
| </component> | |
| <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <SetupUILanguage> | |
| <UILanguage>en-US</UILanguage> | |
| </SetupUILanguage> | |
| <InputLocale>0813:00000813</InputLocale> | |
| <SystemLocale>en-US</SystemLocale> | |
| <UILanguage>en-US</UILanguage> | |
| <UILanguageFallback>en-US</UILanguageFallback> | |
| <UserLocale>en-US</UserLocale> | |
| </component> | |
| <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <DiskConfiguration> | |
| <Disk wcm:action="add"> | |
| <CreatePartitions> | |
| <CreatePartition wcm:action="add"> | |
| <Order>1</Order> | |
| <Type>Primary</Type> | |
| <Size>100</Size> | |
| </CreatePartition> | |
| <CreatePartition wcm:action="add"> | |
| <Extend>true</Extend> | |
| <Order>2</Order> | |
| <Type>Primary</Type> | |
| </CreatePartition> | |
| </CreatePartitions> | |
| <ModifyPartitions> | |
| <ModifyPartition wcm:action="add"> | |
| <Active>true</Active> | |
| <Format>NTFS</Format> | |
| <Label>System Reserved</Label> | |
| <Order>1</Order> | |
| <PartitionID>1</PartitionID> | |
| <TypeID>0x27</TypeID> | |
| </ModifyPartition> | |
| <ModifyPartition wcm:action="add"> | |
| <Active>true</Active> | |
| <Format>NTFS</Format> | |
| <Label>OS</Label> | |
| <Letter>C</Letter> | |
| <Order>2</Order> | |
| <PartitionID>2</PartitionID> | |
| </ModifyPartition> | |
| </ModifyPartitions> | |
| <DiskID>0</DiskID> | |
| <WillWipeDisk>true</WillWipeDisk> | |
| </Disk> | |
| </DiskConfiguration> | |
| <ImageInstall> | |
| <OSImage> | |
| <InstallTo> | |
| <DiskID>0</DiskID> | |
| <PartitionID>2</PartitionID> | |
| </InstallTo> | |
| <InstallToAvailablePartition>false</InstallToAvailablePartition> | |
| </OSImage> | |
| </ImageInstall> | |
| <UserData> | |
| <AcceptEula>true</AcceptEula> | |
| <FullName>vagrant</FullName> | |
| <Organization>Brightstar</Organization> | |
| <ProductKey> | |
| <Key>W269N-WFGWX-YVC9B-4J6C9-T83GX</Key> | |
| </ProductKey> | |
| </UserData> | |
| </component> | |
| <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <DiskConfiguration> | |
| <Disk wcm:action="add"> | |
| <CreatePartitions> | |
| <CreatePartition wcm:action="add"> | |
| <Order>1</Order> | |
| <Type>Primary</Type> | |
| <Size>100</Size> | |
| </CreatePartition> | |
| <CreatePartition wcm:action="add"> | |
| <Extend>true</Extend> | |
| <Order>2</Order> | |
| <Type>Primary</Type> | |
| </CreatePartition> | |
| </CreatePartitions> | |
| <ModifyPartitions> | |
| <ModifyPartition wcm:action="add"> | |
| <Active>true</Active> | |
| <Format>NTFS</Format> | |
| <Label>System Reserved</Label> | |
| <Order>1</Order> | |
| <PartitionID>1</PartitionID> | |
| <TypeID>0x27</TypeID> | |
| </ModifyPartition> | |
| <ModifyPartition wcm:action="add"> | |
| <Active>true</Active> | |
| <Format>NTFS</Format> | |
| <Label>OS</Label> | |
| <Letter>C</Letter> | |
| <Order>2</Order> | |
| <PartitionID>2</PartitionID> | |
| </ModifyPartition> | |
| </ModifyPartitions> | |
| <DiskID>0</DiskID> | |
| <WillWipeDisk>true</WillWipeDisk> | |
| </Disk> | |
| </DiskConfiguration> | |
| <ImageInstall> | |
| <OSImage> | |
| <InstallTo> | |
| <DiskID>0</DiskID> | |
| <PartitionID>2</PartitionID> | |
| </InstallTo> | |
| <InstallToAvailablePartition>false</InstallToAvailablePartition> | |
| </OSImage> | |
| </ImageInstall> | |
| <UserData> | |
| <AcceptEula>true</AcceptEula> | |
| <FullName>vagrant</FullName> | |
| <Organization>Brightstar</Organization> | |
| <ProductKey> | |
| <Key>W269N-WFGWX-YVC9B-4J6C9-T83GX</Key> | |
| </ProductKey> | |
| </UserData> | |
| </component> | |
| </settings> | |
| <settings pass="offlineServicing"> | |
| <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <EnableLUA>false</EnableLUA> | |
| </component> | |
| </settings> | |
| <settings pass="offlineServicing"> | |
| <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <EnableLUA>false</EnableLUA> | |
| </component> | |
| </settings> | |
| <settings pass="generalize"> | |
| <component name="Microsoft-Windows-Security-SPP" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <SkipRearm>1</SkipRearm> | |
| </component> | |
| </settings> | |
| <settings pass="generalize"> | |
| <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <SkipRearm>1</SkipRearm> | |
| </component> | |
| </settings> | |
| <settings pass="specialize"> | |
| <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <InputLocale>0813:00000813</InputLocale> | |
| <SystemLocale>en-US</SystemLocale> | |
| <UILanguage>en-US</UILanguage> | |
| <UILanguageFallback>en-US</UILanguageFallback> | |
| <UserLocale>en-US</UserLocale> | |
| </component> | |
| <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <InputLocale>0813:00000813</InputLocale> | |
| <SystemLocale>en-US</SystemLocale> | |
| <UILanguage>en-US</UILanguage> | |
| <UILanguageFallback>en-US</UILanguageFallback> | |
| <UserLocale>en-US</UserLocale> | |
| </component> | |
| <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <SkipAutoActivation>true</SkipAutoActivation> | |
| </component> | |
| <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <SkipAutoActivation>true</SkipAutoActivation> | |
| </component> | |
| <component name="Microsoft-Windows-SQMApi" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <CEIPEnabled>0</CEIPEnabled> | |
| </component> | |
| <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <CEIPEnabled>0</CEIPEnabled> | |
| </component> | |
| <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <ComputerName>qemu-lab</ComputerName> | |
| <ProductKey>W269N-WFGWX-YVC9B-4J6C9-T83GX</ProductKey> | |
| </component> | |
| <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <ComputerName>qemu-lab</ComputerName> | |
| <ProductKey>W269N-WFGWX-YVC9B-4J6C9-T83GX</ProductKey> | |
| </component> | |
| </settings> | |
| <settings pass="oobeSystem"> | |
| <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <AutoLogon> | |
| <Password> | |
| <Value>vagrant</Value> | |
| <PlainText>true</PlainText> | |
| </Password> | |
| <Enabled>true</Enabled> | |
| <Username>vagrant</Username> | |
| </AutoLogon> | |
| <OOBE> | |
| <HideEULAPage>true</HideEULAPage> | |
| <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> | |
| <HideOnlineAccountScreens>true</HideOnlineAccountScreens> | |
| <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> | |
| <NetworkLocation>Home</NetworkLocation> | |
| <SkipUserOOBE>true</SkipUserOOBE> | |
| <SkipMachineOOBE>true</SkipMachineOOBE> | |
| <ProtectYourPC>1</ProtectYourPC> | |
| </OOBE> | |
| <UserAccounts> | |
| <LocalAccounts> | |
| <LocalAccount wcm:action="add"> | |
| <Password> | |
| <Value>vagrant</Value> | |
| <PlainText>true</PlainText> | |
| </Password> | |
| <Description></Description> | |
| <DisplayName>vagrant</DisplayName> | |
| <Group>Administrators</Group> | |
| <Name>vagrant</Name> | |
| </LocalAccount> | |
| </LocalAccounts> | |
| </UserAccounts> | |
| <RegisteredOrganization>Brightstar</RegisteredOrganization> | |
| <RegisteredOwner>vagrant</RegisteredOwner> | |
| <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> | |
| <FirstLogonCommands> | |
| <SynchronousCommand wcm:action="add"> | |
| <Description>Control Panel View</Description> | |
| <Order>1</Order> | |
| <CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f</CommandLine> | |
| <RequiresUserInput>true</RequiresUserInput> | |
| </SynchronousCommand> | |
| <SynchronousCommand wcm:action="add"> | |
| <Order>2</Order> | |
| <Description>Control Panel Icon Size</Description> | |
| <RequiresUserInput>false</RequiresUserInput> | |
| <CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f</CommandLine> | |
| </SynchronousCommand> | |
| </FirstLogonCommands> | |
| <TimeZone>Romance Standard Time</TimeZone> | |
| </component> | |
| <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <AutoLogon> | |
| <Password> | |
| <Value>vagrant</Value> | |
| <PlainText>true</PlainText> | |
| </Password> | |
| <Enabled>true</Enabled> | |
| <Username>vagrant</Username> | |
| </AutoLogon> | |
| <OOBE> | |
| <HideEULAPage>true</HideEULAPage> | |
| <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> | |
| <HideOnlineAccountScreens>true</HideOnlineAccountScreens> | |
| <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> | |
| <NetworkLocation>Home</NetworkLocation> | |
| <SkipUserOOBE>true</SkipUserOOBE> | |
| <SkipMachineOOBE>true</SkipMachineOOBE> | |
| <ProtectYourPC>1</ProtectYourPC> | |
| </OOBE> | |
| <UserAccounts> | |
| <LocalAccounts> | |
| <LocalAccount wcm:action="add"> | |
| <Password> | |
| <Value>vagrant</Value> | |
| <PlainText>true</PlainText> | |
| </Password> | |
| <Description></Description> | |
| <DisplayName>vagrant</DisplayName> | |
| <Group>Administrators</Group> | |
| <Name>vagrant</Name> | |
| </LocalAccount> | |
| </LocalAccounts> | |
| </UserAccounts> | |
| <RegisteredOrganization>Brightstar</RegisteredOrganization> | |
| <RegisteredOwner>vagrant</RegisteredOwner> | |
| <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> | |
| <FirstLogonCommands> | |
| <SynchronousCommand wcm:action="add"> | |
| <Description>Control Panel View</Description> | |
| <Order>1</Order> | |
| <CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f</CommandLine> | |
| <RequiresUserInput>true</RequiresUserInput> | |
| </SynchronousCommand> | |
| <SynchronousCommand wcm:action="add"> | |
| <Order>2</Order> | |
| <Description>Control Panel Icon Size</Description> | |
| <RequiresUserInput>false</RequiresUserInput> | |
| <CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f</CommandLine> | |
| </SynchronousCommand> | |
| </FirstLogonCommands> | |
| <TimeZone>Romance Standard Time</TimeZone> | |
| </component> | |
| </settings> | |
| </unattend> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment