Windows Server 2012 R2: 로그오프하기

1. Shutdown.exe 사용

clip_image001

shutdown -l

clip_image002

로그오프됨.

2. logoff.exe 사용

clip_image003

PowerShell로 구문 찾아봄. logoff.exe가 있네?

clip_image004

과감히 logoff

clip_image005

로그오프 ;;

[예제] Logoff.exe Examples

  • To log off a user from the current session, type: logoff
  • To log off a user from a session by using the session’s ID, for example session 12, type: logoff 12
  • To log off a user from a session by using the name of the session and server, for example session TERM04 on Server1, type: logoff TERM04 /server:Server1

출처: <https://technet.microsoft.com/en-us/library/cc731280.aspx>

shutdown으로 시스템 종료, 다시 시작은 했지만 한번도 로그오프 하는 데 사용해보지 않았다. 클라이언트 OS에서는 로그오프를 하는 경우보다는 시스템 종료나 재시작을 많이 했기 때문이다.(로그오프를 할 경우에는 마우스만 사용해왔다.) 아직도 많은 부분에서 부족함을 느낀다.

이것도 살펴보세요!

WSL: Linux용 Windows 하위 시스템 배포 삭제하기

명령 프롬프트를 실행 현재 설치된 배포판 리스트를 확인 wsl -l 배포판을 삭제해갑시다 wsl --unregister 배포판이름 …

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다