Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="generalize">
  4. <component name="Microsoft-Windows-Security-SPP" 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. <SkipRearm>1</SkipRearm>
  6. </component>
  7. </settings>
  8. <settings pass="specialize">
  9. <component name="Microsoft-Windows-Security-SPP-UX" 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">
  10. <SkipAutoActivation>true</SkipAutoActivation>
  11. </component>
  12. <component name="Networking-MPSSVC-Svc" 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">
  13. <FirewallGroups>
  14. <FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
  15. <Active>true</Active>
  16. <Group>@FirewallAPI.dll,-28752</Group>
  17. <Profile>all</Profile>
  18. </FirewallGroup>
  19. </FirewallGroups>
  20. <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
  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>en-US</InputLocale>
  26. <SystemLocale>en-US</SystemLocale>
  27. <UILanguage>en-US</UILanguage>
  28. <UserLocale>en-US</UserLocale>
  29. </component>
  30. <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">
  31. <OOBE>
  32. <HideEULAPage>true</HideEULAPage>
  33. </OOBE>
  34. <UserAccounts>
  35. <AdministratorPassword>
  36. <Value>UABAAHMAcwB3ADAAcgBkAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
  37. <PlainText>false</PlainText>
  38. </AdministratorPassword>
  39. </UserAccounts>
  40. </component>
  41. </settings>
  42. <settings pass="windowsPE">
  43. <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">
  44. <UserData>
  45. <ProductKey>
  46. <WillShowUI>Never</WillShowUI>
  47. <Key>XC9B7-NBPP2-83J2H-RHMBY-92BT4</Key>
  48. </ProductKey>
  49. <AcceptEula>true</AcceptEula>
  50. </UserData>
  51. </component>
  52. </settings>
  53. <cpi:offlineImage cpi:source="wim:c:/users/administrator/downloads/install.wim#Windows Server 2012 SERVERSTANDARD" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  54. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement