Skip to content

Commit 4a2adab

Browse files
committed
drop 2nd port-forwarding and run fmt
1 parent 57e2743 commit 4a2adab

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

docs/user-guides/workspace-access/remote-desktops.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,26 +49,27 @@ The default username is `Administrator` and password is `coderRDP!`.
4949

5050
### RDP with Coder Desktop (Beta)
5151

52-
[Coder Desktop](../desktop/index.md)'s Coder Connect feature creates a connection to your workspaces in the background.
53-
There is no need for port forwarding when it is enabled.
54-
52+
[Coder Desktop](../desktop/index.md)'s Coder Connect feature creates a connection to your workspaces in the background.
53+
There is no need for port forwarding when it is enabled.
54+
5555
Use your favorite RDP client to connect to `<workspace-name>.coder` instead of `localhost:3399`.
5656

5757
> [!NOTE]
58-
> Some versions of Windows, including Windows Server 2022, do not communicate correctly over UDP
59-
> when using Coder Connect because they do not respect the maximum transmission unit (MTU) of the link.
60-
> When this happens the RDP client will appear to connect, but displays a blank screen.
61-
>
62-
> To avoid this error, Coder's [Windows RDP](https://registry.coder.com/modules/windows-rdp) module
63-
> [disables RDP over UDP automatically](https://github.com/coder/registry/blob/b58bfebcf3bcdcde4f06a183f92eb3e01842d270/registry/coder/modules/windows-rdp/powershell-installation-script.tftpl#L22).
64-
>
65-
> To manually disable RDP over UDP, run the following in PowerShell:
66-
>
67-
> ```powershell
68-
> New-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services' -Name "SelectTransport" -Value 1 -PropertyType DWORD -Force
58+
> Some versions of Windows, including Windows Server 2022, do not communicate correctly over UDP
59+
> when using Coder Connect because they do not respect the maximum transmission unit (MTU) of the link.
60+
> When this happens the RDP client will appear to connect, but displays a blank screen.
61+
>
62+
> To avoid this error, Coder's [Windows RDP](https://registry.coder.com/modules/windows-rdp) module
63+
> [disables RDP over UDP automatically](https://github.com/coder/registry/blob/b58bfebcf3bcdcde4f06a183f92eb3e01842d270/registry/coder/modules/windows-rdp/powershell-installation-script.tftpl#L22).
64+
>
65+
> To disable RDP over UDP, run the following in PowerShell:
66+
>
67+
> ```powershell
68+
> New-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services' -Name "SelectTransport" -Value 1 -PropertyType DWORD -Force
69+
> Restart-Service -Name "TermService" -Force
6970
> ```
7071
71-
You can also use a URI handler to directly launch an RDP session without setting up port-forwarding.
72+
You can also use a URI handler to directly launch an RDP session.
7273
7374
The URI format is:
7475

0 commit comments

Comments
 (0)