2019-12-17 10:26:44 -05:00
|
|
|
<?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="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>0409:00000409</InputLocale>
|
|
|
|
<SystemLocale>en-US</SystemLocale>
|
|
|
|
<UILanguage>en-US</UILanguage>
|
|
|
|
<UILanguageFallback>en-US</UILanguageFallback>
|
|
|
|
<UserLocale>en-US</UserLocale>
|
|
|
|
</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">
|
|
|
|
<DiskID>0</DiskID>
|
|
|
|
<WillWipeDisk>true</WillWipeDisk>
|
|
|
|
<CreatePartitions>
|
|
|
|
<!-- Windows RE Tools partition -->
|
|
|
|
<CreatePartition wcm:action="add">
|
|
|
|
<Order>1</Order>
|
|
|
|
<Type>Primary</Type>
|
|
|
|
<Size>300</Size>
|
|
|
|
</CreatePartition>
|
|
|
|
<!-- System partition (ESP) -->
|
|
|
|
<CreatePartition wcm:action="add">
|
|
|
|
<Order>2</Order>
|
|
|
|
<Type>EFI</Type>
|
|
|
|
<Size>100</Size>
|
|
|
|
</CreatePartition>
|
|
|
|
<!-- Microsoft reserved partition (MSR) -->
|
|
|
|
<CreatePartition wcm:action="add">
|
|
|
|
<Order>3</Order>
|
|
|
|
<Type>MSR</Type>
|
|
|
|
<Size>128</Size>
|
|
|
|
</CreatePartition>
|
|
|
|
<!-- Windows partition -->
|
|
|
|
<CreatePartition wcm:action="add">
|
|
|
|
<Order>4</Order>
|
|
|
|
<Type>Primary</Type>
|
|
|
|
<Extend>true</Extend>
|
|
|
|
</CreatePartition>
|
|
|
|
</CreatePartitions>
|
|
|
|
<ModifyPartitions>
|
|
|
|
<!-- Windows RE Tools partition -->
|
|
|
|
<ModifyPartition wcm:action="add">
|
|
|
|
<Order>1</Order>
|
|
|
|
<PartitionID>1</PartitionID>
|
|
|
|
<Label>WINRE</Label>
|
|
|
|
<Format>NTFS</Format>
|
|
|
|
<TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID>
|
|
|
|
</ModifyPartition>
|
|
|
|
<!-- System partition (ESP) -->
|
|
|
|
<ModifyPartition wcm:action="add">
|
|
|
|
<Order>2</Order>
|
|
|
|
<PartitionID>2</PartitionID>
|
|
|
|
<Label>System</Label>
|
|
|
|
<Format>FAT32</Format>
|
|
|
|
</ModifyPartition>
|
|
|
|
<!-- MSR partition does not need to be modified -->
|
|
|
|
<ModifyPartition wcm:action="add">
|
|
|
|
<Order>3</Order>
|
|
|
|
<PartitionID>3</PartitionID>
|
|
|
|
</ModifyPartition>
|
|
|
|
<!-- Windows partition -->
|
|
|
|
<ModifyPartition wcm:action="add">
|
|
|
|
<Order>4</Order>
|
|
|
|
<PartitionID>4</PartitionID>
|
|
|
|
<Label>OS</Label>
|
|
|
|
<Letter>C</Letter>
|
|
|
|
<Format>NTFS</Format>
|
|
|
|
</ModifyPartition>
|
|
|
|
</ModifyPartitions>
|
|
|
|
</Disk>
|
|
|
|
</DiskConfiguration>
|
|
|
|
<ImageInstall>
|
|
|
|
<OSImage>
|
|
|
|
<InstallTo>
|
|
|
|
<DiskID>0</DiskID>
|
|
|
|
<PartitionID>4</PartitionID>
|
|
|
|
</InstallTo>
|
|
|
|
<InstallToAvailablePartition>false</InstallToAvailablePartition>
|
|
|
|
</OSImage>
|
|
|
|
</ImageInstall>
|
|
|
|
<UserData>
|
|
|
|
<ProductKey>
|
|
|
|
<!-- Do not uncomment the Key element if you are using trial ISOs -->
|
|
|
|
<!-- You must uncomment the Key element (and optionally insert your own key) if you are using retail or volume license ISOs -->
|
|
|
|
<Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
|
|
|
|
<WillShowUI>Never</WillShowUI>
|
|
|
|
</ProductKey>
|
|
|
|
<AcceptEula>true</AcceptEula>
|
|
|
|
<FullName></FullName>
|
|
|
|
<Organization>Claremont MakerSpace</Organization>
|
|
|
|
</UserData>
|
|
|
|
</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="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>0409:00000409</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="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="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="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">
|
2020-01-03 19:16:05 -05:00
|
|
|
<ComputerName>*</ComputerName>
|
2019-12-17 10:26:44 -05:00
|
|
|
<ProductKey>W269N-WFGWX-YVC9B-4J6C9-T83GX</ProductKey>
|
|
|
|
</component>
|
|
|
|
</settings>
|
|
|
|
<settings pass="oobeSystem">
|
|
|
|
<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">
|
|
|
|
<OOBE>
|
|
|
|
<HideEULAPage>true</HideEULAPage>
|
|
|
|
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
|
|
|
|
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
|
|
|
|
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
|
|
|
|
<SkipUserOOBE>true</SkipUserOOBE>
|
|
|
|
<SkipMachineOOBE>true</SkipMachineOOBE>
|
|
|
|
<ProtectYourPC>1</ProtectYourPC>
|
|
|
|
</OOBE>
|
|
|
|
<UserAccounts>
|
2020-01-03 19:17:30 -05:00
|
|
|
<LocalAccounts>
|
|
|
|
<LocalAccount wcm:action="add">
|
|
|
|
<Password>
|
|
|
|
<Value>REPLACE_WITH_LOCAL_ADMIN_PASSWORD</Value>
|
|
|
|
<PlainText>true</PlainText>
|
|
|
|
</Password>
|
|
|
|
<Description>Local Administrator</Description>
|
|
|
|
<DisplayName>Local Administrator</DisplayName>
|
|
|
|
<Group>Administrators;Power Users</Group>
|
|
|
|
<Name>LocalAdmin</Name>
|
|
|
|
</LocalAccount>
|
|
|
|
</LocalAccounts>
|
2019-12-17 10:26:44 -05:00
|
|
|
</UserAccounts>
|
|
|
|
<RegisteredOrganization></RegisteredOrganization>
|
|
|
|
<RegisteredOwner></RegisteredOwner>
|
|
|
|
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
|
|
|
|
<TimeZone>Eastern Standard Time</TimeZone>
|
2020-01-03 19:17:30 -05:00
|
|
|
<AutoLogon>
|
|
|
|
<Enabled>true</Enabled>
|
|
|
|
<LogonCount>2</LogonCount>
|
|
|
|
<Username>LocalAdmin</Username>
|
|
|
|
<Password>
|
|
|
|
<Value>REPLACE_WITH_LOCAL_ADMIN_PASSWORD</Value>
|
|
|
|
</Password>
|
|
|
|
</AutoLogon>
|
|
|
|
<FirstLogonCommands>
|
|
|
|
<SynchronousCommand wcm:action="add">
|
2022-09-16 01:13:09 -04:00
|
|
|
<CommandLine>net use \\ucs\software /user:DomainJoin REPLACE_WITH_PASSWORD</CommandLine>
|
2020-01-03 19:17:30 -05:00
|
|
|
<Description>Set Up UCS Share</Description>
|
|
|
|
<Order>1</Order>
|
|
|
|
</SynchronousCommand>
|
|
|
|
<SynchronousCommand wcm:action="add">
|
|
|
|
<CommandLine>powershell -NoExit -executionPolicy Bypass -File \\ucs.sawtooth.claremontmakerspace.org\Software\unattend\Set-ComputerName.ps1</CommandLine>
|
|
|
|
<Description>Set Computer Name</Description>
|
|
|
|
<Order>2</Order>
|
|
|
|
<RequiresUserInput>true</RequiresUserInput>
|
|
|
|
</SynchronousCommand>
|
|
|
|
</FirstLogonCommands>
|
2019-12-17 10:26:44 -05:00
|
|
|
</component>
|
|
|
|
</settings>
|
|
|
|
<cpi:offlineImage cpi:source="wim:d:/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
|
|
|
|
</unattend>
|