Windows 7 remote desktop hangs after a successful login

7

2

I had the below symptoms:

I remote to my computer, and after I login, the welcome screen comes out and hangs, I minimized the window and maximize again, then the remote desktop window became black and hangs, forcing me to reboot the computer before I can remote that computer again.

below is what I've tried (but doesn't work):

  • I login into another account (in the same computer) and killed all unnecessary processes In the remote desktop options,
  • I disabled audio playback in the "local resources" tab
  • Disabled persistent bitmap caching in the "experience" tab
  • Uninstall unnecessary processes

How can I solve this weird problem?

User2012384

Posted 2013-08-28T14:14:42.803

Reputation: 303

1have you tried connecting, getting the hang, closing the RDP window entirely, and then reconnecting? I find that I have to do that occasionally. – Frank Thomas – 2013-08-28T14:18:38.837

This sounds like a software conflict on the remote computer. – Ramhound – 2013-08-28T14:25:06.523

what do you mean by closing RDP window entirely? – User2012384 – 2013-08-28T14:25:45.353

@Ramhound I've killed all process, and I'm quite sure that no other processes should be running, except some programms (i.e. excel, word, Visual studio, outlook, chrome) – User2012384 – 2013-08-28T14:27:24.580

@user2191496 - What security software do you have on the remote computer ( host )? What about the client? What software is on that? – Ramhound – 2013-08-28T14:35:59.423

So it only happens when a specific user logs into a specific computer? Other users can RDP in without trouble? If so, then it's something specific to your user's profile. – Ƭᴇcʜιᴇ007 – 2013-08-28T15:12:41.217

@Ramhound Client computer uses avast and the host computer uses Systematic – User2012384 – 2013-08-28T15:29:25.013

@techie007 Maybe there's something specific to my profile, but I'm quite sure that my profile is same as the other profile, maybe some driver crash. – User2012384 – 2013-08-28T15:30:36.113

@user2191496 - I would try getting rid of both to test if the security software is to blame. – Ramhound – 2013-08-28T17:07:24.430

But I have tried using another computer (which is also using Systematic antivirus) but still have no luck.., I'm now checking on the computer 's drivers to see if there's any conflicts.. – User2012384 – 2013-08-29T03:43:22.067

Answers

10

This often happens to me when I connect to Windows 7 x64 machine. Solution that I use is pressing Ctrl-Alt-End in the RDP window. This brings up the "lock your computer" screen. Lock-Unlock and you are in!

demp

Posted 2013-08-28T14:14:42.803

Reputation: 201

1All my internet points to you! – Nick Spreitzer – 2017-03-06T23:48:46.297

4

I had this problem for years. After a lot of research and experimentation, I created the following script and it works for me and some of my colleagues...

  1. Put the following in a text file and name it as .bat (like Release_RD.bat)

    tasklist -s your_remote_machine_name -fi "imagename eq mpnotify.exe"
    
    set /p pid=Enter PID found above:
    
    taskkill -s your_remote_machine_name  -pid %pid%
    
    pause
    
  2. If you aren't currently looking at the spinning Welcome screen, attempt to log in again so that your remote desktop client is actively on the Welcome screen

  3. Double-click the .bat script and follow the directions in it. You might have to run the script twice if there are multiple mpnotify.exe processes.

Jessica

Posted 2013-08-28T14:14:42.803

Reputation: 41

2

In case this problem still happens, although Win 7 is leaving us soon....

I had this issue and found this way to solve it. On the remote Win 7 machine...

  1. Open Network and Sharing Center

  2. Click on Manage wireless networks

  3. Doubleclick the active network and check if Network availability is set to Me only. If that is the case, close window, select the network and choose Remove.

  4. Connect to the network again. This will set the Network availability to All users (if not, you may have to add the network manually in Manage wireless networks, or connect while loged in as admin (this last is just a qualified guess).

FYI: I found this solution at: https://social.technet.microsoft.com/Forums/windows/en-US/86c07850-f120-4b92-9575-dfc7cf57f788/wireless-before-login?forum=w7itpronetworking

Hope this helps. Cheers!

Nik

Posted 2013-08-28T14:14:42.803

Reputation: 21

Thank you for your suggestion, I switched my company and I'm now using chrome remote desktop :P – User2012384 – 2019-10-20T01:08:25.313

2

I've had this kind of problems in the past when I used client computers with buggy out of date nvidia graphic drivers.

This may be unrelated to your problem, but you might want to check that your drivers are up to date.

ZeWaren

Posted 2013-08-28T14:14:42.803

Reputation: 194

Just now updated the display driver on the remote computer....but the result is same....:( – User2012384 – 2013-10-13T02:44:51.847

1

I know this is very old. Just adding my 2 cents as I'm getting this problem few times in a day.

In RDP client I go to Experience and in Performance list change to whatever other option, log in, close and login again with your normal Performance options.

This can be switching between LAN 10Mbit and Detect connection automatically.

Fiddling with custom options and saving doesn't help in some cases. Toggling between Performance options (without save) seem to work all the time.

Marcin

Posted 2013-08-28T14:14:42.803

Reputation: 11

1

I use RDP to login to my work computer from my home tablet and have intermittently experienced the problem you describe, including requiring a reboot of the work computer before being able to login remotely again. In my environment, the intermittent nature of this problem was directly related to whether or not bluetooth was active on my tablet when initiating RDP. If bluetooth is active, RDP will hang 100% of the time. Since I use a bluetooth keyboard with my tablet, I must complete RDP login prior to activating bluetooth on tablet to avoid a hang.

Robin

Posted 2013-08-28T14:14:42.803

Reputation: 11

1

Are you using Windows RDP? I've had some very weird problems in the past with Windows RDP - but on my linux box I find Remmina is much better. Maybe you should download it (it's open source > > for Windows and Linux) and give it a try to isolate the problem better. It could be a latency problem as well, what connection are you currently working with?

Rudolph

Posted 2013-08-28T14:14:42.803

Reputation: 2 552

sorry, but I don't know what do you mean by "what connection am I currently working with", but I'll try Remmina if I can remote to the other computer, thanks for your suggestion – User2012384 – 2013-08-28T15:28:13.213

Hi - Sorry for the lack of proficiency here. I meant your connection speed. Also try to traceroute maybe to the server you RDP to. – Rudolph – 2013-08-28T15:29:36.243

1current connection speed is 100.0MPS – User2012384 – 2013-08-28T15:32:28.670

1

Try this - RDP into the machine. Click Start => Computer => System Properties => Remote Settings => Advanced => Settings => Turn off any/all custom options => Apply => Ok. This appears to have fixed it for me.

Mark

Posted 2013-08-28T14:14:42.803

Reputation: 11