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.
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.
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
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