@@ -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 display a blank screen.
64
+ > When this happens, the RDP client will appear to connect, but displays 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 ) .
@@ -87,7 +87,7 @@ For example:
87
87
coder://coder.example.com/v0/open/ws/myworkspace/agent/main/rdp?username=Administrator&password=coderRDP!
88
88
```
89
89
90
- To include a Coder Desktop button to the workspace dashboard page, add a ` coder_app ` resource to the template:
90
+ To include a Coder Desktop button on the workspace dashboard page, add a ` coder_app ` resource to the template:
91
91
92
92
``` tf
93
93
locals {
@@ -111,7 +111,7 @@ Registry adds a one-click button to open an RDP session in the browser. This
111
111
requires just a few lines of Terraform in your template, see the documentation
112
112
on our registry for setup.
113
113
114
- ![ Web RDP Module in a Workspace] ( ../../images/user-guides/web-rdp-demo.png )
114
+ ![ Windows RDP Module in a Workspace] ( ../../images/user-guides/web-rdp-demo.png )
115
115
116
116
## Amazon DCV Windows
117
117
0 commit comments