Help with unattended file to skip OOBE


unbuff

New member
Local time
2:04 AM
Posts
4
OS
Windows 10/11
Hi, I have a Windows image with autounattended and unattended files and everything works just fine besides last 3 things I cannot figure out
1.I still get the internet tab in OOBE
2. I get privacy options in OOBE and then when it logs into the local account the privacy settings pop up again...
3. I want 3 keyboard inputs to be added ENG and then theres SK qwertz and SK qwerty but I cannot find the code for it theres only one SK code and that one doesnt add the querty option.
Code:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-International-Core" processorArchitecture="wow64" 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>0409:00000409;041B:0000041B</InputLocale>
            <SystemLocale>sk-SK</SystemLocale>
            <UILanguage>sk-SK</UILanguage>
            <UILanguageFallback>en-US</UILanguageFallback>
            <UserLocale>sk-SK</UserLocale>
        </component>
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="wow64" 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>
                <HideLocalAccountScreen>true</HideLocalAccountScreen>
                <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                <ProtectYourPC>3</ProtectYourPC>
                <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo>
            </OOBE>
            <UserAccounts>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value></Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <Description>Local admin account</Description>
                        <DisplayName></DisplayName>
                        <Group>Administrators</Group>
                        <Name></Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
            <TimeZone>W. Europe Standard Time</TimeZone>
            <RegisteredOrganization></RegisteredOrganization>
            <RegisteredOwner>Používateľ</RegisteredOwner>
        </component>
    </settings>
    <settings pass="specialize">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <TimeZone>W. Europe Standard Time</TimeZone>
            <CopyProfile>true</CopyProfile>
            <OEMName></OEMName>
            <RegisteredOrganization></RegisteredOrganization>
            <RegisteredOwner>Používateľ</RegisteredOwner>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:d:/sources/install.wim#Windows 11 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
 
Windows Build/Version
Windows 11 23H2

My Computer

System One

  • OS
    Windows 10/11

Latest Support Threads

Back
Top Bottom