Search the Community
Showing results for tags 'unattended file'.
-
Hello I hope somebody can help me, I've created an xml file to hide wireless options during task sequence deployment and also wish to set locale settings to English GB within the same script. However the task sequence constantly fails despite trying plenty of variations. I am using SCCM2012 R2. Here is the script I am using: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <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> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> </component> </settings> <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-GB</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-GB</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-GB</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="wim://gcsc318a/sccm/osd/images/windows%208.1/enterprise%20x64test/sources/install.wim#Windows 8.1 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Any suggestions would be greatly appreciated, I'm sure it's something simple but I just can't seem to get my head around it. I know both sections of the xml file used separately work fine, the hide wireless hides the wireless and locale settings set to en-gb when separated from each other. Many Thanks!
-
- SCCM 2012
- SCCM 2012 r2
-
(and 2 more)
Tagged with: