gai-jin Posted August 9, 2004 Posted August 9, 2004 Concurrent sessions -- I understand the advantage of being able to log in from a remote terminal and also log in at the local term at the same time. Are there any other uses for this that I'm missing?Gai-jin
gai-jin Posted August 9, 2004 Posted August 9, 2004 Also, if one puts this cab in the source dir, is it also required that wfp be disabled, or will wfp not be a factor if this is in the source for the windows installation?
Jazkal Posted August 9, 2004 Author Posted August 9, 2004 Also, if one puts this cab in the source dir, is it also required that wfp be disabled, or will wfp not be a factor if this is in the source for the windows installation?If you put it in the source (i386), make sure and add the reg file to your unattended. But yes, that's all that's needed.
gai-jin Posted August 10, 2004 Posted August 10, 2004 Which reg file? This key?HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","SFCSetting",0x00010001,0xffffff9d?
Jazkal Posted August 11, 2004 Author Posted August 11, 2004 Can anyone tell me where I can get the info I need?What I'm looking to do:I want to figure out how to patch the build 2180 version of the termsrv.dll to allow concurrent sessions, using the build 2055 version of the file as a reference.What tools/methods do I need to learn/use to figure this out. Any help or suggestions are appreciated.ThanksEDIT:Which reg file? This key?HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","SFCSetting",0x00010001,0xffffff9dYes, that one.
bilemke Posted August 11, 2004 Posted August 11, 2004 @JazkalI wish I knew too.. Your going to need some very good skills with a debugger to try and find it, if it is possible at all.That, or soemone else finds it first and shares the knowledge Then we can just download a file or do some small hexediting hopefully.
Jazkal Posted August 11, 2004 Author Posted August 11, 2004 Then we can just download a file or do some small hexediting hopefully.That's what I'm shooting for, but someone has to do the work upfront, and I don't mind putting in the time. I just need someone to point me on the way.
OCedHrt Posted August 11, 2004 Posted August 11, 2004 Try setting AllowMultipleTSSessions to 1 at the same place as EnableConcurrentSessions. Seems to be a new reg key in the 2180 dll that is not in the 2055 dll.
Jazkal Posted August 11, 2004 Author Posted August 11, 2004 Try setting AllowMultipleTSSessions to 1 at the same place as EnableConcurrentSessions. Seems to be a new reg key in the 2180 dll that is not in the 2055 dll.I'll give that a try once I get home. Thanks for the info.UPDATE:Just tested it on a friends workstation here, and it didn't work. We added both of the regkeys and rebooted.
OCedHrt Posted August 11, 2004 Posted August 11, 2004 Darn :/ Well I'm pretty clueless as to what to do as well There are some timebomb stuff in the old build though so careful with using that one.
Jazkal Posted August 12, 2004 Author Posted August 12, 2004 Darn :/ Well I'm pretty clueless as to what to do as well There are some timebomb stuff in the old build though so careful with using that one.Anything specific?
gamehead200 Posted August 12, 2004 Posted August 12, 2004 Does anyone else have event 1006 in their system event logs as an error with the hacked file?
prathapml Posted August 12, 2004 Posted August 12, 2004 Nopes! Not me.Been on XPSP2 since 7 days, not hacked TCPIP.SYS, rebooted very few times, and run P2P apps a _lot_.And I only see lots of 4226 and 1007 - no 1006 *ANYWHERE* in the event log (all sections searched).
snakeey Posted August 12, 2004 Posted August 12, 2004 Hi everyboby, i am new to here, nice to meet all of u (i came from Hong Kong, please don't mind my bad english)I followed the step in order to make my winxp which just upgraded to sp2 rtm build to have the concurrent sessions, i found that the step is not quite clear enough, here is what i have done (please notice that i am not clean installation from a unattened cd):1. Extract the attached termsrv.dl_ (which posted by the administrator at the start of this thread) and overwrite to c:\windows\system32 (for my case, even i booted to safe mode, when overwrite this file, it said it is using by the system, so i boot by win98 boot disk to dos and overwrite it)2. Click: Start - RunAnd type: regeditGo to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\Licensing CoreRight-mouse-click on the right pane and create a new DWORD: EnableConcurrentSessionsDouble-click the value and type: 1 3. Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinlogonDouble-click DWORD: AllowMultipleTSSessions and change the value to 1that's allhere, thank you everybody for this hack termsrv.dl_
Chrysalis Posted August 13, 2004 Posted August 13, 2004 yeah I have decided not to replace my file as I rarely use remote desktop to my machine, if there was a patched 2180 file I would replace but I think there is a risk using the old version.
Recommended Posts