-
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
Looking for 10.0.17763.168 support #606
Comments
Just updated win10 home to 17763.168. Broke Rdp, :( |
I am also having issues following Update to 10.0.17763.168 |
Not good, too many times now it all go to pieces! |
Hello All . just have a look to #601 - hajubu - all you need is there. Good luck - |
Well, it does work on the latest CU update to Win10., I am only allowed one connection at a time. When I log on other users get kicked off I am using Win10 Pro 64 Bit. |
17763.168 was installed now I also have stopped working LOL version 1809 was working so goo until now |
hey haijubu, I followed the steps in #601 and I did the
and after that I did a reboot but this is what I get and I'm unable to connect via RDP to my server. Right now I'm connected via TermViewer and this is what I tried It's still the same and I'm unable to connect. I have Windows 10 Enterprise installed with legit license I tried starting it manually from services and this is what I get Any help would be appreciated. I only want multiple people to be able to connect using RDP at the same time, that is all Thanks |
Once you install December 5, 2018—KB4469342 (OS Build 17763.168) CU update it limits the termserv.dll to one connection at a time, I did have a backup of termsrv.dll, replaced it, and now it is working again. Just a heads-up in case anyone else runs into the issue. |
I managed to do. |
Hello Team,
|
I think I understand just copy and Paste 10.0.17763.1 data for .165 and a .168 correct? Dumb Question why doesn't the RDPWrap-V1.62 update.bat do this for us? |
@StarfighterJ wrote:
…. I think I understand just copy and Paste 10.0.17763.1 data for .165 and a .168 correct?
>> NO
… why doesn't the RDPWrap-V1.62 update.bat do this for us?
>> RDP-Wrapper repository (https://github.com/stascorp/rdpwrap/tree/master/res/
rdpwrap.ini :: Is still on Updated=2018-10-10 and
contains only the ini-sections for Win10 1809 RTM
[10.0.17763.1] and [10.0.17763.1-SLInit]
REMARK ; I'm pretty sure that it will be updated as soon $MS-Tuesday in Decmeber18 works fine out.
update:: see post #611 (10.0.17763.194 is out !
10.0.17763.194 - CU KB4471332 - keeps/lifts the termsrv.dll to its file version 10.0.17763.168.
Therefore since .165, .167, .168 use the data-offset, which are the same, we have to add to the rdpwrap.ini dated 2018-10-10 ( last.ini in the repository - code: res\rdpwrap,ini).
Ensure you have the correct ini file with two ini-sections [10.0.17763.1] , [10.0.17763.1-SLInit]
and add then the two sections [10.0.17763.168], [17763.168-SLInit]
....... read more in #611
-------------------------------
>>>>
From 17763.1 to 17763.165 are Offset-Differences
[10.0.17763.165] // LocalOnlyOffset.x64=xxxxx
//xxxxx.(17763.1) =77941 --> xxxxx.(17763.165) =77AF1 // ( tested and validated )
For each build , you need the two ini-Section [10.0.17763.nnn] and [10.0.17763.nnn-SLInit] / nnn= (1 , 165, 167, 168 ) is given, which contains both (.x64 and .x86) offset-values.
>> THEREFORE The other „new“ build section 165-167-168
Contains the SAME Data (except the Header inside the square-brackets)
1) Paste and copy from my post in #601 -hajubu - 2018-11-22
[10.0.17763.165] and [10.0.17763.165-SLInit]
2) Replicate copy of data in .165 to new ini section inside each Header to
[10.0.17763.167] and [10.0.17763.167-SLInit]
3) Replicate copy of data in .165 to new ini section inside each Header to
[10.0.17763.168] and [10.0.17763.168-SLInit]
Iinfo from build .1 up to .134 Data for 10.0.17763.1 are the same (.1)
And from 1.65 up to .168 are the same
But the termserv.dll build have different internal build numbers -> own numbered data sections
Please be aware not tripping over „Windows OS stumbling Stones“
data ownership // security Levels // etc
Read my remarks for using stopping and starting net termservice
• Good Luck
|
@ZooShu, @quicken2k @stefan7n , @DHaak93, @scerazy , @barakumis, @StarfighterJ : |
Andre wrote:
@ZooShu, @quicken2k @stefan7n , @DHaak93, @scerazy , @barakumis, @StarfighterJ :
I wrote down the exact steps I did in (#601). This works fine for 10.17763.168.
I think this is the most comprehensive way to understand what to get it working.
Thanks to @hajubu and @RobertSpir 👍 🥇
Hello Team,
I just want to add that we do have still an open point to be cleared.
This open point could have a "hidden" influence to the "single user session" - function
( even I could not see/find/obeserve a wrong/not exspected reaction up til now in my Testbed.
I do prefer the logical position of the SingleUserOffset according to
the "official" rdpwrap.ini Release (2018-10-10) up till now ( 17134.1 , 17763.1 )
17134.1 == ; SingleUserOffset.x64=1511C
17763.1 == ; SingleUserOffset.x64=1322C
UNTIL WE KNOW BETTER.
b.r. Hajubu
;---------------------------------------------
;This logical position was already used in 17134.1 IN rdpwrap.ini UNTIL 2018-10-10
; SingleUserPatch.x64=1
;.text:0000000180015100 ; __int64 __fastcall CSessionArbitrationHelperMgr::IsSingleSessionPerUserEnabled(…)
;.text:0000000180015119 mov dword ptr [rax+8], 1 dword ptr [rax+8],1 <--Zero
; SingleUserOffset.x64=1511C
;---------------------------------------------
;---------------------------------------------
; -- first seen ; -- Github StasCorp/Code/res ; -- original rdpwrap ini 2018-10-10
;. -- 17763.1 ; validated .1 up to .134 and .165,.167 ,.168
; SingleUserPatch.x64=1
;.text:0000000180013210 ; __int64 __fastcall CSessionArbitrationHelperMgr::IsSingleSessionPerUserEnabled(...)
;.text:0000000180013229 mov dword ptr [rax+8], 1 <-- Zero :: C7 08 '01' 00 00 00
; SingleUserOffset.x64=1322C
;---------------------------------------------
;---------------------------------------------
; -- first seen -- Github StasCorp/rdpWrap ; -- #601 @RoberSpir 2018-11-16
; -- and furthermore in myDigitalLife Forum -- ; -- 17763.165 - 168
; SingleUserPatch.x64=1
;.text:00000001800132E0 ; __int64 __fastcall CSessionArbitrationHelper::IsSingleSessionPerUserEnabled()
;.text:00000001800132F7 mov dword ptr [rdx], 1 <-- Zero :: C7 02 '01' 00 00 00
; SingleUserOffset.x64=132F9
;---------------------------------------------
|
Can someone upload the working dll and ini files here? |
@ Tom wrote ( Tom Forever)
Just read #611 for the actual data needed ; you should Need Nothing else.
…-----------------------------
10.0.17763.194 - CU KB4471332 - keeps/lifts the termsrv.dll to its file version 10.0.17763.168.
Therefore since .165, .167, .168 use the data-offset, which are the same, we have to add to the rdpwrap.ini dated 2018-10-10 ( last.ini in the repository - code: res\rdpwrap,ini).
Ensure you have the correct ini file with two ini-sections [10.0.17763.1] , [10.0.17763.1-SLInit]
and add then the two sections [10.0.17763.168], [17763.168-SLInit]
Keep an eye on Acces Rigths and at least use "stop net termservice" before you exchange the
rdpwrap.ini (2018-10-10) with your newly edited ini file.
---read more in #611
Or
If is to keen just wait till the updated „official“ and validated Version of rdpwrap.ini will be
given into the repository (Code: res\rdpwrap.ini) then you can just push the button after you have updated your OS to Version 10.0.17763.194 (-.1.5).
My recommendation is just do your Job in a VM/VBox
with the last ISO e.g. even the RTM 17763.1 will do it for any purpose , you want (x64,x86 – Home, Pro, etc).
Then you can pick up what you ever need for your purpose.
.Good Luck
Von: Tom
Gesendet: Mittwoch, 12. Dezember 2018 18:41
An: stascorp/rdpwrap
Cc: hajubu; Mention
Can someone upload the working dll and ini files here?
|
I edited rdpwrap.ini edit for 17763.168 pursuant to #611. Works excellent for me. Thanks for making my life easier. |
This is very very much, not a dumb question, at all. I'd love to know myself to be honest. |
I attempted the warezio ini file linked here: #611 Recommend others avoid for time being until this is fixed. |
LOL, I like your post. But it is not correct. Only the -SLInit sections are (at least for versions till 194) are equal. The [10.17763.xxx] sections are different for each version. |
Regardless, end users just want to hit "update.bat" in Admin mode and have it work a minute or two later, you know? |
@jaxjexjox wrote:
Regardless, end users just want to hit "update.bat" in Admin mode and have it work a minute or two later, you know?
… up till now there is no „automatic“ solution Ready for „update.bat“- Button
Meanwhile you can use a manually Job:
see last post of vibaaa in #611 he had managed it too
He added also his tested rdpwrap.ini – using the official data from the repo and added the necessary data section.
@ andrePKI also had given a very short „cooking recipee“ how doing the Exchange of the rdpwrap.ini.
BTW – I’m just an user like you !
Good Luck !
|
the solution in issue #611 worked perfectly for my system. |
Вчера пропустил обновление до 168 и все пропало, при том что все зеленое. Только одно соединение и ничего выше не помогло. Хорошо что возможность отката обновлений есть еще, что и спасло после нескольких часов попыток вернуть работоспособность. |
Когда будет официальное обновление без ручных ковыряний? When will there be an official update without manual picking? |
Developer/maintainer doesn't publish a schedule. Check back for updates. |
I have tried this and failed so many times now - I don't know what to do next. I had RDPWrap working for release 1803 with no problems. Updating it for 1809 I can't get it to work. I have tried everything in threads 601, 606 and 611.
|
@cmhowarth Chris, first find the version of your termsrv.dll (it is in
Make sure the file ends with a newline (i.e. in Notepad you must be able to move the cursor beyond the last line, like this) |
@jaxjexjox https://github.com/stascorp/rdpwrap/issues/606#issuecomment-451835245 |
Works for me. Try to add this to c:\Program Files\RDP Wrapper\rdpwrap.ini :
Last line MUST be empty |
_> > I have tried this and failed so many times now - I don't know what to do next. I had RDPWrap working for release 1803 with no problems. Updating it for 1809 I can't get it to work. I have tried everything in threads 601, 606 and 611.
|
@andrePKI Thanks for the suggestions.
@Davey126 - Yes I am doing it for Win10 Home but that's the point of it. I don't need it for my Win10 Pro machine because that already allows RDP for 1 session, which is all I need. I just need to be able to access my other 2 machines' desktops (1 Pro, 1 Home) from my main system without having to have a KVM switch. |
@cmhowarth - no challenge on your use case; simply observing what works for most may not be applicable in your situation due to difference in platform. I the past I used rdpwrap on Win 10 Home boxes and appreciated the capability it brought to the table (in violation of the EULA). Good luck. |
YES !!! THIS WORKS !!!
[10.0.17763.165] [10.0.17763.165-SLInit]
THAT WORKS 100% on 10.0.17763.165 @Developer Team: |
hey newbie here :) trying to make this work on windows 10 pro 1809 17763.253 I seen a thread was opened already for 17763.253 and was closed: the ticket advises this was a duplicate and links to this thread.... doe this mean I can use the fix here or that 1809 17763.253 isn't supported? basically what I'm trying to achieve here is to rdp into my account through my Mac's Microsoft Remote Desktop app while another user is using a different account on the same pc, is this possible? |
Thanks @Hamza31231 , that has now got me to the next stage - it all now shows green and listening. |
I am busy at the moment, but will answer next week of course.
I had the same Problem but got it working.
I will answer
Thanks
Von meinem iPhone gesendet
Am 18.01.2019 um 09:53 schrieb ChrisH <[email protected]<mailto:[email protected]>>:
Thanks @Hamza31231<https://github.com/Hamza31231> , that has now got me to the next stage - it all now shows green and listening.
However, I now have the same problem as @spamme2<https://github.com/spamme2> in that I can't connect from the remote computer. It terminates immediately when trying to connect. I get the same behaviour from the RDPWrap computer itself when using RDPCheck.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#606 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Asd4bqRHbwGZZOSC_5jkAIm6zZfD4HQuks5vEYtxgaJpZM4ZGYR4>.
|
Please retry all but WITHOUT the step 5 (so do not replace the termsrv.dll, keep the original one)
I remember the problem was about the termsrv.dll !!!
Von meinem iPhone gesendet
Am 18.01.2019 um 09:53 schrieb ChrisH <[email protected]<mailto:[email protected]>>:
Thanks @Hamza31231<https://github.com/Hamza31231> , that has now got me to the next stage - it all now shows green and listening.
However, I now have the same problem as @spamme2<https://github.com/spamme2> in that I can't connect from the remote computer. It terminates immediately when trying to connect. I get the same behaviour from the RDPWrap computer itself when using RDPCheck.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#606 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Asd4bqRHbwGZZOSC_5jkAIm6zZfD4HQuks5vEYtxgaJpZM4ZGYR4>.
|
working with this file - ini_rdpwrap.zip |
Finally working! Thanks @cples408 - that ini file did the trick (I copied back my original termsrv.dll v168 Home) |
i hav problem with |
@binarymaster, it's now been 7 weeks since this build was reported. INI files to rectify the issue have been available for most of that time. |
I can't believe the INI file hasn't be updated at this URL yet? https://github.com/stascorp/rdpwrap/tree/master/res This is astounding, why has this not been updated? WTF is going on? |
Looking at https://github.com/binarymaster/ Looking at https://github.com/stascorp/rdpwrap/network it seems that https://github.com/tmaguire/rdpwrap is the most active fork of this project and I recommend you try out that fork and report back (post a comment here) whether it's worth moving on to greener pastures. |
Thanks @cowwoc, have checked out tmaguire's fork but I can't see where to download the compiled installer and batch files - at https://github.com/tmaguire/rdpwrap/releases I can only download the source code. Any ideas? |
@tbishop9 Not sure. I suggest asking the author directly. His email is listed here: https://github.com/tmaguire |
Спасибо всё работает rdpwrap.zip |
Just trying the tool for the first time and I'm not sure what I'm doing. Already broke the server once and had to connect via KVM Console to get back on
Any help/steps would be great
https://i.imgur.com/hHgEY6u.png
Thanks in advance
Here's the dll file
https://transfer.sh/LaY0f/termsrv.zip
The text was updated successfully, but these errors were encountered: