JSI Tip 8428. How can I enable two Remote Desktop connections to Windows XP SP2?

Jerold Schulman

September 1, 2004

1 Min Read
ITPro Today logo in a gray background | ITPro Today

NOTE: While this was valid during the beta, it has been removed in the released SP2.

Windows XP Service Pack 2 computers can support two Remote Desktop sessions simultaneously.

NOTE: If you have an open session on the desktop console, only one additional session is supported.

To enable concurrent sessions, run the following batch file:

@echo offsetlocalset key="HKLMSYSTEMCurrentControlSetControlTerminal ServerLicensing Core"@echo reg add %key% /v EnableConcurrentSessions /T REG_DWORD /D 1 /freg add %key% /v EnableConcurrentSessions /T REG_DWORD /D 1 /fendlocal

NOTE: See How do I enable Remote Desktop on Windows XP SP2 using the registry?



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like