Concurrent sessions in Windows XP
A T T E N Z I O N E !
Questo post ha piu' di sei mesi. Le informazioni contenute potrebbero non essere aggiornate.
From Windows & .NET Magazine.
XP SP2 lets you run two sessions (one local console and one remote desktop) concurrently. You must use a different user for each session. To enable concurrent sessions, perform the following steps:
Start a registry editor (e.g., regedit.exe).
Navigate to the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerLicensing Core registry subkey.
From the Edit menu, select New, DWORD Value.
Enter the name “EnableConcurrentSessions,” then press Enter.
Double-click the new value, then set it to 1.
(from http://www.code4ward.net)
Questo post non è taggato.Related posts
Di: Andrea - 30/03/2004

Alfio — Il 21/09/2004 alle 13:57
Purtroppo ho provato ma non funziona.
Se qualcuno ci riesce me lo faccia sapere!!!
Agobum — Il 02/02/2005 alle 15:19
Question:
How can I enable two concurrent sessions in Windows XP Service Pack 2 (SP2) or later?
Response:
The beta 2055 release of XP PRO SP2 let you run two sessions (one local console and one remote desktop) concurrently. This functionality was removed in the Final release. You can obtain copies of the termsrv.dll from version 2055 that lets you renable concurrent sessions. You must use a different user for each session. To enable concurrent sessions, perform the following steps:
1. Start a registry editor (e.g., regedit.exe).
2. Navigate to the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Licensing Core registry subkey.
3. From the Edit menu, select New, DWORD Value.
4. Enter the name “EnableConcurrentSessions,” then press Enter.
5. Double-click the new value, then set it to 1.
Here are some more detailed instructions and a link to get the termsrv.dll file from 2055.
Install the recovery console onto the hard drive (to use in the process, plus its good to have anyway in case of emergency http://support.microsoft.com/default.aspx?scid=kb;EN-US;307654
Copy this DLL file
http://members.lycos.nl/nessyh/files/term/termsrv.dll
into your system32 directory as TERMSRV.2055 make the appropriate registry changes listed above
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\Licensing Core\
DWORD: EnableConcurrentSessions=1
Make the policy changes:
Local Computer Policy - Computer Configuration - Administrative Templates - Windows Components - Terminal Services | Allow users to connect remotely using Terminal Services=enabled
Local Computer Policy - Computer Configuration - Administrative Templates - Windows Components - Terminal Services | Sets rules for remote control of Terminal Services user sessions=enabled+Full Control without user`s permission
Computer config./admin. templates/windows components/terminal services and enabling the setting:
Limit number of connections, then entering values in there.
Make sure you have multiple accounts with a PASSWORD (that are in the remote users group or are administrators), you have FAST USER SWITCHING enabled, and are NOT in a domain.
Reboot, and enter the recovery console
cd /d c:\windows\system32
ren termsrv.dll termsrv.sp2
ren termsrv.2055 termsrv.dll
cd /d c:\windows\system32\dllcache
ren termsrv.dll termsrv.sp2
Reboot into windows- you should be able now to terminal in from another computer
AND use the console, as long as you do it from DIFFERENT accounts.
Andrea Beggi — Il 02/02/2005 alle 15:31
Grazie Agobum!
Diego Pianarosa — Il 29/08/2006 alle 22:09
Ciao a tutti,
io ho provato sul mio MCE2005 SP2 ma non funziona, mi viene però un dubbio, non è che a me serve la versione italiana della DLL???
Qualcuno sa dove posso recuperarla?
Grazie e ciao
Diego