Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. - <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. - <settings pass="windowsPE">
  4. - <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" 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. - <SetupUILanguage>
  6. <UILanguage>en-us</UILanguage>
  7. </SetupUILanguage>
  8. <InputLocale>en-us</InputLocale>
  9. <SystemLocale>en-us</SystemLocale>
  10. <UILanguage>en-us</UILanguage>
  11. <UILanguageFallback>en-us</UILanguageFallback>
  12. <UserLocale>en-us</UserLocale>
  13. </component>
  14. - <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  15. - <UserData>
  16. - <ProductKey>
  17. <WillShowUI>OnError</WillShowUI>
  18. <Key>xxxxx-xxxxxx-xxxxx-xxxxxx-xxxxx</Key>
  19. </ProductKey>
  20. <AcceptEula>true</AcceptEula>
  21. </UserData>
  22. </component>
  23. </settings>
  24. - <settings pass="oobeSystem">
  25. - <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  26. - <UserAccounts>
  27. - <LocalAccounts>
  28. - <LocalAccount wcm:action="add">
  29. - <Password>
  30. <Value>*******************</Value>
  31. <PlainText>false</PlainText>
  32. </Password>
  33. <Description>lc</Description>
  34. <DisplayName>lc</DisplayName>
  35. <Group>administrators</Group>
  36. <Name>LC</Name>
  37. </LocalAccount>
  38. </LocalAccounts>
  39. </UserAccounts>
  40. - <OOBE>
  41. <NetworkLocation>Work</NetworkLocation>
  42. <ProtectYourPC>1</ProtectYourPC>
  43. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  44. <HideEULAPage>true</HideEULAPage>
  45. <SkipMachineOOBE>true</SkipMachineOOBE>
  46. <SkipUserOOBE>false</SkipUserOOBE>
  47. </OOBE>
  48. <TimeZone>Eastern Standard Time</TimeZone>
  49. <RegisteredOwner>LCPS</RegisteredOwner>
  50. <RegisteredOrganization>LCPS</RegisteredOrganization>
  51. </component>
  52. - <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  53. <InputLocale>en-US</InputLocale>
  54. <SystemLocale>en-US</SystemLocale>
  55. <UILanguage>en-US</UILanguage>
  56. <UILanguageFallback>en-US</UILanguageFallback>
  57. <UserLocale>en-US</UserLocale>
  58. </component>
  59. </settings>
  60. - <settings pass="specialize">
  61. - <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  62. - <AutoLogon>
  63. - <Password>
  64. <Value>*******************</Value>
  65. <PlainText>false</PlainText>
  66. </Password>
  67. <LogonCount>2</LogonCount>
  68. <Username>Administrator</Username>
  69. <Enabled>true</Enabled>
  70. </AutoLogon>
  71. <ComputerName>LC-PC</ComputerName>
  72. </component>
  73. </settings>
  74. <cpi:offlineImage cpi:source="catalog:f:/sources/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  75. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement