-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
-->> RDP Wrapper & Autoupdate (07-06-2020) #859
Conversation
Automatic RDP Wrapper installer and updater
….53 ... additional termsrv.dll versions (disassembled and tested) 10.0.18362.267 10.0.18362.53 10.0.18362.1 10.0.17763.437 10.0.17763.379 10.0.17763.292 10.0.17763.165 x64 10.0.17134.706
force uninstall/reinstall of RDP Wrapper on a new version of termsrv.dll
add: check if installed termsrv.dll fileversion is different to the last saved termsrv.dll fileversion in registry; it detects all termsrv.dll version changes (for example from a windows update)
Thanks for writing this up @asmtron and including a PR. This seems to be a much safer way to distribute changes/updates to RDPwrap. Much better than linking to some random site with precompiled binaries...etc. As it stands, the issues here could easily be (already are?) a vector for malware distribution, as people tend to just click, download and run. It really is a shame none of this work is getting merged into the repo - clearly there are lots of people dependent on this wrapper being functional. @binarymaster any chance of adding @asmtron and/or @saurav-biswas as a maintainer on the repo? |
Listener state: Not listening |
bug: normal copy with admin right of the file "rdpwrap_new.ini" to "rdpwrap.ini" will not work properly (file locked) fix: we need to stream the data line by line from "rdpwrap_new.ini" to "rdpwrap.ini" add: listener check
Important -> autoupdate.bat **bugfix!
With this bugfix autoupdate.bat works now as expected... |
add: set "Network Level Authentication" in the windows registry info: you can disable this feature by removing the two commands "call :setNLA" (line 207 and line 248)
code optimization: speedup the file streaming by 600%
rdpwrap.ini - add support for termsrv.dll versions: 10.0.18362.267 10.0.18362.53 10.0.18362.1 10.0.17763.437 10.0.17763.379 10.0.17763.292 10.0.17763.165 x64 10.0.17134.706 (+saurav-biswas changes)
code optimization: speedup streaming rdpwrap_new.ini to rdpwrap.ini
asmtron-rdpwrap.ini-02.09.2019.zip should work for 18362.267 ? |
All answers are in first post in this thread by Asmtron |
María. In spanish for you.
"% ProgramFiles% \ RDP Wrapper \ autoupdate.bat" NOTA: Usa el autoupdate de AnDrEyKa-111. |
def working on Win 10 Pro 1909 Term Srv 10.0.18362.657. Thank you! |
10.0.17763.771 ? |
Uncheck "Single session per user" |
Below Link Worked Perfectly without any special efforts... Special Thanks to @asmteon and All Team Members https://github.com/asmtron/rdpwrap/blob/master/binary-download.md with Win10 2004 or may 2020 update |
@asmtron Works for me with Win May 2020 update. Thanks for your work. |
new pull request: #1160 |
Is this still being updated/maintained? In the bat file, there are two sources of updated ini files. The second one is |
There is mine too INI, it gets updated regularly. I mostly rely upon @sebaxakerhtc to create the correct x64 section. Most people use x64, but some need x86. Whenever there is a new version, then both termsrv.dll files need to be uploaded here so that the settings can be worked out. |
Ah--I was using an old version of the autoupdater. I see now there are a bunch of new sources, including yours, @affinityv ! Does the newest version you got from @sebaxakerhtc work with 19042.1237 (Win 10 Pro x64 v20H2)? I don't see it listed in any of the above ini. I only see a lot of .1000 versions, which I think are windows preview versions. @affinityv , please see: |
Yes, it is a 1202 ... it's the termsrv.dll version that counts, not the Windows 10 version. |
Excellent--duh, thanks for explaining! |
does anybody have an update for 21H2 19044.1288? this version is not supported at the moment |
What is the termsrv.dll version? |
termsrv.dll Version 10.0.19041.1348 |
Thanks Working Finely.
…On Fri, 12 Nov, 2021, 2:14 AM gjuecat, ***@***.***> wrote:
termsrv.dll Version 10.0.19041.1348
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#859 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP5B5QMKEI5FKNNE6JO5QKLULQTLRANCNFSM4IK5GLVQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
That one is certainly covered in my INI |
RDP Wrapper & Autoupdate
Automatic RDP Wrapper installer and updater // asmtron (07-06-2020)
Info:
The Autoupdater (autoupdate.bat) first use and check the official rdpwrap.ini.
If a new termsrv.dll is not supported in the offical rdpwrap.ini,
autoupdater first tries the asmtron rdpwrap.ini. The autoupdater will also use rdpwrap.ini files
of other contributors. Extra rdpwrap.ini sources can also be defined...
autoupdate.bat Options:
Download and Install
NEWS
2020-12-06 -- add support for 10.0.19041.84 (x64)