Duclv

Untitled

Jan 25th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.68 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-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">
  10.             <RunAsynchronous>
  11.                 <RunAsynchronousCommand wcm:action="add">
  12.                     <Order>1</Order>
  13.                     <Path>net user administrator /active:yes WillReboot: Never</Path>
  14.                 </RunAsynchronousCommand>
  15.             </RunAsynchronous>
  16.         </component>
  17.         <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">
  18.             <CopyProfile>true</CopyProfile>
  19.             <ShowWindowsLive>false</ShowWindowsLive>
  20.             <TimeZone>SE Asia Standard Time</TimeZone>
  21.         </component>
  22.     </settings>
  23.     <settings pass="oobeSystem">
  24.         <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">
  25.             <InputLocale>en-US</InputLocale>
  26.             <SystemLocale>en-US</SystemLocale>
  27.             <UILanguage>en-US</UILanguage>
  28.             <UserLocale>en-US</UserLocale>
  29.         </component>
  30.         <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">
  31.             <AutoLogon>
  32.                 <Enabled>true</Enabled>
  33.                 <LogonCount>5</LogonCount>
  34.                 <Username>Administrator</Username>
  35.             </AutoLogon>
  36.             <FirstLogonCommands>
  37.                 <SynchronousCommand wcm:action="add">
  38.                     <Order>1</Order>
  39.                     <CommandLine>cscript //b c:\windows\system32\slmgr.vbs /ipk 72VG4-V3KTK-7BQYH-7GXDW-48JJ3</CommandLine>
  40.                     <RequiresUserInput>false</RequiresUserInput>
  41.                 </SynchronousCommand>
  42.                 <SynchronousCommand wcm:action="add">
  43.                     <Order>2</Order>
  44.                     <CommandLine>cscript //b c:\windows\system32\slmgr.vbs /ato</CommandLine>
  45.                     <RequiresUserInput>false</RequiresUserInput>
  46.                 </SynchronousCommand>
  47.             </FirstLogonCommands>
  48.             <OOBE>
  49.                 <HideEULAPage>true</HideEULAPage>
  50.                 <NetworkLocation>Work</NetworkLocation>
  51.                 <ProtectYourPC>1</ProtectYourPC>
  52.             </OOBE>
  53.             <RegisteredOrganization>Home</RegisteredOrganization>
  54.             <RegisteredOwner>Vincent</RegisteredOwner>
  55.         </component>
  56.     </settings>
  57.     <cpi:offlineImage cpi:source="catalog:e:/win7/sources/install_windows 7 ultimate.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  58. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment