phuongcloudit

unattend windows 10

Mar 17th, 2021 (edited)
1,095
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.16 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.             <CopyProfile>true</CopyProfile>
  6.             <ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
  7.         </component>
  8.         <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">
  9.             <CopyProfile>true</CopyProfile>
  10.             <ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
  11.         </component>
  12.         <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">
  13.             <SystemLocale>en-US</SystemLocale>
  14.             <UILanguage>en-US</UILanguage>
  15.             <UILanguageFallback>en-US</UILanguageFallback>
  16.             <UserLocale>en-US</UserLocale>
  17.             <InputLocale>0409:00000409</InputLocale>
  18.         </component>c
  19.         <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">
  20.             <SystemLocale>en-US</SystemLocale>
  21.             <UILanguage>en-US</UILanguage>
  22.             <UILanguageFallback>en-US</UILanguageFallback>
  23.             <UserLocale>en-US</UserLocale>
  24.             <InputLocale>0409:00000409</InputLocale>
  25.         </component>
  26.     </settings>
  27.     <settings pass="oobeSystem">
  28.         <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">
  29.             <SystemLocale>en-US</SystemLocale>
  30.             <UILanguage>en-US</UILanguage>
  31.             <UILanguageFallback>en-US</UILanguageFallback>
  32.             <UserLocale>en-US</UserLocale>
  33.             <InputLocale>0409:00000409</InputLocale>
  34.         </component>
  35.         <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">
  36.             <SystemLocale>en-US</SystemLocale>
  37.             <UILanguage>en-US</UILanguage>
  38.             <UILanguageFallback>en-US</UILanguageFallback>
  39.             <UserLocale>en-US</UserLocale>
  40.             <InputLocale>0409:00000409</InputLocale>
  41.         </component>
  42.         <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">
  43.             <OOBE>
  44.                 <HideEULAPage>true</HideEULAPage>
  45.                 <HideOEMRegistrationScreen>false</HideOEMRegistrationScreen>
  46.                 <HideLocalAccountScreen>false</HideLocalAccountScreen>
  47.                 <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  48.                 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  49.                 <NetworkLocation>Home</NetworkLocation>
  50.                 <ProtectYourPC>1</ProtectYourPC>
  51.             </OOBE>
  52.             <RegisteredOwner>Windows User</RegisteredOwner>
  53.             <RegisteredOrganization>blog.phuongcloudit.com</RegisteredOrganization>
  54.             <TimeZone>SE Asia Standard Time</TimeZone>
  55.             <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
  56.         </component>
  57.         <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">
  58.             <OOBE>
  59.                 <HideEULAPage>true</HideEULAPage>
  60.                 <HideOEMRegistrationScreen>false</HideOEMRegistrationScreen>
  61.                 <HideLocalAccountScreen>false</HideLocalAccountScreen>
  62.                 <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  63.                 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  64.                 <NetworkLocation>Home</NetworkLocation>
  65.                 <ProtectYourPC>1</ProtectYourPC>
  66.             </OOBE>
  67.            <RegisteredOwner>Windows User</RegisteredOwner>
  68.             <RegisteredOrganization>blog.phuongcloudit.com</RegisteredOrganization>
  69.             <TimeZone>SE Asia Standard Time</TimeZone>
  70.             <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
  71.         </component>
  72.     </settings>
  73. </unattend>
Add Comment
Please, Sign In to add comment