It sounds like the issue with the taskbar and Start menu not functioning for some users on the terminal server could be related to several factors. Here are some troubleshooting steps you can consider:
- User Profile Issues: Since the problem does not appear when the users log into another terminal server, it may be related to their user profiles on the affected server. You could try creating a new user profile for the affected users to see if that resolves the issue.
- Group Policy Settings: Check if there are any Group Policy settings that might be affecting the taskbar or Start menu functionality. Specifically, look for settings under User Configuration > Administrative Templates > Start Menu and Taskbar.
- Corruption in the Tile Data Layer: If the Start menu is not responding correctly, it could be due to corruption in the Tile Data Layer. You can try running the following command in a command prompt to reset the layout:
This command helps to recover the Start menu and taskbar icons.C:\Windows\System32\tdlrecover.exe -reregister -resetlayout -resetcache - Windows Updates: Ensure that the Windows Server 2019 is fully updated. Sometimes, specific updates can resolve underlying issues with the operating system.
- Remote Desktop Configuration: If the issue persists, check the Remote Desktop settings and ensure that they are configured correctly for the affected users.
If none of these steps resolve the issue, further investigation into the server's event logs may provide additional insights into what might be causing the problem.
References: