Hello @Matheus Lang
I would be helpful if you could relate the actions that you have completed trying to repair the issue, as this will help the community to not repeat specific troubleshooting.
As a holistic approach, I would recommend:
- Install any pending Windows updates
- Perform an image repair: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/repair-a-windows-image?view=windows-11
Since the error is related to a Module, this means that you may be lacking some of the next features or the version is not correct:
- Install the latest .NET Framework: https://dotnet.microsoft.com/en-us/download/dotnet/5.0
- Install the latest C++ Redistributable: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Also, please ensure that there is no GPO that may be disabling Remote Desktop Services by default. You can run the next command to view all applied policies to this computer in the output.html file:
GPRESULT /H OUTPUT.HTML
Hope this helps with your query,
---------------
--If the reply is helpful, please Upvote and Accept as answer--