Advertisement
Guest User

unattend.xml

a guest
Feb 28th, 2014
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 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-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">
  10. <ComputerName>User-PC</ComputerName>
  11. <CopyProfile>true</CopyProfile>
  12. <ShowWindowsLive>false</ShowWindowsLive>
  13. <TimeZone>GMT Standard Time</TimeZone>
  14. </component>
  15. <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">
  16. <SkipAutoActivation>true</SkipAutoActivation>
  17. </component>
  18. <component name="Microsoft-Windows-Deployment" 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">
  19. <RunAsynchronous>
  20. <RunAsynchronousCommand wcm:action="add">
  21. <Order>1</Order>
  22. <Path>net user administrator /active:yes</Path>
  23. </RunAsynchronousCommand>
  24. </RunAsynchronous>
  25. </component>
  26. <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">
  27. <fDenyTSConnections>false</fDenyTSConnections>
  28. </component>
  29. <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">
  30. <FirewallGroups>
  31. <FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
  32. <Active>true</Active>
  33. <Group>Remote Desktop</Group>
  34. <Profile>all</Profile>
  35. </FirewallGroup>
  36. </FirewallGroups>
  37. </component>
  38. </settings>
  39. <settings pass="oobeSystem">
  40. <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">
  41. <InputLocale>en-US</InputLocale>
  42. <SystemLocale>en-US</SystemLocale>
  43. <UILanguage>en-US</UILanguage>
  44. <UILanguageFallback>en-US</UILanguageFallback>
  45. <UserLocale>en-US</UserLocale>
  46. </component>
  47. <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">
  48. <AutoLogon>
  49. <Password>
  50. <Value>dQBzAGUAcgAxADIAMwBQAGEAcwBzAHcAbwByAGQA</Value>
  51. <PlainText>false</PlainText>
  52. </Password>
  53. <Enabled>true</Enabled>
  54. <Username>user</Username>
  55. </AutoLogon>
  56. <OOBE>
  57. <HideEULAPage>true</HideEULAPage>
  58. <NetworkLocation>Work</NetworkLocation>
  59. <ProtectYourPC>1</ProtectYourPC>
  60. </OOBE>
  61. <UserAccounts>
  62. <AdministratorPassword>
  63. <Value>Kimsufi123</Value>
  64. <PlainText>true</PlainText>
  65. </AdministratorPassword>
  66. <LocalAccounts>
  67. <LocalAccount wcm:action="add">
  68. <Password>
  69. <Value>Kimsufi123</Value>
  70. <PlainText>true</PlainText>
  71. </Password>
  72. <Description>Local Admin Account</Description>
  73. <DisplayName>Admin</DisplayName>
  74. <Group>Administrators</Group>
  75. <Name>Administrator</Name>
  76. </LocalAccount>
  77. </LocalAccounts>
  78. </UserAccounts>
  79. </component>
  80. </settings>
  81. <cpi:offlineImage cpi:source="catalog:d:/sources/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  82. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement