Guest User

WDS Unattended

a guest
Aug 3rd, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="specialize">
  4. <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">
  5. <Identification>
  6. <Credentials>
  7. <Domain>plato.local</Domain>
  8. <Password>Password</Password>
  9. <Username>administrator</Username>
  10. </Credentials>
  11. <JoinDomain>Plato.local</JoinDomain>
  12. <DebugJoin>true</DebugJoin>
  13. <DebugJoinOnlyOnThisError>0</DebugJoinOnlyOnThisError>
  14. </Identification>
  15. </component>
  16. <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">
  17. <ProductKey>W269N-WFGWX-YVC9B-4J6C9-T83GX</ProductKey>
  18. <RegisteredOrganization />
  19. <RegisteredOwner />
  20. <ComputerName>NAVN%03#</ComputerName>
  21. </component>
  22. </settings>
  23. <settings pass="oobeSystem">
  24. <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">
  25. <InputLocale>da-DK</InputLocale>
  26. <SystemLocale>da-DK</SystemLocale>
  27. <UILanguage>da-DK</UILanguage>
  28. <UserLocale>da-DK</UserLocale>
  29. <UILanguageFallback>en-US</UILanguageFallback>
  30. </component>
  31. <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">
  32. <OOBE>
  33. <HideEULAPage>true</HideEULAPage>
  34. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  35. <ProtectYourPC>1</ProtectYourPC>
  36. </OOBE>
  37. <UserAccounts>
  38. <AdministratorPassword>
  39. <Value>TQBpAG4AaQBNAGUAcgBjADIAMAAxADEAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
  40. <PlainText>false</PlainText>
  41. </AdministratorPassword>
  42. <LocalAccounts>
  43. <LocalAccount wcm:action="add">
  44. <Password>
  45. <Value>TQBpAG4AaQBNAGUAcgBjADIAMAAxADEAUABhAHMAcwB3AG8AcgBkAA==</Value>
  46. <PlainText>false</PlainText>
  47. </Password>
  48. <DisplayName>Admin</DisplayName>
  49. <Name>Admin</Name>
  50. <Description>built-in Account</Description>
  51. <Group>administrator</Group>
  52. </LocalAccount>
  53. </LocalAccounts>
  54. </UserAccounts>
  55. <TimeZone>Romance Standard Time</TimeZone>
  56. <RegisteredOrganization>Microsoft</RegisteredOrganization>
  57. <RegisteredOwner>Microsoft</RegisteredOwner>
  58. </component>
  59. </settings>
  60. <cpi:offlineImage cpi:source="wim:e:/os/windows_10_pro_hp_driver/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  61. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment