ImNotStrawberry

unattend.xml

Jun 3rd, 2020
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.34 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3.     <settings pass="oobeSystem">
  4.         <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">
  5.             <UILanguage>en-US</UILanguage>
  6.             <UILanguageFallback>en-US</UILanguageFallback>
  7.             <UserLocale>fr-FR</UserLocale>
  8.             <InputLocale>040c:0000040c</InputLocale>
  9.             <SystemLocale>en-US</SystemLocale>
  10.         </component>
  11.         <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">
  12.             <OOBE>
  13.                 <HideEULAPage>true</HideEULAPage>
  14.                 <HideLocalAccountScreen>true</HideLocalAccountScreen>
  15.                 <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  16.                 <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  17.                 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  18.                 <ProtectYourPC>1</ProtectYourPC>
  19.                 <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo>
  20.             </OOBE>
  21.             <UserAccounts>
  22.                 <AdministratorPassword>
  23.                     <Value></Value>
  24.                     <PlainText>false</PlainText>
  25.                 </AdministratorPassword>
  26.                 <LocalAccounts>
  27.                     <LocalAccount wcm:action="add">
  28.                         <Password>
  29.                             <Value></Value>
  30.                             <PlainText>false</PlainText>
  31.                         </Password>
  32.                         <Description>Local admin account</Description>
  33.                         <DisplayName>Admin</DisplayName>
  34.                         <Group>Administrators</Group>
  35.                         <Name>admin</Name>
  36.                     </LocalAccount>
  37.                 </LocalAccounts>
  38.             </UserAccounts>
  39.             <TimeZone>Romance Standard Time</TimeZone>
  40.             <FolderLocations>
  41.                 <ProfilesDirectory>D:\Users</ProfilesDirectory>
  42.                 <ProgramData>D:\ProgramData</ProgramData>
  43.             </FolderLocations>
  44.         </component>
  45.     </settings>
  46.     <settings pass="specialize">
  47.         <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">
  48.             <OEMInformation>
  49.                 <Logo>C:\Windows\System32\logo.bmp</Logo>
  50.                 <SupportURL>https://linktr.ee/imnotastrawberry</SupportURL>
  51.             </OEMInformation>
  52.             <ComputerName>YAMETE-KUDASAI</ComputerName>
  53.             <CopyProfile>true</CopyProfile>
  54.             <TimeZone>Romance Standard Time</TimeZone>
  55.         </component>
  56.     </settings>
  57.     <cpi:offlineImage cpi:source="wim:d:/users/admin/pictures/iso_files/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  58. </unattend>
Add Comment
Please, Sign In to add comment