Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="windowsPE">
  4. <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">
  5. <SetupUILanguage>
  6. <UILanguage>en-US</UILanguage>
  7. </SetupUILanguage>
  8. <InputLocale>en-US</InputLocale>
  9. <SystemLocale>en-US</SystemLocale>
  10. <UILanguage>en-US</UILanguage>
  11. <UserLocale>en-US</UserLocale>
  12. </component>
  13. <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">
  14. <DiskConfiguration>
  15. <Disk wcm:action="add">
  16. <CreatePartitions>
  17. <CreatePartition wcm:action="add">
  18. <Order>1</Order>
  19. <Size>300</Size>
  20. <Type>Primary</Type>
  21. </CreatePartition>
  22. <CreatePartition wcm:action="add">
  23. <Order>2</Order>
  24. <Type>Primary</Type>
  25. </CreatePartition>
  26. </CreatePartitions>
  27. <ModifyPartitions>
  28. <ModifyPartition wcm:action="add">
  29. <Active>true</Active>
  30. <Format>NTFS</Format>
  31. <Label>System</Label>
  32. <Order>1</Order>
  33. <PartitionID>1</PartitionID>
  34. </ModifyPartition>
  35. <ModifyPartition wcm:action="add">
  36. <Format>NTFS</Format>
  37. <Order>2</Order>
  38. <PartitionID>2</PartitionID>
  39. </ModifyPartition>
  40. </ModifyPartitions>
  41. <DiskID>0</DiskID>
  42. <WillWipeDisk>true</WillWipeDisk>
  43. </Disk>
  44. <WillShowUI>OnError</WillShowUI>
  45. </DiskConfiguration>
  46. <ImageInstall>
  47. <OSImage>
  48. <InstallFrom>
  49. <MetaData wcm:action="add">
  50. <Key>/IMAGE/NAME</Key>
  51. <Value>Windows 7 PROFESSIONAL</Value>
  52. </MetaData>
  53. </InstallFrom>
  54. <InstallTo>
  55. <DiskID>0</DiskID>
  56. <PartitionID>2</PartitionID>
  57. </InstallTo>
  58. <InstallToAvailablePartition>true</InstallToAvailablePartition>
  59. <WillShowUI>OnError</WillShowUI>
  60. </OSImage>
  61. </ImageInstall>
  62. <UserData>
  63. <ProductKey>
  64. <Key>FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4</Key>
  65. <WillShowUI>OnError</WillShowUI>
  66. </ProductKey>
  67. <AcceptEula>true</AcceptEula>
  68. <FullName>Mr Pancakes</FullName>
  69. <Organization>Some Company</Organization>
  70. </UserData>
  71. </component>
  72. </settings>
  73. <settings pass="specialize">
  74. <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">
  75. <ProductKey>FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4</ProductKey>
  76. <TimeZone>pacific standard time</TimeZone>
  77. <ComputerName>Waffle House</ComputerName>
  78. </component>
  79. </settings>
  80. <settings pass="oobeSystem">
  81. <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">
  82. <OOBE>
  83. <HideEULAPage>true</HideEULAPage>
  84. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  85. <NetworkLocation>Work</NetworkLocation>
  86. <ProtectYourPC>1</ProtectYourPC>
  87. </OOBE>
  88. <UserAccounts>
  89. <AdministratorPassword>
  90. <Value>cABhAHMAcwB3AG8AcgBkAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
  91. <PlainText>false</PlainText>
  92. </AdministratorPassword>
  93. <LocalAccounts>
  94. <LocalAccount wcm:action="add">
  95. <Password>
  96. <Value>cABhAHMAcwB3AG8AcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
  97. <PlainText>false</PlainText>
  98. </Password>
  99. <Description>Built in Account</Description>
  100. <DisplayName>Mr Pancakes</DisplayName>
  101. <Group>Administrators</Group>
  102. <Name>Mr Pancakes</Name>
  103. </LocalAccount>
  104. </LocalAccounts>
  105. </UserAccounts>
  106. <TimeZone>pacific standard time</TimeZone>
  107. </component>
  108. </settings>
  109. <cpi:offlineImage cpi:source="catalog:d:/win7_flat/sources/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  110. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement