■ 클라이언트측 (Client → Server)

[cmd] net use * /d   //  원격 공유 리소스에 연결되어 있는 전체 세션 수동 종료.

[cmd] net use /PERSISTENT:YES   //  현재 PC의 모든 연결 상태를 저장하고,

                                                  다음에 로그온할 때 복원합니다.

[cmd] net use /PERSISTENT:NO   //  현재 또는 이후의 연결 상태를 저장하지 않습니다.

                                                  기존 연결은 다음에 로그온할 때 복원됩니다.



■ 서버측 (Server ← Client)

[cmd] net config server   //  로그온 사용자 최대 수 및 세션당 열 수 있는 파일의 최대 수 확인.

[cmd] net config server  /AutoDisConnect:time   //  유휴 세션 자동 종료 시간(time=분) 설정.

[cmd] net session   //  연결되어 있는 원격 세션 정보 확인.

[cmd] net session  \\computername  /delete   //  연결되어 있는 세션 수동 종료.

 


Windows 10 Pro


Windows 8.1 Pro


Windows 7 Professional with SP1


Windows XP Professional with SP3


Windows Server 2012 Standard


Windows Server 2008 R2 Standard


Windows Server 2003 R2 Standard



+ Recent posts