The issue you're experiencing with the spinning dots during login on Windows Server 2016 could be related to a few factors. One potential cause is a large WMI repository, which can lead to slow logon processes. If the logon process is unexpectedly slow, it may result in delays before you can access the system.
To troubleshoot this, you can enable logging in the Gpsvc.log file to identify any delays during the logon process. Here are the steps to enable logging:
- Click Start, click Run, type
regedit, and then click OK. - Navigate to
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion. - Create a new key named Diagnostics.
- Inside the Diagnostics key, create a new DWORD value named GPSvcDebugLevel and set its value to
0x30002. - Exit the Registry Editor and run the command
gpupdate /forcein the command prompt. - Check the Gpsvc.log file located in
%windir%\debug\usermodefor any entries that indicate delays.
If the issue persists, consider checking for any group policies that might be affecting the logon process or any services that may be causing delays. Additionally, ensure that the system is up to date with the latest patches and updates from Microsoft, as some issues may have been resolved in later updates.
References: