Hi Jeff, what you’re describing is a known post‑promotion issue where the server services continue to run but the interactive logon shell fails to load. On Windows Server 2022/2025 this is most often tied to the “black screen with cursor” condition caused by either a corrupted profile initialization, a stuck explorer.exe launch, or a GPU/display driver conflict after the role change. Since AD, DNS, and replication are functioning, the OS kernel and services are fine; the problem is isolated to the Winlogon/UI stack.
The first thing to try is booting into Safe Mode with Networking and checking whether the desktop loads. If it does, disable or update the display adapter driver and confirm that explorer.exe is set correctly under HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell. Also check that the Userinit value points to C:\Windows\system32\userinit.exe,. If Safe Mode shows the same black screen, you’ll need to enable RDP with administrative credentials and run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth to repair system files.
If none of these steps restore the shell, the issue is likely tied to the promotion process itself. In that case, you should open a case with Microsoft Support, as there are documented instances where post‑promotion registry corruption or lingering GPO settings prevent the interactive shell from loading on Server 2025 DCs. Until resolved, the server will continue to function as a DC, but interactive logon will remain broken.
If it's helpful to you, please give it a thump up or Accept the answer, appreciate it :)
Harry.