Single user is unable to work in Azure RDP environment, start menu isn't working for this singel user.

aits 0 Reputation points
2026-08-03T19:14:08.77+00:00

Single user is unable to use Azure RDP environment. Start menu is non responsive. Unable to add email account in Microsoft Outlook.

Windows for business | Windows Server | User experience | Remote desktop services and terminal services
0 comments No comments

1 answer

Sort by: Most helpful
  1. Allan Solomon Mejia 2,595 Reputation points
    2026-08-03T20:03:05.31+00:00

    Hello @aits

    Since this affects only one user, the issue is likely related to the user's Windows profile rather than the Azure VM or Remote Desktop Services (RDS) infrastructure itself.

    The symptoms, Start menu not responding and Outlook being unable to add an account can occur if the user profile, Start menu database, or AppX registration becomes corrupted.

    I would recommend checking the following:

    • Verify whether the user experiences the same issue after signing in to a different session host or Azure VM.
    • Test with a newly created user profile. If the new profile works normally, the original profile is likely corrupted.
    • Restart Windows Explorer and ensure the StartMenuExperienceHost.exe and ShellExperienceHost.exe processes are running.
    • Review the Application and System event logs for any AppX, User Profile Service, or Shell-related errors.
    • Run the following commands from an elevated PowerShell or Command Prompt to check for Windows component corruption:
      • sfc /scannow
      • DISM /Online /Cleanup-Image /RestoreHealth

    If you're using FSLogix or roaming profiles, verify that the profile container mounted successfully and isn't locked or corrupted.

    If the problem is isolated to a single user while other users on the same RDP host are unaffected, recreating the user profile is often the quickest way to resolve this type of issue after ensuring no underlying disk or profile container issues exist.

    Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.