Why does Remote Desktop work only with the deprecated Microsoft app?

0
1
Asked By VelvetCactus47 On

I connect from my personal Windows Pro desktop to a domain-joined Windows 11 Pro work notebook. The deprecated Microsoft Store Remote Desktop app works when I enter the account as DOMAINuser; it reaches the Windows sign-in screen, where the account appears as "Other user," and I can enter my password successfully.

However, the built-in Remote Desktop client (mstsc), the newer Windows app, Devolutions, mRemoteNG, and RDCMan all ask for credentials before connecting and then fail. I have tried DOMAINuser, user@domain, and .user. Network Level Authentication is already disabled.

I need to reinstall my personal PC, but I cannot find the old app installer. What configuration or credential format would make the other RDP clients connect successfully?

4 Answers

Answered By MapleOrbit3 On

For a domain account, try entering the identity directly in the credential prompt as DOMAINuser or user@domain, then remove any cached credentials for the notebook from Windows Credential Manager before trying again. A previously saved password or an incorrectly scoped credential can make mstsc fail immediately even though another client works.

Answered By QuietLantern8 On

The Store app is only a client; the actual RDP service is part of Windows, so you normally should not need that app specifically. Confirm that the notebook is running a server-capable edition such as Windows 11 Pro, that your account is allowed to use Remote Desktop, and that the Remote Desktop firewall rules are enabled. Also try connecting with the notebook’s hostname or IP address rather than a saved connection profile.

Answered By CopperMango62 On

Since disabling NLA did not change anything, check the authentication and authorization settings on the work notebook rather than focusing only on the client. Make sure the account or its domain group is listed under Remote Desktop Users, the Remote Desktop Services service is running, and local or corporate policy is not restricting interactive RDP logons. The fact that the old client reaches the Windows sign-in screen suggests the network path and RDP listener are probably working.

Answered By NimbusVale19 On

The old app may be handling the sign-in sequence differently, but its installer is not required for a fresh setup. The standard mstsc client is included with supported Windows editions. If it still fails after clearing stored credentials, test with the exact computer name and check the Remote Desktop event logs on the notebook; those should reveal whether the failure is an invalid password, a denied logon right, or an authentication-policy problem.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.