O
O
Oleg Batalov2021-07-01 11:39:24
Windows
Oleg Batalov, 2021-07-01 11:39:24

Win 10 installation via WDS disable autologin to the domain?

Hello. I'm trying to deploy an image via WDS using auto-replies. I have a problem with the fact that there is an automatic logon to the domain during installation. I don't need it. I want to create only local user. I create an image via sysprep and upload it via Capture to the server. At some point there is an automatic logon to the domain. I do not need it. I failed to connect the answer file to WDS, the file was not picked up. I used sysprep with options to grab the answer file. The file works great. Everything that is written works. But then, when uploading the image to WDS and launching it for installation, the system picks up access to the domain. How to fix it?

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="specialize">
        <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">
            <RegisteredOwner>MIS</RegisteredOwner>
            <RegisteredOrganization>-------------</RegisteredOrganization>
            <ProductKey>--------------------</ProductKey>
        </component>
        <component name="Networking-MPSSVC-Svc" 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">
            <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
            <PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
            <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
        </component>
        <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" 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">
            <fDenyTSConnections>false</fDenyTSConnections>
        </component>
    </settings>
    <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">
            <Display>
                <ColorDepth>32</ColorDepth>
                <HorizontalResolution>1600</HorizontalResolution>
                <RefreshRate>900</RefreshRate>
            </Display>
            <OEMInformation>
                <HelpCustomized>false</HelpCustomized>
                <Manufacturer>MIS support</Manufacturer>
                <Model>HP</Model>
                <SupportHours>8:00 to 20:00 (Mon-Fri)</SupportHours>
                <SupportPhone>-----------</SupportPhone>
                <SupportURL>http://help</SupportURL>
            </OEMInformation>
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                <ProtectYourPC>3</ProtectYourPC>
                <HideLocalAccountScreen>true</HideLocalAccountScreen>
                <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
            </OOBE>
            <RegisteredOrganization>-------------</RegisteredOrganization>
            <RegisteredOwner>MIS</RegisteredOwner>
            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
            <TimeZone>Russian Standard Time</TimeZone>
            <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
            <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
            <UserAccounts>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value>----------------------------------------</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <DisplayName>Administrator</DisplayName>
                        <Group>Administrators</Group>
                        <Name>Administrator</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
        </component>
        <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>ru-RU</UILanguage>
            <UserLocale>ru-RU</UserLocale>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:c:/win10_office2013_allupdate_v2.wim#Win10_Office2013_AllUpdate_v2" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mnemonic0, 2021-07-01
@Mnemonic0

For such an implementation, you had to use the Standalone installation of wds.
Transition: wdsutil /uninitialize-server and then re-initialize in the Standalone variant.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question