CONCURRENT Remote Desktop in windows 7 SP1

Discussion in 'Windows 7' started by ksrgroup, Jul 4, 2011.

  1. ksrgroup

    ksrgroup MDL Novice

    Dec 29, 2010
    16
    1
    0
    #1 ksrgroup, Jul 4, 2011
    Last edited: Feb 7, 2019
    .
     
  2. 60cent

    60cent MDL Senior Member

    May 31, 2011
    437
    514
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. ksrgroup

    ksrgroup MDL Novice

    Dec 29, 2010
    16
    1
    0
    #3 ksrgroup, Jul 4, 2011
    Last edited: Feb 7, 2019
    (OP)
    .
     
  4. ksrgroup

    ksrgroup MDL Novice

    Dec 29, 2010
    16
    1
    0
    #4 ksrgroup, Jul 4, 2011
    Last edited: Feb 7, 2019
    (OP)
    .
     
  5. AceUK

    AceUK MDL Novice

    Feb 17, 2011
    21
    18
    0
    The RDP patch you need for Windows 7 SP1 can be downloaded from the Missing Remote website. Google this...

    how-enable-concurrent-sessions-windows-7-service-pack-1-rtm

    It's the first result. :)
     
  6. 2percent

    2percent MDL Member

    Sep 17, 2010
    107
    56
    10
    Teamviewer does work on a LAN with no internet. It looks for a connection when you start it, so it will hang until it times out. Just put the LAN IP of the remote computer in the partner ID box and your good.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. ksrgroup

    ksrgroup MDL Novice

    Dec 29, 2010
    16
    1
    0
    #8 ksrgroup, Jul 5, 2011
    Last edited: Feb 7, 2019
    (OP)
    .
     
  8. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,201
    1,945
    210
    Not really true:

    If you are using the latest version of the teamviewer application then you only need to activate the LAN mode in order to get connected to a local network using the teamviewer application. Follow the below steps.

    * In the menu click on extras and then on options.
    * On the general tab activate 'Accept incoming LAN connections'

    sebus
     
  9. replicant

    replicant MDL Junior Member

    Aug 20, 2007
    63
    21
    0
    #10 replicant, Jul 7, 2011
    Last edited by a moderator: Apr 20, 2017
    look for "deepxw" on google
    you get a patcher, which works for vista to 7sp1
    it does NOT work for server editions, but vista+7 share the same binaries, so a patched dll from 7 works on 2008r2


    i used the following regs
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
    "fDenyTSConnections"=dword:00000000
    "fSingleSessionPerUser"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Licensing Core]
    "EnableConcurrentSessions"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
    "EnableConcurrentSessions"=dword:00000001
    "AllowMultipleTSSessions"=dword:00000001
    
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
    "MaxInstanceCount"=dword:000000FF
    
    
    // Group Policy
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{D5E9AFE7-C830-460E-85FF-DCA74CBCBF51}Machine\Software\Policies\Microsoft\Windows NT\Terminal Services]
    "MaxInstanceCount"=dword:000000FF
    "fSingleSessionPerUser"=dword:00000000