You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guides/workspace-access/remote-desktops.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ on your local machine, and enable RDP on your workspace.
33
33
34
34
### Coder Desktop
35
35
36
-
[Install Coder Desktop](https://coder.com/docs/user-guides/desktop#install-coder-desktop) and connect to you `<workspace-name>.coder` from your favourite RDP client.
36
+
[Install Coder Desktop](https://coder.com/docs/user-guides/desktop#install-coder-desktop) and connect to `<workspace-name>.coder` from your favourite RDP client.
37
37
38
38
### CLI
39
39
@@ -49,7 +49,7 @@ Then, connect to your workspace via RDP at `localhost:3399`.
49
49
</div>
50
50
51
51
> [!NOTE]
52
-
> The default username is `Administrator` and password is `coderRDP!`.
52
+
> The default username is `Administrator` and the password is `coderRDP!`.
53
53
54
54
### RDP with Coder Desktop (Beta)
55
55
@@ -61,7 +61,7 @@ Use your favorite RDP client to connect to `<workspace-name>.coder` instead of `
61
61
> [!NOTE]
62
62
> Some versions of Windows, including Windows Server 2022, do not communicate correctly over UDP
63
63
> when using Coder Connect because they do not respect the maximum transmission unit (MTU) of the link.
64
-
> When this happens the RDP client will appear to connect, but displays a blank screen.
64
+
> When this happens, the RDP client will appear to connect, but display a blank screen.
65
65
>
66
66
> To avoid this error, Coder's [Windows RDP](https://registry.coder.com/modules/windows-rdp) module
67
67
> [disables RDP over UDP automatically](https://github.com/coder/registry/blob/b58bfebcf3bcdcde4f06a183f92eb3e01842d270/registry/coder/modules/windows-rdp/powershell-installation-script.tftpl#L22).
0 commit comments