Skip to content

Instantly share code, notes, and snippets.

@eegrok
Created March 5, 2012 19:56
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eegrok/1980692 to your computer and use it in GitHub Desktop.
Save eegrok/1980692 to your computer and use it in GitHub Desktop.
How to login with RDP if you have too many connections to the server -- remote desktop
#execute the following from the command prompt
mstsc /v:<ip-address> /admin
you can kick other people off by running (on the remote box)
query session
then
logoff <sessionid> /server /v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment