Posted On October 12, 2020

Remote Desktop Error Code 0x8000FFFF

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Remote Desktop Error Code 0x8000FFFF

Symptom:

Terminal-Services-ClientActiveXCore Event ID 226 on RDP Server:

rdpclient_ssl: an error was encountered when transitioning from TsSslStateDisconnected in response to TsSslEventInvalidState (error code 0x8000FFFF)

Error message from RDP client after 10+ seconds of displaying “Securing remote connection…”

Resolution:

Uninstall RDP Client

Get-AppxPackage -Name Microsoft.RemoteDesktop | Remove-AppxPackage -Verbose

Reinstall RDP Client

Get-AppxPackage -Name Microsoft.RemoteDesktop | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Hard drive Copying

Requirements: Windows 2000,XP Pro, 2003 Server robocopy.exe- in the windows resource kits or download here…

Last Logon Dates of List of AD Accounts

import-module activedirectory$output=""Get-Content C:\Users\kimconnect\Desktop\targetAccounts.txt | Foreach-Object -Process{ #  cast an array object as string before using…

Setup Multiple SMTP Servers

- Add SPF record for both SMTP servers that are authorized to send email for…