Created
December 23, 2020 20:51
-
-
Save luciopaiva/87b64d8d47a51d1bb6866b7c9df9bf23 to your computer and use it in GitHub Desktop.
Windows remote desktop access with simultaneous users
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
General steps: | |
- download Microsoft Remote Desktop app on client machine (check the Apple store) | |
- enable remote access on host Windows (window key, type "allow remote access" to find the setting) | |
- test the connection using the Remote Desktop app. Notice that any current logged in users on the host machine will need to log out | |
- download [RDP Wrapper](https://github.com/stascorp/rdpwrap/releases) - I tested with v1.6.2. The msi installer did not work for me (got an error trying to execute it), but the zip worked fine | |
- unzip, run install.bat | |
- run the "*conf*.exe" app that comes with the zip | |
- it should show all green - if it shows a red "[not supported]", continue below | |
- get the ini file posted by Damasker [here](https://github.com/stascorp/rdpwrap/issues/1252). As instructed, run `net stop TermService`, replace the ini file in `Program Files/RDP Wrapper`, then `net start TermService` | |
- check the conf app again - it should be all green now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment