Registry parameter EnableConcurrentSessions

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?
 
B

Bill Sanderson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top