Advertisement
Guest User

unattended.xml

a guest
Jun 11th, 2014
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.10 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3.     <settings pass="specialize">
  4.         <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">
  5.             <RegisteredOrganization>iskola neve</RegisteredOrganization>
  6.             <RegisteredOwner>Rendszergazda</RegisteredOwner>
  7.             <CopyProfile>true</CopyProfile>
  8.         </component>
  9.         <component name="Microsoft-Windows-UnattendedJoin" 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.             <Identification>
  11.                 <Credentials>
  12.                     <Domain>domain név</Domain>
  13.                     <Password>jelszó</Password>
  14.                     <Username>felhasználó</Username>
  15.                 </Credentials>
  16.                 <JoinDomain>domain név</JoinDomain>
  17.                 <UnsecureJoin>false</UnsecureJoin>
  18.                 <DebugJoin>false</DebugJoin>
  19.             </Identification>
  20.         </component>
  21.     </settings>
  22.     <settings pass="oobeSystem">
  23.         <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">
  24.             <OOBE>
  25.                 <HideEULAPage>true</HideEULAPage>
  26.                 <HideLocalAccountScreen>true</HideLocalAccountScreen>
  27.                 <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  28.                 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  29.                 <NetworkLocation>Work</NetworkLocation>
  30.                 <ProtectYourPC>1</ProtectYourPC>
  31.             </OOBE>
  32.             <UserAccounts>
  33.                 <AdministratorPassword>
  34.                     <Value>titkosított jelszó</Value>
  35.                     <PlainText>false</PlainText>
  36.                 </AdministratorPassword>
  37.                 <LocalAccounts>
  38.                     <LocalAccount wcm:action="add">
  39.                         <Password>
  40.                             <Value>titkosított jelszó</Value>
  41.                             <PlainText>false</PlainText>
  42.                         </Password>
  43.                         <Description>Admin</Description>
  44.                         <DisplayName>Admin</DisplayName>
  45.                         <Group>Administrators</Group>
  46.                         <Name>Admin</Name>
  47.                     </LocalAccount>
  48.                 </LocalAccounts>
  49.             </UserAccounts>
  50.         </component>
  51.     </settings>
  52.     <cpi:offlineImage cpi:source="wim:d:/let%C3%B6lt%C3%A9sek/tisztaszoftver.hu/hu_windows_8_1_enterprise_n_x64_dvd_2971861/sources/install.wim#Windows 8.1 Enterprise N" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  53. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement