Advertisement
Guest User

testing

a guest
Dec 22nd, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="oobeSystem">
  4. <component name="Microsoft-Windows-International-Core" 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">
  5. <UILanguage>en-US</UILanguage>
  6. <UILanguageFallback>en-US</UILanguageFallback>
  7. </component>
  8. <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">
  9. <TimeZone>W. Europe Standard Time</TimeZone>
  10. <OEMInformation>
  11. <Manufacturer>Am</Manufacturer>
  12. </OEMInformation>
  13. <OOBE>
  14. <HideEULAPage>true</HideEULAPage>
  15. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  16. <ProtectYourPC>1</ProtectYourPC>
  17. </OOBE>
  18. </component>
  19. </settings>
  20. <settings pass="specialize">
  21. <component name="Microsoft-Windows-Security-SPP-UX" 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">
  22. <SkipAutoActivation>true</SkipAutoActivation>
  23. </component>
  24. </settings>
  25. <settings pass="windowsPE">
  26. <component name="Microsoft-Windows-International-Core-WinPE" 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">
  27. <UILanguage>en-US</UILanguage>
  28. <UILanguageFallback>en-US</UILanguageFallback>
  29. <SetupUILanguage>
  30. <UILanguage>en-US</UILanguage>
  31. </SetupUILanguage>
  32. </component>
  33. <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">
  34. <DynamicUpdate>
  35. <WillShowUI>OnError</WillShowUI>
  36. </DynamicUpdate>
  37. <ImageInstall>
  38. <OSImage>
  39. <InstallToAvailablePartition>false</InstallToAvailablePartition>
  40. <WillShowUI>OnError</WillShowUI>
  41. <InstallFrom>
  42. <MetaData wcm:action="add">
  43. <Key>/IMAGE/NAME</Key>
  44. <Value>Windows 8.1 Core N KMS-Activated x86</Value>
  45. </MetaData>
  46. </InstallFrom>
  47. </OSImage>
  48. </ImageInstall>
  49. <UserData>
  50. <AcceptEula>true</AcceptEula>
  51. <ProductKey>
  52. <Key>6NPQ8-PK64X-W4WMM-MF84V-RGB89</Key>
  53. <WillShowUI>OnError</WillShowUI>
  54. </ProductKey>
  55. </UserData>
  56. </component>
  57. </settings>
  58. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement