Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Logoff - Terminate Login Sessions | Online Free DevTools by Hexmos

Terminate login sessions with Logoff, a Windows command-line tool. Quickly end user sessions and manage remote desktop connections. Free online tool, no registration required.

logoff

Terminate a login session. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/logoff.

  • Terminate the current session:

logoff

  • Terminate a session by its name or ID:

logoff {{session_name|session_id}}

  • Terminate a session on a specific server connected through RDP:

logoff {{session_name|session_id}} /server:{{servername}}

See Also