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="oobeSystem">
- <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">
- <InputLocale>en-US</InputLocale>
- <SystemLocale>en-US</SystemLocale>
- <UILanguage>en-US</UILanguage>
- <UILanguageFallback>en-US</UILanguageFallback>
- <UserLocale>en-US</UserLocale>
- </component>
- <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">
- <OEMInformation>
- <Manufacturer>Adelsberger</Manufacturer>
- <Model>MSC 2015</Model>
- </OEMInformation>
- <OOBE>
- <HideEULAPage>true</HideEULAPage>
- <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
- <NetworkLocation>Work</NetworkLocation>
- <ProtectYourPC>1</ProtectYourPC>
- </OOBE>
- <UserAccounts>
- <LocalAccounts>
- <LocalAccount wcm:action="add">
- <Password>
- <Value>bQBhAHIAawB1AHMAUABhAHMAcwB3AG8AcgBkAA==</Value>
- <PlainText>false</PlainText>
- </Password>
- <Description>Admin User</Description>
- <DisplayName>markus</DisplayName>
- <Group>Administrators</Group>
- <Name>markus</Name>
- </LocalAccount>
- </LocalAccounts>
- </UserAccounts>
- <TimeZone>W. Europe Standard Time</TimeZone>
- </component>
- </settings>
- <cpi:offlineImage cpi:source="catalog://markus-pc/gemeinsam/windows 7 professional with service pack 1 (x86) - dvd (german)/de_windows_7_professional_with_sp1_x86_dvd_u_677093/sources/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
- </unattend>
Advertisement
Add Comment
Please, Sign In to add comment