1. 程式人生 > >解決Remote Desktop的 “CredSSP encryption” 問題

解決Remote Desktop的 “CredSSP encryption” 問題

當你的Remote Desktop在連線時出現:An authentication error has occurred. The function requested is not supported. Remote Computer: This could be due to CredSSP encryption oracle remediation. (如下圖)

解決方案如下:(此做法在我的電腦上有效。)

  1. 執行regedit
  2. 找到登錄檔上這個位置:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\
  3. 建立一個新的鍵名(Key):CredSSP
  4. 進入CredSSP,建立一個新的鍵名(Key):Parameters
  5. 進入Parameters,建立一個新的屬性:AllowEncryptionOracle,DWORD (32) Value
  6. 雙擊AllowEncryptionOracle,把它的值改為2.
  7. 完成。不需要重新啟動機器。

可以把一下內容儲存為reg檔案。雙擊加入你的機器的登錄檔。(只拷貝淺藍字內容)

************************************ CredSSP.reg ********************
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters]
"AllowEncryptionOracle"=dword:00000002