Windows Royal TS 遠端障礙

298 詞

當你在Royal TS上按下遠端後,會跳出此錯誤

Imgur

安全性修正造成的無法連線,解決方法如下

當你要連線的系統為 Windows 10 或 Windows Server 2016或更新的系統時,有以下兩種做法

方法一:

  • 修改註冊檔
    1. 開啟 Regedit
    2. 找到KEY: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Serveer\WinStations\RDP-Tcp
      Imgur
    3. 把SecurityLayer 調整為 0

Imgur
2. UserAuthentication 調整為 0

Imgur
3. 儲存後重啟設備

方法二:

  • 修改GPO

    1. 開啟gpedit.msc
    2. 至 Computer Configuration / Administrative Template / Windows Components / Remote Desktop Services / Remote Desktop Session Host /
      Security Require use of specific security layer for remote (RDP) connections
      • Enable
      • Security Layer: Negotiate
    中文翻譯:需要對遠程 (RDP) 連接使用特定的安全層

    Imgur

    1. Require user authentication for remote connections by using Network Level Authentication.
      • Disable
    中文翻譯:透過使用網路曾集驗證以要求對遠端連線進行使用者驗證
    1. 儲存後重啟設備。

Bonus

取消單一連線限制

  1. gpedit.msc
  2. 至 Computer Configuration / Administrative Template / Windows Components / Remote Desktop Services / Remote Desktop Session Host / Connections Restrict Remote Desktop Services users to a single Remote Desktop Service session
    中文翻譯: 限制遠端桌面服務的使用者只能使用一個遠端桌面服務工作階段
    • Disable
      Imgur