Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <!-- https://www.outsidethebox.ms/22491/ -->
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <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>en-US; ru-RU</InputLocale>
- <SystemLocale>ru-RU</SystemLocale>
- <UILanguage>en-US</UILanguage>
- <UserLocale>en-US</UserLocale>
- </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>
- <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
- <ProtectYourPC>3</ProtectYourPC>
- <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
- </OOBE>
- <UserAccounts>
- <LocalAccounts>
- <LocalAccount wcm:action="add">
- <Group>Administrators</Group>
- <Name>Admin</Name>
- <Password>
- <Value>Admin</Value>
- <PlainText>true</PlainText>
- </Password>
- </LocalAccount>
- </LocalAccounts>
- </UserAccounts>
- <AutoLogon>
- <Password>
- <Value>Admin</Value>
- <PlainText>true</PlainText>
- </Password>
- <Username>Admin</Username>
- <LogonCount>1</LogonCount>
- <Enabled>true</Enabled>
- </AutoLogon>
- </component>
- </settings>
- </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement