Windows 2019 RDS Servers Start Menu Stopped Working

Paul Allan 11 Reputation points
2021-02-04T10:30:35.18+00:00

We are also running a 2019 RDS Farm and we have had this exact same issue with the Start Menu not working this week. Initially it was on one host, and now it is happening on two hosts! We ran the command on one host and it has fixed it. We have not ran it on the second host yet, as we had to stop it taking connections as it was causing so many issues for users.

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Does MS know why this is happening? Has a Jan update caused this issue? It is very worrying since most of our staff are currently WFH and are relying on the RDS servers to be able to work effectively.

Many Thanks
Paul.

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Server | User experience | Other
{count} votes

6 answers

Sort by: Most helpful
  1. Joop Jacobs 0 Reputation points
    2025-11-08T10:48:46.9766667+00:00

    none of the above worked for us, but this blog post solved it:

    http://www.joelleach.net/2024/12/30/windows-server-appx-installation-failures/

    in short, the reg key

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Notifications

    is bloated with thousands of entries, emptying it solves it !

    RDSH servers with many users will have this key filled up over time

    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.