Advertisement
Guest User

Windows 2012 R2 Server Standard English unattend.xml

a guest
Aug 8th, 2014
982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 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="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. <InputLocale>en-US</InputLocale>
  6. <SystemLocale>en-US</SystemLocale>
  7. <UILanguage>en-US</UILanguage>
  8. <UserLocale>en-US</UserLocale>
  9. </component>
  10. <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">
  11. <OOBE>
  12. <HideEULAPage>true</HideEULAPage>
  13. </OOBE>
  14. <UserAccounts>
  15. <AdministratorPassword>
  16. <Value>dgBhAGcAcgBhAG4AdABBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
  17. <PlainText>false</PlainText>
  18. </AdministratorPassword>
  19. </UserAccounts>
  20. </component>
  21. </settings>
  22. <settings pass="generalize">
  23. <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">
  24. <SkipRearm>1</SkipRearm>
  25. </component>
  26. </settings>
  27. <settings pass="specialize">
  28. <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">
  29. <SkipAutoActivation>true</SkipAutoActivation>
  30. </component>
  31. <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" 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. <fDenyTSConnections>false</fDenyTSConnections>
  33. </component>
  34. <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">
  35. <FirewallGroups>
  36. <FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
  37. <Active>true</Active>
  38. <Group>@FiirewallAPI.dll,-28752</Group>
  39. <Profile>all</Profile>
  40. </FirewallGroup>
  41. </FirewallGroups>
  42. </component>
  43. </settings>
  44. <settings pass="windowsPE">
  45. <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">
  46. <UserData>
  47. <ProductKey>
  48. <WillShowUI>Never</WillShowUI>
  49. <Key>D2N9P-3P6X9-2R39C-7RTCD-MDVJX</Key>
  50. </ProductKey>
  51. <AcceptEula>true</AcceptEula>
  52. </UserData>
  53. </component>
  54. </settings>
  55. <cpi:offlineImage cpi:source="wim:c:/users/administrator/desktop/install.wim#Windows Server 2012 R2 SERVERSTANDARD" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  56. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement