Hi G. K r e n i k,
I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Last year we disabled ipv6 in order to join win10 to 2019 domain. This year, a few win 11 computers were able to join after disabling IPv6. This month, that "disable" work-around no longer works.
What is the preferred method or work-around to get these clients to join domain?
an fyi, years ago we had an easy link on client ....I miss not having that link!
Hi G. K r e n i k,
I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!
Hi G. K r e n i k,
Disabling IPv6 was never the preferred method for domain joins, but in some cases it appeared to bypass certain configuration issues. With newer versions of Windows 11 and updated domain controllers, that approach is no longer reliable, which is why you’re seeing inconsistent results now.
The recommended method is to leave IPv6 enabled, as Microsoft fully supports IPv6 in modern domain environments. Instead, please ensure that DNS is correctly configured on your clients, pointing to your domain controller’s DNS server. Misconfigured DNS is the most common reason domain joins fail. Also, verify that your domain controller and clients are on the same network segment and that firewall rules allow domain traffic (Kerberos, LDAP, etc.).
If you continue to have trouble, you can use the System Properties > Computer Name > Change option to join the domain, or run the PowerShell command Add-Computer -DomainName <yourdomain> with administrator rights. These are the supported ways to join, and they don’t require disabling IPv6. I know you mentioned missing the old easy link, that was part of earlier versions of Windows, but the supported tools now are System Properties and PowerShell.
I hope this helps you move forward smoothly. If you find this answer helpful, please consider clicking Accept Answer so others can benefit too.
Jason.
IPv6 should not be disabled to make domain joins work. IPv6 is a mandatory part of modern Windows versions, and the recommended approach is to fix the underlying networking/AD/DNS issue rather than rely on disabling IPv6 as a workaround.
Preferred approach:
DisabledComponents registry value at:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\DisabledComponents.0xFF (255) or another non‑default value, set it back to 0 (or use the “Prefer IPv4 over IPv6” value 0x20 if needed) and reboot.DisabledComponents to decimal 32 (hex 0x20).ping <your-domain> or ping bing.com and confirm an IPv4 address is returned.netsh interface ipv6 show prefixpolicies and ensure the ::ffff:0:0/96 prefix has higher precedence than ::/0.nltest /dsgetdc:<DNS domain name> /force or nltest /dsgetdc:<netbios domain name> /force to verify a DC can be located.C:\Windows\Debug\netsetup.log on the client for detailed join errors. netdom join %COMPUTERNAME% /domain:YourDomainName /userd:DomainUsername /passwordd:*
Summary: Re‑enable IPv6, optionally configure “Prefer IPv4 over IPv6,” then focus on DNS/AD connectivity and use standard domain join procedures. Disabling IPv6 is no longer recommended and can break Windows components.
References: