Skip to content

Troubleshoot RDP - Frozen on "Please Wait" Screen

Published: at 01:52 AM

If you’re experiencing your RDP freezing on the “Please Wait” screen here’s what you can do to resolve it at the cost of losing your session.

  1. Open PowerShell on the local machine.
  2. Execute the following command:
query user /server:YOUR_REMOTE_MACHINE_NAME

This will display the active sessions on the remote machine.

  1. Note the session ID for the session that is stuck on the “Please Wait” screen.

  2. Reset the session using this command:

reset session SESSION_ID /server:YOUR_REMOTE_MACHINE_NAME

For example, if the session ID is 2 and the server IP is 192.168.2.1, the command would be:

reset session 2 /server:192.168.2.1

Previous Post
The Importance of Being Result-Oriented in Projects
Next Post
How to Spot Corporate Rot and Fix It