Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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>1409:00000409</InputLocale>
- <SystemLocale>en-NZ</SystemLocale>
- <UILanguage>en-US</UILanguage>
- <UILanguageFallback>en-US</UILanguageFallback>
- <UserLocale>en-NZ</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">
- <CreatePartitions>
- <CreatePartition wcm:action="add">
- <Order>1</Order>
- <Size>450</Size>
- <Type>Primary</Type>
- </CreatePartition>
- <CreatePartition wcm:action="add">
- <Order>2</Order>
- <Size>100</Size>
- <Type>EFI</Type>
- </CreatePartition>
- <CreatePartition wcm:action="add">
- <Order>3</Order>
- <Size>16</Size>
- <Type>MSR</Type>
- </CreatePartition>
- <CreatePartition wcm:action="add">
- <Extend>true</Extend>
- <Order>4</Order>
- <Type>Primary</Type>
- </CreatePartition>
- </CreatePartitions>
- <ModifyPartitions>
- <ModifyPartition wcm:action="add">
- <Format>NTFS</Format>
- <Label>WinRE</Label>
- <Order>1</Order>
- <PartitionID>1</PartitionID>
- <TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID>
- </ModifyPartition>
- <ModifyPartition wcm:action="add">
- <Format>FAT32</Format>
- <Label>System</Label>
- <Order>2</Order>
- <PartitionID>2</PartitionID>
- </ModifyPartition>
- <ModifyPartition wcm:action="add">
- <Order>3</Order>
- <PartitionID>3</PartitionID>
- </ModifyPartition>
- <ModifyPartition wcm:action="add">
- <Format>NTFS</Format>
- <Label>Windows</Label>
- <Letter>C</Letter>
- <Order>4</Order>
- <PartitionID>4</PartitionID>
- </ModifyPartition>
- </ModifyPartitions>
- <DiskID>0</DiskID>
- <WillWipeDisk>true</WillWipeDisk>
- </Disk>
- </DiskConfiguration>
- <UserData>
- <ProductKey>
- <Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
- </ProductKey>
- <AcceptEula>true</AcceptEula>
- <Organization></Organization>
- </UserData>
- <ImageInstall>
- <OSImage>
- <InstallTo>
- <DiskID>0</DiskID>
- <PartitionID>4</PartitionID>
- </InstallTo>
- </OSImage>
- </ImageInstall>
- <RunSynchronous>
- <RunSynchronousCommand wcm:action="add">
- <Order>1</Order>
- <Path>cmd.exe /c xcopy /y enroll.cmd %WINDIR%\Panther\</Path>
- <Description>Copy Enrollment Script to Windows</Description>
- </RunSynchronousCommand>
- </RunSynchronous>
- </component>
- </settings>
- <settings pass="oobeSystem">
- <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>1409:00000409</InputLocale>
- <SystemLocale>en-NZ</SystemLocale>
- <UILanguage>en-US</UILanguage>
- <UILanguageFallback>en-US</UILanguageFallback>
- <UserLocale>en-NZ</UserLocale>
- </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">
- <OOBE>
- <VMModeOptimizations>
- <SkipAdministratorProfileRemoval>false</SkipAdministratorProfileRemoval>
- </VMModeOptimizations>
- <HideEULAPage>true</HideEULAPage>
- <HideLocalAccountScreen>false</HideLocalAccountScreen>
- <HideOnlineAccountScreens>false</HideOnlineAccountScreens>
- <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
- <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
- <ProtectYourPC>1</ProtectYourPC>
- <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo>
- <SkipUserOOBE>false</SkipUserOOBE>
- <SkipMachineOOBE>false</SkipMachineOOBE>
- </OOBE>
- <TimeZone>New Zealand Standard Time</TimeZone>
- <FirstLogonCommands>
- <SynchronousCommand wcm:action="add">
- <CommandLine>cmd.exe /c %WINDIR%\System32\cmd.exe /c C:\Windows\Setup\Scripts\enroll.cmd</CommandLine>
- <Description>Run Enrollment Script</Description>
- <Order>1</Order>
- <RequiresUserInput>false</RequiresUserInput>
- </SynchronousCommand>
- </FirstLogonCommands>
- </component>
- </settings>
- <settings pass="specialize">
- <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>*</ComputerName>
- <CopyProfile>true</CopyProfile>
- <TimeZone>New Zealand Standard Time</TimeZone>
- </component>
- <component name="Microsoft-Windows-Deployment" 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">
- <RunSynchronous>
- <RunSynchronousCommand wcm:action="add">
- <Order>1</Order>
- <Path>cmd.exe /c mkdir C:\Windows\Setup\Scripts</Path>
- <Description>Create Scripts Directory</Description>
- </RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
- <Order>2</Order>
- <Path>cmd.exe /c copy %WINDIR%\Panther\enroll.cmd C:\Windows\Setup\Scripts\</Path>
- <Description>Copy Enrollment Script</Description>
- </RunSynchronousCommand>
- </RunSynchronous>
- </component>
- </settings>
- </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement