Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable RDP on Windows 10 Home build 17134 (Version 1803) #885

Open
eduardolucioac opened this issue Sep 21, 2019 · 4 comments
Open

Enable RDP on Windows 10 Home build 17134 (Version 1803) #885

eduardolucioac opened this issue Sep 21, 2019 · 4 comments

Comments

@eduardolucioac
Copy link

Based on discussions of the issue Add support for termsrv 10.0.17134.1 #456 I decided to consolidate all the procedures in this new issue as shown below...

Thanks! =D


The following instructions will allow you to enable the Remote Desktop Protocol (RDP) functionality on Windows 10 Home build 17134 (Version 10.0.17134 Build 17134):

  1. Install RDPWrap-v1.6.2.zip;

  2. Access "C:\Program Files\RDP Wrapper" folder;

  3. Rename "rdpwrap.ini" to "rdpwrap.ini_BAK";

  4. Copy rdpwrap.ini (rename "rdpwrap.ini.TXT" to "rdpwrap.ini") file to "C:\Program Files\RDP Wrapper";

  5. Access "C:\Windows\System32" folder;

  6. On "termsrv.dll" follow...;

  • Properties > Security > Advanced > Change > Advanced... > Find Now > Administrators > OK > OK > Apply > OK (on dialog) > OK > OK;
  1. Rename "termsrv.dll" to "termsrv.dll_BAK";
  2. Copy termsrv.dll (extract zip file) file on this folder and paste into "C:\Windows\System32";
  3. Restart "Windows 10".

[Ref.: https://github.com//issues/456 ]


Additional information about installing RDPWrap How to use Windows 10 Remote Desktop in Windows Home (RDP).

@Mordo95
Copy link

Mordo95 commented Sep 23, 2019

Replacing termsrv.dll with an older version should only be used as a last-resort. Usually patches are already available ahead of the version your system is running. The issue you are referencing to is from 2018.

@eduardolucioac
Copy link
Author

@Mordo95 "Usually patches are already available ahead of the version of your system is running." -> I tried using RDPWrap version 1.6.2 (latest in 2019/09/21) and didn't work. I had to use the procedure I described above.
Thanks! =D

@Mordo95
Copy link

Mordo95 commented Sep 23, 2019

Or you could take a second to browse the issue board and find patches like asmtron posted here: #860 (https://raw.githubusercontent.com/asmtron/rdpwrap/master/res/rdpwrap.ini) to update it to the offsets you need. The rdpwrap.ini here isn't really maintained anymore, so the people will do it. Replacing a system component that has gotten a security patch is one of the worst possible advices to give, especially making it go back to a version from 2018.

How to update rdpwrap.ini to the latest offset:

  1. Download the ini file given above or follow the autoupdater
  2. put it in C:\Program Files\RDPWrap\
  3. Run RdpWinst.exe -r
  4. Profit!

If your version is still unlisted, make a new issue and upload your termsrv.dll in a zip file so we can get the new offsets for other people too.

@pavlobu
Copy link

pavlobu commented May 4, 2020

@Mordo95 thank you! replacing rdpwrap.init with this one solved the problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants