Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (2024)

Windows OS Hub / Windows 10 / Fix RDP Authentication Error: The Function Requested Is Not Supported

March 11, 2024 Windows 10Windows Server 2019

The following error may occur when you use the built-in RDP client (mstsc.exe) to connect to the desktop of a remote computer:

Remote Desktop ConnectionAn authentication error has occurred.The function requested is not supported.Remote computer: computer_name

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (1)

This bug is caused by the fact that Windows by default blocks RDP connections to remote computers that are running a vulnerable version of the CredSSP protocol (CVE-2018-0886). The Credential Security Support Provider (CredSSP) protocol is used to pre-authenticate users when the Network Level Authentication (NLA) protocol is enabled for RDP. Microsoft released an update for the CredSSP vulnerability in 2018, but for some reason, the update hasn’t been installed on the remote host you’re trying to connect to (https://support.microsoft.com/en-us/topic/credssp-updates-for-cve-2018-0886-5cbf9e5f-dc6d-744f-9e97-7ba400d6d3ea).

How to Fix RDP Authentication Error on Windows

  1. (Recommended way) The correct solution is to install the latest Windows cumulative security updates on the remote computer you are connecting to via RDP. It is most likely that this computer has recently been deployed from an out-of-date image, or that Windows Update has been disabled on it. You can use the PSWindowsUpdate module or the following command to check the latest installation date of Windows updates:
    gwmi win32_quickfixengineering |sort installedon -desc

    You can get updates automatically from Windows Update, or you download and install Windows updates manually. Any cumulative update released after 2019 for your version of Windows will need to be installed;
  2. Workaround 1 (not recommended). You can temporarily allow your computer (the client) to connect to the RDP host with an insecure version of the CredSSP. To do this, you need to change the AllowEncryptionOracle registry parameter using the command: REG ADD
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters /v AllowEncryptionOracle /t REG_DWORD /d 2
    ). Or you can change the local Group Policy ‘Encryption Oracle Remediation‘ option by setting its value to Vulnerable. (See the detailed description in the post RDP error: CredSSP Encryption Oracle Remediation).

    This will allow you to connect to a remote server via RDP and install the latest security updates (method 1). After upgrading the remote server, disable the policy or change the AllowEncryptionOracle key value on your computer (client) to 0: (REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters /v AllowEncryptionOracle /t REG_DWORD /d 0.

  3. Workaround 2 (not recommended). You can turn off Network Level Authentication (NLA) on the side of the RDP server (as described below).

Disable Network Level Authentication (NLA) for Remote Desktop on Windows

If NLA is enabled on the side of the RDP server you are connecting to, the CredSPP protocol is used to pre-authenticate RDP users.

You can disable Network Level Authentication in System Properties (SystemPropertiesRemote.exe), on the Remote tab, by unchecking the “Allow connection only from computers running Remote Desktop with Network Level Authentication (recommended)” option.

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (4)

This option is called differently in Windows 7 and Windows Server 2008 R2. On the Remote tab, select ‘Allow connections from computers running any version of Remote Desktop (less secure)‘.

It is also possible to disable Network Level Authentication (NLA) by using the local Group Policy Editor (gpedit.msc).

Go to Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Security, find the policy ‘Require user authentication for remote connections using network level authentication‘ and disable it.

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (6)

You must also set the RDP security layer in the ‘Require the use of a specific security layer for remote (RDP) connections‘ policy settings

To apply new RDP settings, you need to update the Group Policies on a local computer (gpupdate /force) or reboot your desktop. You should then be able to successfully connect to the Remote Desktop.

previous post

How Show a Pop-Up or Balloon Notification with PowerShell

next post

Remote Desktop Cannot Verify the Identity of Remote Computer Because Time/Date Difference

Related Reading

Testing Internet Speed from Windows Command Prompt (PowerShell)

July 2, 2024

Configure File and Folder Access Auditing on Windows...

June 27, 2024

Install Any OS from ISO Image over Network...

June 24, 2024

How to Add or Remove Pinned Folders to...

June 18, 2024

How to Assign (Passthrough) a Physical GPU to...

June 11, 2024

16 comments

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (7)

Arvind May 30, 2018 - 10:35 am

Thanks for update its work for me.:)

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (8)

Dmitry May 31, 2018 - 6:37 am

great thanks! it helped!

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (9)

Krishan December 4, 2019 - 2:59 am

It helped!.

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (10)

rodrigo December 23, 2019 - 7:57 pm

Thanks you for this information. I deploy the virtual machine from ISO 1703 win10 ent. with same problem…. disabling this options NLA fix my problem. thanks you!

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (11)

Bunyamin April 10, 2020 - 12:02 pm

We have experienced same error issue.A re-start of server has solved.

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (12)

HaterMicrosoft August 20, 2020 - 8:10 pm

There is neither such option like Remote Desctop in System Properties->Remote nor utility gpedit in my latest version of Windows 10… Insane OS, insane company!

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (13)

AskMeIKnowAll December 3, 2020 - 10:32 am

There is a differences between Windows 10 Home and Windows 10 Pro 😉

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (14)

sirjinn January 12, 2021 - 3:49 am

this worked for me. thanks!

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (15)

Pepe April 28, 2021 - 12:58 pm

I experienced the same issue with a new installation. After all updates were applied, this was resolved.

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (16)

Sanjay Kumar September 10, 2021 - 6:56 am

Thanks , its works for me

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (17)

Freonpsandoz October 22, 2021 - 3:52 am

I just reinstalled Windows 10. How how many updates do I need and many years does it take before I can use RDP?

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (18)

admin October 26, 2021 - 11:07 am

Wait until the latest monthly security update is installed and restart your device.

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (19)

Hamster0rgy December 2, 2021 - 11:26 pm

Windows 10 home does not support RDP

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (20)

Pablo April 19, 2022 - 11:32 am

Disable NLA for Remote Desktop in Windows was the solution

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (21)

Nick Gilbert April 18, 2023 - 11:28 am

Thanks so much! Just upgraded an old 2012 R2 server to Windows Server 2016 and ran into this problem straight away. The registry fix works a treat and you an undo the change after updating Windows 2016 through Windows Update.

Reply

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (22)

srge March 12, 2024 - 2:52 pm

In case of RD connection error: An internal error has occurred

1) Run the Certificates MMC as Local Machine -> find your Remote Desktop certificate -> Delete it -> and restart Remote Desktop Service (TermService )
2) If the error appears immediately after clicking connect (the connection attempt seem to be immediately rejected by remote desktop server), try to increase the maximum outstanding RDP connections limit. On Windows 10 the SKUs by default is set to 100, but on Windows Server is 3000. Run the regedit.exe and create the DWORD registry parameter MaxOutstandingConnections with the value 10000 in the reg key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\. (The special RDP counter takes into account not quite correct RDP logins, and upon reaching the specified MaxOutstandingConnections value, the RDP access is blocked.)
3) Also check SSL/TLS settings and authentication level on RDP app in case performing RDP connection frow Win10 to Win7.
The problem is RD client from Windows 10 automatic use TLS 1.2 (default Security Protocol) negotiation, but Windows 7 only support TLS 1.0

Reply

Leave a Comment

Fix RDP Authentication Error: The Function Requested Is Not Supported | Windows OS Hub (2024)
Top Articles
Syllabus Requirements and Guidelines
Dead Space Remake: The Final Preview
Mybranch Becu
Craigslist Motorcycles Jacksonville Florida
Doublelist Paducah Ky
Www Craigslist Louisville
Here's how eating according to your blood type could help you keep healthy
Western Razor David Angelo Net Worth
Matthew Rotuno Johnson
Savage X Fenty Wiki
Dityship
Ktbs Payroll Login
Oriellys St James Mn
Slag bij Plataeae tussen de Grieken en de Perzen
Hope Swinimer Net Worth
Gfs Rivergate
Dr Manish Patel Mooresville Nc
Bx11
Music Go Round Music Store
Woodmont Place At Palmer Resident Portal
Pirates Of The Caribbean 1 123Movies
Craigslist Maryland Trucks - By Owner
Dhs Clio Rd Flint Mi Phone Number
Guide to Cost-Benefit Analysis of Investment Projects Economic appraisal tool for Cohesion Policy 2014-2020
DIY Building Plans for a Picnic Table
Promatch Parts
What Is The Lineup For Nascar Race Today
Home Auctions - Real Estate Auctions
How To Make Infinity On Calculator
Fandango Pocatello
Lil Durk's Brother DThang Killed in Harvey, Illinois, ME Confirms
Yoshidakins
4083519708
Best Workers Compensation Lawyer Hill & Moin
Personalised Handmade 50th, 60th, 70th, 80th Birthday Card, Sister, Mum, Friend | eBay
Culvers Lyons Flavor Of The Day
Kelley Blue Book Recalls
Trizzle Aarp
Cheetah Pitbull For Sale
Ashoke K Maitra. Adviser to CMD's. Received Lifetime Achievement Award in HRD on LinkedIn: #hr #hrd #coaching #mentoring #career #jobs #mba #mbafreshers #sales…
Firestone Batteries Prices
The Realreal Temporary Closure
Gregory (Five Nights at Freddy's)
Linkbuilding uitbesteden
Myrtle Beach Craigs List
Cvs Coit And Alpha
Kaamel Hasaun Wikipedia
Plumfund Reviews
Marine Forecast Sandy Hook To Manasquan Inlet
Electric Toothbrush Feature Crossword
2487872771
Gameplay Clarkston
Latest Posts
Article information

Author: Eusebia Nader

Last Updated:

Views: 6585

Rating: 5 / 5 (80 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Eusebia Nader

Birthday: 1994-11-11

Address: Apt. 721 977 Ebert Meadows, Jereville, GA 73618-6603

Phone: +2316203969400

Job: International Farming Consultant

Hobby: Reading, Photography, Shooting, Singing, Magic, Kayaking, Mushroom hunting

Introduction: My name is Eusebia Nader, I am a encouraging, brainy, lively, nice, famous, healthy, clever person who loves writing and wants to share my knowledge and understanding with you.