Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.60 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-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.             <UpgradeData>
  6.                 <Upgrade>true</Upgrade>
  7.                 <WillShowUI>Never</WillShowUI>
  8.             </UpgradeData>
  9.             <UserData>
  10.                 <ProductKey>
  11.                     <Key>W269N-WFGWX-YVC9B-4J6C9-T83GX</Key>
  12.                     <WillShowUI>OnError</WillShowUI>
  13.                 </ProductKey>
  14.             </UserData>
  15.         </component>
  16.     </settings>
  17.     <settings pass="oobeSystem">
  18.         <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">
  19.             <OOBE>
  20.                 <HideEULAPage>true</HideEULAPage>
  21.                 <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  22.                 <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  23.                 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  24.                 <ProtectYourPC>1</ProtectYourPC>
  25.             </OOBE>
  26.         </component>
  27.     </settings>
  28.     <cpi:offlineImage cpi:source="wim:c:/path/to/WIM" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  29. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement