- Notifications
You must be signed in to change notification settings - Fork1k
docs: reorganize remote desktop docs#18716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
## DescriptionUse more descriptive namesDepends on coder/coder#coder/coder#18716---## Type of Change- [ ] New module- [ ] Bug fix- [ ] Feature/enhancement- [x] Documentation- [ ] Other
Uh oh!
There was an error while loading.Please reload this page.
##RDP | ||
The common way touseremotedesktopswithCoder is through VNC. | ||
The common way toconnect to a Windows workspace is using Remote Desktop Protocol (RDP). RDP is a proprietary protocol developed by Microsoft that allows users to remotely control a computer over a network connection. It provides a graphical user interface (GUI) forremoteaccess, enabling users to interactwiththe remote system as if they were sitting in front of it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This reads as patronizing to me. Remote desktopimplies a GUI, and given that we don't provide instructions on how to enable RDP in the workspace, I think we should assume the reader has some idea what RDPis.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Updated to remove the sentence talking about what RDP is.
> New-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services' -Name "SelectTransport" -Value 1 -PropertyType DWORD -Force | ||
> Restart-Service -Name "TermService" -Force | ||
> ``` | ||
You can use the[RDP Desktop](https://registry.coder.com/modules/coder/local-windows-rdp) module to add a single-click button to open an RDP session in the browser. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I suggest adding a screenshot or GIF here of what it looks like from the desktop client. Would significantly improve the visual identity of the first part of the page and show what the Desktop UX looks like.
ca13b58
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Preview:https://coder.com/docs/@remote-desktop-module/user-guides/workspace-access/remote-desktops