Guest User

unattend.xml

a guest
Mar 17th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.36 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="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.             <InputLocale>en-US</InputLocale>
  6.             <SystemLocale>en-US</SystemLocale>
  7.             <UILanguage>en-US</UILanguage>
  8.             <UILanguageFallback>en-US</UILanguageFallback>
  9.             <UserLocale>en-US</UserLocale>
  10.         </component>
  11.         <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">
  12.             <OEMInformation>
  13.                 <Manufacturer>Adelsberger</Manufacturer>
  14.                 <Model>MSC 2015</Model>
  15.             </OEMInformation>
  16.             <OOBE>
  17.                 <HideEULAPage>true</HideEULAPage>
  18.                 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  19.                 <NetworkLocation>Work</NetworkLocation>
  20.                 <ProtectYourPC>1</ProtectYourPC>
  21.             </OOBE>
  22.             <UserAccounts>
  23.                 <LocalAccounts>
  24.                     <LocalAccount wcm:action="add">
  25.                         <Password>
  26.                             <Value>bQBhAHIAawB1AHMAUABhAHMAcwB3AG8AcgBkAA==</Value>
  27.                             <PlainText>false</PlainText>
  28.                         </Password>
  29.                         <Description>Admin User</Description>
  30.                         <DisplayName>markus</DisplayName>
  31.                         <Group>Administrators</Group>
  32.                         <Name>markus</Name>
  33.                     </LocalAccount>
  34.                 </LocalAccounts>
  35.             </UserAccounts>
  36.             <TimeZone>W. Europe Standard Time</TimeZone>
  37.         </component>
  38.     </settings>
  39.     <cpi:offlineImage cpi:source="catalog://markus-pc/gemeinsam/windows 7 professional with service pack 1 (x86) - dvd (german)/de_windows_7_professional_with_sp1_x86_dvd_u_677093/sources/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  40. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment