Created
June 7, 2017 00:41
-
-
Save dstreefkerk/c7c778dc19daa30d50bacac124463639 to your computer and use it in GitHub Desktop.
Australia/Sydney regional settings Unattend.xml file for Windows 10 1703
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<unattend xmlns="urn:schemas-microsoft-com:unattend"> | |
<settings pass="windowsPE"> | |
<component name="Microsoft-Windows-International-Core-WinPE" 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"> | |
<SetupUILanguage> | |
<UILanguage>en-AU</UILanguage> | |
</SetupUILanguage> | |
<InputLocale>0c09:00000409</InputLocale> | |
<UserLocale>en-AU</UserLocale> | |
<SystemLocale>en-AU</SystemLocale> | |
<UILanguage>en-AU</UILanguage> | |
<UILanguageFallback>en-US</UILanguageFallback> | |
</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>0c09:00000409</InputLocale> | |
<SystemLocale>en-AU</SystemLocale> | |
<UserLocale>en-AU</UserLocale> | |
<UILanguage>en-AU</UILanguage> | |
<UILanguageFallback>en-US</UILanguageFallback> | |
</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"> | |
<OOBE> | |
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> | |
<HideOnlineAccountScreens>true</HideOnlineAccountScreens> | |
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> | |
<HideLocalAccountScreen>true</HideLocalAccountScreen> | |
<HideEULAPage>true</HideEULAPage> | |
</OOBE> | |
<TimeZone>AUS Eastern Standard Time</TimeZone> | |
<DesktopOptimization> | |
<ShowWindowsStoreAppsOnTaskbar>false</ShowWindowsStoreAppsOnTaskbar> | |
</DesktopOptimization> | |
</component> | |
</settings> | |
<cpi:offlineImage cpi:source="wim://blah/sources/install.wim#Windows 10 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> | |
</unattend> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment