1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

トラブルシュートメモ MacからWindowsにリモートデスクトップ接続できない

Posted at

事象

MacからMicrosoft Remote Desktopを使用してリモートデスクトップ接続しようとしたところ「error 0x4」が発生し接続ができない。

環境

  • 接続元
  • Mac 11.4
  • MicrosoftRemoteDesktop 10.6.7
  • 接続先
  • Windows Server 2016 (1607)

解決方法

接続先のレジストリに以下を追加する

  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
  • DWORDで「MaxOutstandingConnections」を追加し値は10進数で「10000」にする
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?