티스토리 뷰
How to Enable Multiple RDP Sessions Configuration-원격다중연결
AWS-in 2015. 10. 8. 11:02윈도우서버에서 같은 계정으로 원격 접속시 기존세션을 끊고 접속이 된다.
이 기능을 해제하려면 아래와 같이 해주면 된다.
단, 2개세션만 접속이 가능하면 3번째 세션을 접속시에는 기존 세션을 끊고 접속을 해야 된다.
How to Enable Multiple RDP Sessions Configuration
#.Enable Multiple RDP sessions Windows Server 2008 R2
1. Remote Desktop Session Host Configuration 을 실행한다.
시작>실행>tsconfig.msc
또는 아래 위치에서 메뉴를 클릭한다.
2. On the server, click Start and in the
search/run box type tsconfig.msc{enter}. Locate "Restrict each user to a
single session" Right click > Properties.
Remove the tick from "Restrict each user to a single session" >
Apply > OK
#.Enable Multiple RDP sessions Windows Server 2012
방법.1
아래 5번 까지만 해도 적용이 된다. 6번은 RDP CAL 라이선스 구매시 접속제한을 하는 옵션일 듯 싶다.
변경을 한 후 즉시 적용이 된다.
1.Enable Multiple RDP Sessions
2.Log into the server using Remote Desktop.
3.Open the start screen (press the Windows key) and type gpedit.msc and open it
4.Go to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections.
5.Set Restrict Remote Desktop Services user to a single Remote Desktop Services session to Disabled.
<이미지.1> 참고
6.Double click Limit number of connections and set the RD Maximum Connections allowed to 999999.
<이미지.1>
방법2. 아래 레지스트리 값을 변경만 해도 가능함.
#.Enable Multiple RDP sessions Windows Server 2012 R2 ( or 2012)
아래 위치의 레지스트리 값을 변경하면 즉시 적용된다.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
에서
Change the key “fSingleSessionPerUser” (Right Click -» Modify) and replace the Value data 1 to 0
원복하려면 다시 1로 변경하면 된다.
[참고문서]
Enable Multiple RDP sessions Windows Server 2012 R2
How to Enable / Disable Multiple RDP Sessions in Windows 2012
https://support.managed.com/kb/a1816/how-to-enable-disable-multiple-rdp-sessions-in-windows-2012.aspx
'Windows' 카테고리의 다른 글
Hyper-V 가상머신의 차이점디스크의 경로를 변경하고자 할 때 (0) | 2015.11.17 |
---|---|
IIS FTP 사용자격리 방법 (0) | 2015.10.08 |
윈도우 작업관리자의 PID 를 Command 로 확인하는 방법 (0) | 2015.09.14 |
명령 프롬프트 (cmd)를 다른 계정권한으로 시작하는 방법 (0) | 2015.09.02 |
.net framwork 설치된 버전 확인하는 방법 (0) | 2015.07.15 |
- Total
- Today
- Yesterday