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