Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. Terminate Remote Desktop Connection in Windows 7

Terminate Remote Desktop Connection in Windows 7

Scheduled Pinned Locked Moved IT & Infrastructure
2 Posts 2 Posters 13 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mohit 12
    wrote on last edited by
    #1

    Hello, Anyone got idea about easy way to terminate RDC in windows 7 or Using limited access guest user in windows XP. In Administrator way for WINDOWS XP tscon 0 /dest:console does work to terminate RDC but in windows 7 :thumbsdown: :doh: Cheers, Mohit.

    L 1 Reply Last reply
    0
    • M mohit 12

      Hello, Anyone got idea about easy way to terminate RDC in windows 7 or Using limited access guest user in windows XP. In Administrator way for WINDOWS XP tscon 0 /dest:console does work to terminate RDC but in windows 7 :thumbsdown: :doh: Cheers, Mohit.

      L Offline
      L Offline
      Laxman Auti
      wrote on last edited by
      #2

      1. Launch a Command Prompt window, and authenticate to the remote host by using the following “net use” command:

      net use /user:Administrator \\\C$

      Replace with actual NetBIOS computer name or IP address of the remote host. For example, “net use /user:Administrator \\188.8.8.8\C$. Enter password when prompted. Alternatively, from Windows Explorer, map to a network drive to share a folder on the target server, and log in accordingly. 2. In Command Prompt, run the following command:

      qwinsta /server:

      Where is the actual computer name or IP address of the remote host. For example, “qwinsta /server:188.8.8.8″. 3. A list of active and connecting Remote Desktop or Terminal Services sessions will be displayed. Identify the ‘hung’ connection and its ID. To reset and disconnect the Remote Desktop connections or sessions, run the following command:

      rwinsta /server:

      4. Replace with the session ID identified with “qwinsta” command, and with the actual computer name or IP address of the remote host. For example, “rwinsta 1 /server:188.8.8.8″ Note: qwinsta is Query Window Station and rwinsta is Reset Window Station. Once a Remote Desktop or Terminal Services connection or session is terminated and disconnected, the slot will be released and remote user can login remotely again.

      Knock out 't' from can't, you can if you think you can. :cool:

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups