Advertisement
Guest User

Untitled

a guest
Mar 15th, 2020
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.35 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3.     <servicing></servicing>
  4.     <settings pass="offlineServicing">
  5.         <component name="Microsoft-Windows-LUA-Settings" 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">
  6.             <EnableLUA>false</EnableLUA>
  7.         </component>
  8.     </settings>
  9.     <settings pass="windowsPE">
  10.         <component name="Microsoft-Windows-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">
  11.             <EnableFirewall>true</EnableFirewall>
  12.             <EnableNetwork>true</EnableNetwork>
  13.             <Restart>Restart</Restart>
  14.             <ImageInstall>
  15.                 <OSImage>
  16.                     <InstallFrom>
  17.                         <MetaData wcm:action="add">
  18.                                 <Value>Windows Server 2016 SERVERSTANDARD</Value>
  19.                         </MetaData>
  20.                     </InstallFrom>
  21.                     <InstallToAvailablePartition>true</InstallToAvailablePartition>
  22.                     <WillShowUI>OnError</WillShowUI>
  23.                 </OSImage>
  24.             </ImageInstall>
  25.             <UserData>
  26.                 <AcceptEula>true</AcceptEula>
  27.             </UserData>
  28.         </component>
  29.         <component name="Microsoft-Windows-International-Core-WinPE" 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.             <SetupUILanguage>
  31.                 <UILanguage>en-US</UILanguage>
  32.             </SetupUILanguage>
  33.               <InputLocale>en-US</InputLocale>
  34.               <SystemLocale>en-US</SystemLocale>
  35.               <UILanguageFallback>en-US</UILanguageFallback>
  36.               <UILanguage>en-US</UILanguage>
  37.               <UserLocale>en-US</UserLocale>
  38.         </component>
  39.     </settings>
  40.     <settings pass="oobeSystem">
  41.         <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">
  42.               <InputLocale>en-US</InputLocale>
  43.               <SystemLocale>en-US</SystemLocale>
  44.               <UILanguageFallback>en-US</UILanguageFallback>
  45.               <UILanguage>en-US</UILanguage>
  46.               <UserLocale>en-US</UserLocale>
  47.         </component>
  48.         <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">
  49.             <UserAccounts>
  50.                 <AdministratorPassword>
  51.                     <PlainText>false</PlainText>
  52.                     <Value>123456</Value>
  53.                 </AdministratorPassword>
  54.             </UserAccounts>
  55.             <TimeZone>GMT Standard Time</TimeZone>
  56.                         <OOBE>
  57.                 <HideEULAPage>true</HideEULAPage>
  58.                 <NetworkLocation>Work</NetworkLocation>
  59.                 <ProtectYourPC>1</ProtectYourPC>
  60.                 <SkipUserOOBE>true</SkipUserOOBE>
  61.                 <SkipMachineOOBE>true</SkipMachineOOBE>
  62.                 <HideLocalAccountScreen>true</HideLocalAccountScreen>
  63.                 <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  64.                 <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  65.                 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  66.             </OOBE>
  67.             <ShowWindowsLive>false</ShowWindowsLive>
  68.                           <ProductKey>WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY </ProductKey>
  69.                     </component>
  70.     </settings>
  71.     <settings pass="specialize">
  72.         <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">
  73.               <InputLocale>en-US</InputLocale>
  74.               <SystemLocale>en-US</SystemLocale>
  75.               <UILanguageFallback>en-US</UILanguageFallback>
  76.               <UILanguage>en-US</UILanguage>
  77.               <UserLocale>en-US</UserLocale>
  78.         </component>
  79.         <component name="Microsoft-Windows-IE-ESC" 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">
  80.             <IEHardenAdmin>false</IEHardenAdmin>
  81.         </component>
  82.         <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">
  83.             <ComputerName>windows01</ComputerName>
  84.                           <TimeZone>GMT Standard Time</TimeZone>
  85.         </component>
  86.         <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">
  87.             <DomainProfile_EnableFirewall>true</DomainProfile_EnableFirewall>
  88.             <PrivateProfile_EnableFirewall>true</PrivateProfile_EnableFirewall>
  89.             <PublicProfile_EnableFirewall>true</PublicProfile_EnableFirewall>
  90.         </component>
  91.         <component name="Microsoft-Windows-ServerManager-SvrMgrNc" 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">
  92.             <DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon>
  93.         </component>
  94.         <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">
  95.             <fDenyTSConnections>false</fDenyTSConnections>
  96.         </component>
  97.         <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" 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">
  98.             <SecurityLayer>1</SecurityLayer>
  99.             <UserAuthentication>0</UserAuthentication>
  100.         </component>
  101.     </settings>
  102.     <cpi:offlineImage cpi:source="catalog:c:/deploy/wimaging/sources/win81x64/sources/install_windows 8.1.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  103. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement