It is clear that version 24H2 has a serious problem with certain network/domain combinations.
In our case, a Windows Server 2016 Domain server, a Single Label domain, which works without problems with versions 23H2 of W11 and W10.
We have tried all the recommendations found:
- Activate the key AllowSingleLabelDnsDomain in the registry
- Disable IP6
- Manually configure the DNS
- use the .local suffix of our domain
The only solution that worked for us, but partially, was to activate the Credential Guard by editing the Windows registry In the path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa including the key "LsaCfgFlags" with value 1 or 2 (to use or not the UEFI lock, 1 uses it, 2 does not...)
This option already allows logging in with the domain user, but all connections to shared resources or logon scripts or access to shared directories of sysvol or netlogon are lost, so our users do not have full functionality when connecting to our network.
The only thing that works is going back to version 23H2 from the Windows Update options, as long as it hasn't been more than 10 days since the PC was updated.
To prevent this DISASTER VERSION of Windows 11 from being installed, we have created a script with registry modifications to block the version to 23H2
In the path: HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
Create the keys:
- "TargetReleaseversion" type DWORD32, with value: 1
- "TargetReleaseversionInfo" type STRING, with value: 23H2
Currently we cannot get the 23H2 ISO since Microsoft only offers 24H2 to the public, but if you are a Microsoft Insider, you can get the 23H2 ISO by downloading the iso: Windows 11 Insider Preview (Beta Channel) - Build 22621
I'm afraid we have to wait for Microsoft to create a new build that fixes all these problems. In the meantime, formatting, reinstalling or returning to Windows 10 are the options we will have to use.