Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <settings pass="specialize">
- <component name="Microsoft-Windows-UnattendedJoin" 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">
- <Identification>
- <Credentials>
- <Domain>plato.local</Domain>
- <Password>Password</Password>
- <Username>administrator</Username>
- </Credentials>
- <JoinDomain>Plato.local</JoinDomain>
- <DebugJoin>true</DebugJoin>
- <DebugJoinOnlyOnThisError>0</DebugJoinOnlyOnThisError>
- </Identification>
- </component>
- <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">
- <ProductKey>W269N-WFGWX-YVC9B-4J6C9-T83GX</ProductKey>
- <RegisteredOrganization />
- <RegisteredOwner />
- <ComputerName>NAVN%03#</ComputerName>
- </component>
- </settings>
- <settings pass="oobeSystem">
- <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">
- <InputLocale>da-DK</InputLocale>
- <SystemLocale>da-DK</SystemLocale>
- <UILanguage>da-DK</UILanguage>
- <UserLocale>da-DK</UserLocale>
- <UILanguageFallback>en-US</UILanguageFallback>
- </component>
- <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">
- <OOBE>
- <HideEULAPage>true</HideEULAPage>
- <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
- <ProtectYourPC>1</ProtectYourPC>
- </OOBE>
- <UserAccounts>
- <AdministratorPassword>
- <Value>TQBpAG4AaQBNAGUAcgBjADIAMAAxADEAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
- <PlainText>false</PlainText>
- </AdministratorPassword>
- <LocalAccounts>
- <LocalAccount wcm:action="add">
- <Password>
- <Value>TQBpAG4AaQBNAGUAcgBjADIAMAAxADEAUABhAHMAcwB3AG8AcgBkAA==</Value>
- <PlainText>false</PlainText>
- </Password>
- <DisplayName>Admin</DisplayName>
- <Name>Admin</Name>
- <Description>built-in Account</Description>
- <Group>administrator</Group>
- </LocalAccount>
- </LocalAccounts>
- </UserAccounts>
- <TimeZone>Romance Standard Time</TimeZone>
- <RegisteredOrganization>Microsoft</RegisteredOrganization>
- <RegisteredOwner>Microsoft</RegisteredOwner>
- </component>
- </settings>
- <cpi:offlineImage cpi:source="wim:e:/os/windows_10_pro_hp_driver/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
- </unattend>
Advertisement
Add Comment
Please, Sign In to add comment