Advertisement
Guest User

zadza

a guest
Feb 11th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 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>nl-BE</InputLocale>
  9. <SystemLocale>en-US</SystemLocale>
  10. <UILanguage>en-US</UILanguage>
  11. <UILanguageFallback>en-US</UILanguageFallback>
  12. <UserLocale>nl-BE</UserLocale>
  13. </component>
  14. <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">
  15. <WindowsDeploymentServices>
  16. <Login>
  17. <Credentials>
  18. <Domain>wds.local</Domain>
  19. <Password>Administrator</Password>
  20. <Username>Groep2pxl</Username>
  21. </Credentials>
  22. </Login>
  23. <ImageSelection>
  24. <InstallImage>
  25. <Filename>Install.wim</Filename>
  26. <ImageGroup>W8GROUP</ImageGroup>
  27. <ImageName>Windows8Pro</ImageName>
  28. </InstallImage>
  29. </ImageSelection>
  30. </WindowsDeploymentServices>
  31. </component>
  32. </settings>
  33. <settings pass="specialize">
  34. <component name="Microsoft-Windows-UnattendedJoin" 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">
  35. <Identification>
  36. <Credentials>
  37. <Domain>eosk.local</Domain>
  38. <Password>Pxl1234</Password>
  39. <Username>Administrator</Username>
  40. </Credentials>
  41. <JoinDomain>eosk.local</JoinDomain>
  42. </Identification>
  43. </component>
  44. <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">
  45. <ComputerName>WDSCLIENT</ComputerName>
  46. <ProductKey>NG4HW-VH26C-733KW-K6F98-J8CK4</ProductKey>
  47. </component>
  48. </settings>
  49. <settings pass="oobeSystem">
  50. <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">
  51. <InputLocale>nl-BE</InputLocale>
  52. <SystemLocale>en-US</SystemLocale>
  53. <UILanguage>en-US</UILanguage>
  54. <UILanguageFallback>en-US</UILanguageFallback>
  55. <UserLocale>nl-BE</UserLocale>
  56. </component>
  57. <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">
  58. <OOBE>
  59. <HideEULAPage>true</HideEULAPage>
  60. <ProtectYourPC>1</ProtectYourPC>
  61. </OOBE>
  62. <Themes>
  63. <DefaultThemesOff>false</DefaultThemesOff>
  64. </Themes>
  65. <UserAccounts>
  66. <AdministratorPassword>
  67. <Value>RwByAG8AZQBwADIAcAB4AGwAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
  68. <PlainText>false</PlainText>
  69. </AdministratorPassword>
  70. <LocalAccounts>
  71. <LocalAccount wcm:action="add">
  72. <Password>
  73. <Value>RwByAG8AZQBwADIAcAB4AGwAUABhAHMAcwB3AG8AcgBkAA==</Value>
  74. <PlainText>false</PlainText>
  75. </Password>
  76. <Group>Administrators</Group>
  77. <Name>eoskadmin</Name>
  78. </LocalAccount>
  79. </LocalAccounts>
  80. </UserAccounts>
  81. <RegisteredOrganization>EOSK</RegisteredOrganization>
  82. <TimeZone>European Central Time</TimeZone>
  83. </component>
  84. </settings>
  85. <cpi:offlineImage cpi:source="wim:c:/iso/windows%208%20uitgepakt/sources/install.wim#Windows 8 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  86. </unattend>
  87. d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement