Registry parameter EnableConcurrentSessions

  • Thread starter Thread starter Eskimo
  • Start date Start date
E

Eskimo

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?
 
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
 
Back
Top