Chris Hall bio photo

Chris Hall

Principal Technical Consultant

PolarCloudsUK Chris LinkedIn Github
Chris Hall Nutanix Certified Master - Multicloud Infrastructure 6 Chris Hall VMware vExpert 2024 Chris Hall VMware vExpert NSX 2023 Chris Hall Nutanix Certified Professional - Multicloud Infrastructure 6 Chris Hall Nutanix Certified Professional - Unified Storage 6 Chris Hall VMware vExpert 2023 Chris Hall VMware vExpert 2022
Please don't get me wrong, Microsoft Remote Desktop is a great tool for remote control / administration of Windows Servers and desktops.

However in later versions of the remote desktop client, a couple of 'features' have crept into the tool making it increasingly both annoying to use and slow to connect to remote desktops.

So, object of this post then is to look at the features that I find most annoying and perhaps more importantly, how to FIX THEM!

Firstly, is the ultra annoying prompt for credentials before attempting to connect, each and every time I connect to a remote desktop:


Having to enter the user name and password for the remote computer BEFORE the client will even try to connect is ultra annoying. Having to enter the same credentials each and every time I connect is a killer.  99.999% of the time I'm connecting to a computer on the local area network (or via VPN), so I'm not using a remote desktop gateway.  Because I'm not using a gateway, we can switch this feature off.

Here is how:
  1. Close all remote desktop connections and exit the remote desktop client.
  2. Click Start, click Run, type notepad, and then click OK.
  3. On the File menu, click Open.
  4. In the Files of type list, click All Files.
  5. In the File name box enter Default.rdp (The full path to this file would be similar to the following: C:\Users\<your username>\Documents\Default.rdp) 
  6. A file similar to the following should open:


  7. At the bottom of the Default.rdp file, add the following text:
    enablecredsspsupport:i:0
  8. Save the file, exit notepad and test remote desktop.  You should no longer be prompted to enter credentials before connecting to remote desktops.
Next up is the also annoying remote identity pop up:


Not quite as annoying, but getting there...  Here we go then:
  1. Open your Default.rdp file again (as per steps 1-6 above)
  2. Add the following to the bottom of Default.rdp:
    authentication level:i:0
  3. Save the file, exit notepad and test remote desktop.  You should no longer be prompted confirm that you do indeed intend to connect.
As a freebie bonus, completing the above tweaks speed up the initial connection.  That is you spend less time looking and waiting at:


and more time getting on with your remote desktop session.  Bonus!

For further reading, have a look at Microsoft KB article: http://support.microsoft.com/kb/941641: Remote Desktop Connection 6.0 prompts you for credentials before you establish a remote desktop connection

Job done.  Remote desktop annoyances dealt with.

- Chris