Vista SP1 (beta) Multiple Remote Desktops

Last post 02-03-2010 4:47 AM by pbb. 331 replies.
Page 3 of 23 (332 items) < Previous 1 2 3 4 5 Next > ... Last »
Sort Posts: Previous Next
  • 02-08-2008 10:43 PM In reply to

    • cocoa
    • Not Ranked
    • Joined on 02-09-2008
    • New Member

    Re: Vista SP1 (beta) Multiple Remote Desktops

  • 02-09-2008 10:03 AM In reply to

    • chuba
    • Not Ranked
    • Joined on 02-09-2008
    • New Member

    Re: Vista SP1 (beta) Multiple Remote Desktops

    Thanks, cocoa, works perfectly!

    For those who want to patch themselves (taken from the file linked above: termsrv.dll 6001.18000):

    0x000173D7: C0 3B 91 20 03 00 00 5E 0F 84 31 EF 00 00 5D 
       to  ->   C0 BA 00 01 00 00 90 5E 89 91 20 03 00 00 5D

    0x00051AE4: F8 74 2F 68 88 27 85
       to  ->   F8 E9 2C 00 00 00 85

    Best regards,

    chuba

  • 02-09-2008 10:33 AM In reply to

    • slig
    • Top 200 Contributor
    • Joined on 02-03-2007
    • IL, USA
    • Regular

    Re: Vista SP1 (beta) Multiple Remote Desktops

    hi im having some trouble with this. whenever i want to change the permission using cmd  it changes the permission to "s-1-5-21-503492415-1873875868-1398698294" and this results in me not being able to paste the pached dll file. so I go and change the permissions in the security tab of the file and then im able to paset however the outcome is that i can not connect more then one user. so its all pointless.

    can anyone try helping me?

  • 02-09-2008 12:26 PM In reply to

    Re: Vista SP1 (beta) Multiple Remote Desktops

    Could you do it also for X64? I have tried with the "pre" version and with the non-sp version, but it is not working. I just replaced the dll. Should I do anything else?
  • 02-09-2008 12:45 PM In reply to

    Re: Vista SP1 (beta) Multiple Remote Desktops

    Ah sorry, it is working, I was the lama. In non-SP1 version, I always started Total Commander in administrator mode, and searched for the termsrv.dll to replace. It was in a very long directory name because of 64 bit(it was hidden in the c:\windows\system32, because Total Commander is 32bit), and I replaced it there. It was worked fine in SP0, but it is not working anymore in SP1. I had to start a 64 bit cmd.exe, and replace the file there. After working fine with the pre-sp1 version X64. Thanks!
  • 02-09-2008 2:12 PM In reply to

    • cocoa
    • Not Ranked
    • Joined on 02-09-2008
    • New Member

    Vista SP1 x86 and x64 Multiple Remote Desktops

    Well here my two patches
    32 bit vista rtm I forgot to patch 1 byte(single session per user)
    Comparing files termsrv.dll and TERMSRVPATCH.DLL
    000173D8: 3B BA
    000173D9: 91 00
    000173DA: 20 01
    000173DB: 03 00
    000173DD: 00 90
    000173DF: 0F 89
    000173E0: 84 91
    000173E1: 31 20
    000173E2: EF 03
    000179E4: 43 90
    00051AE5: 74 EB

    64 bits rtm i think this one should work with home premium, i have not tested this one with any x64 edition of vista yet.
    Comparing files termsrv.dll and TERMSRVPATCH.DLL
    0005FDF2: 74 EB
    00064FD7: 8B B8
    00064FD8: 81 00
    00064FD9: 38 01
    00064FDA: 06 00
    00064FDC: 00 90
    00064FDD: 39 89
    00064FDF: 3C 38
    00064FE3: 75 EB
    000701BA: 01 00

    slig have you instaled it using the bats posted by sunmorgus?
    if its not working please post the edition of vista.

  • 02-09-2008 2:22 PM In reply to

    • slig
    • Top 200 Contributor
    • Joined on 02-03-2007
    • IL, USA
    • Regular

    Re: Vista SP1 x86 and x64 Multiple Remote Desktops

    :O bats? im getting lost here. bcuz all I did was replace the file.

    If there is more to do I could prob do it but it would be great if i could get some instructions =]

    and im running the actual RTM version of Vista SP1

  • 02-09-2008 3:08 PM In reply to

    • cocoa
    • Not Ranked
    • Joined on 02-09-2008
    • New Member

    Re: Vista SP1 x86 and x64 Multiple Remote Desktops

    slig:

    :O bats? im getting lost here. bcuz all I did was replace the file.

    If there is more to do I could prob do it but it would be great if i could get some instructions =]

    and im running the actual RTM version of Vista SP1

    sorry i mean batchs files (.bat) normally i dont speak english, try this
    takeown /a /f %SystemRoot%\System32\termsrv.dll
    icacls %SystemRoot%\System32\termsrv.dll /Grant Administrators:F
    net stop "Terminal Services"
    then you can copy the dll
    net start "Terminal Services"
    which edition of vista do you have? home premium, business, enterprise or ultimate

  • 02-09-2008 3:47 PM In reply to

    • slig
    • Top 200 Contributor
    • Joined on 02-03-2007
    • IL, USA
    • Regular

    Re: Vista SP1 x86 and x64 Multiple Remote Desktops

    ultimate. but i know where my problem was i forgot the turn the service off. haha! ill do that now and tell you if it works
  • 02-10-2008 10:45 AM In reply to

    Re: Vista SP1 x86 and x64 Multiple Remote Desktops

    Vista X64 Ultimate SP1 RTM, working fine! :D

    The pre-sp1 version allowed me in into the RTM, but showed always RPC errors on the console, and some services are always stopped suddenly. This version is working fine, without any errors! You are great cocoa!
  • 02-10-2008 10:48 AM In reply to

    Re: Vista SP1 x86 and x64 Multiple Remote Desktops

    Here is the working version for SP1 RTM x64:

    http://rapidshare.com/files/90727723/termsrv.dll.html
  • 02-11-2008 1:28 AM In reply to

    Re: Vista SP1 (beta) Multiple Remote Desktops

    Thanks so much for this!  Cocoa - you are the man!

    Cheers

  • 02-12-2008 4:17 PM In reply to

    • DavidinCT
    • Top 25 Contributor
    • Joined on 01-31-2007
    • Someplace in CT
    • Elite Member
    • Media Center MVP

    Re: Vista SP1 (beta) Multiple Remote Desktops

    cocoa:

    Awsome !!!! Works pefect in Vista 32bit sp1 RTM. To think I was going to buy a copy of ultimate just for RDC....

    -Dave

    MCP, MCSA, MCSE 2003
    Windows Vista Connected Exp:Home Theater for Technologists
    Windows Vista Connected Exp:Home Theater for Sales professionals

    My Media Center Blog...

    http://mc.anywherecool.com/Blog/


  • 02-15-2008 6:59 AM In reply to

    Re: Vista SP1 (beta) Multiple Remote Desktops

    cocoa:

     

    I can install it into Home Premium but it doesn't appear to be working - I've installed the registry hack from http://mjwii.com/prog/termsrv.zip, but when I try to use RDC from XP all I get is a warning -(after a few minutes) saying "The computr can't coonect to the Remote computer" 

     

    What am i doing wrong?

     

    Cheers

    James

  • 02-15-2008 12:44 PM In reply to

    Re: Vista SP1 (beta) Multiple Remote Desktops

    cocoa:

    Anyone knows how to make the client connect to localhost? I think the problem it is in mstscax.dll
    sunmorgus I  am curious how do you work on the patch?

    The workaround for this is extremely easy.  Simply connect to something like 127.0.0.2 instead of 127.0.0.1 or localhost. ;)  For some reason it only checks for 127.0.0.1 specifically, even though the whole range refers to the local system.  If I recall correctly, the entire range of valid IP addresses starting with 127. refer to the local system (127.x.x.x).  Pick your own 127.x.x.x address to type in if you would prefer something other than the one I chose. :D

Page 3 of 23 (332 items) < Previous 1 2 3 4 5 Next > ... Last »


Terms of Service | Privacy Statement | Code of Conduct | About