Advertisement
Guest User

Untitled

a guest
Mar 7th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 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>ChangeMe23.</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. <Profile>all</Profile>
  31. <Group>@FirewallAPI.dll,-28752</Group>
  32. </FirewallGroup>
  33. </FirewallGroups>
  34. </component>
  35. </settings>
  36. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement