Advertisement
Guest User

unattend.xml

a guest
Jun 11th, 2014
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 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. <UserLocale>en-US</UserLocale>
  8. <UILanguage>en-US</UILanguage>
  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>vagrant</Value>
  17. <PlainText>true</PlainText>
  18. </AdministratorPassword>
  19. </UserAccounts>
  20. </component>
  21. </settings>
  22. <settings pass="specialize">
  23. <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">
  24. <fDenyTSConnections>false</fDenyTSConnections>
  25. </component>
  26. <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">
  27. <FirewallGroups>
  28. <FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
  29. <Active>true</Active>
  30. <Group>@FirewallAPI.dll,-28752</Group>
  31. <Profile>all</Profile>
  32. </FirewallGroup>
  33. </FirewallGroups>
  34. <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
  35. <PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
  36. <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
  37. </component>
  38. <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">
  39. <SkipAutoActivation>true</SkipAutoActivation>
  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. <AcceptEula>true</AcceptEula>
  46. <ProductKey>
  47. <Key>VVVVV-WWWWW-XXXXX-YYYYY-ZZZZZ</Key>
  48. <WillShowUI>Never</WillShowUI>
  49. </ProductKey>
  50. </UserData>
  51. </component>
  52. </settings>
  53. <settings pass="generalize">
  54. <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">
  55. <SkipRearm>1</SkipRearm>
  56. </component>
  57. </settings>
  58. <cpi:offlineImage cpi:source="wim:e:/sources/install.wim#Windows Server 2008 R2 SERVERSTANDARD" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  59. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement