Registry parameter EnableConcurrentSessions

Eskimo

Distinguished
Sep 20, 2004
5
0
18,510
Archived from groups: microsoft.public.windowsxp.work_remotely (More info?)

I've changed the Registry parameter following some guides, but the tip did
not work!

An example:
http://www.jsiinc.com/SUBQ/tip8400/rh8428.htm
@echo off
setlocal
set key="HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\Licensing
Core"
@echo reg add %key% /v EnableConcurrentSessions /T REG_DWORD /D 1 /f
reg add %key% /v EnableConcurrentSessions /T REG_DWORD /D 1 /f
endlocal
Why?The /console parameter must be used on the client?
 
Archived from groups: microsoft.public.windowsxp.work_remotely (More info?)

Did you read the first line of the tip as posted:

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


"Eskimo" <eskmo@iglu.net> wrote in message
news:%23xQE170nEHA.4068@tk2msftngp13.phx.gbl...
> I've changed the Registry parameter following some guides, but the tip did
> not work!
>
> An example:
> http://www.jsiinc.com/SUBQ/tip8400/rh8428.htm
> @echo off
> setlocal
> set key="HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\Licensing
> Core"
> @echo reg add %key% /v EnableConcurrentSessions /T REG_DWORD /D 1 /f
> reg add %key% /v EnableConcurrentSessions /T REG_DWORD /D 1 /f
> endlocal
> Why?The /console parameter must be used on the client?
>
>