Got the problem this evening, and I’ve been getting crazy for a couple of hours.
Quick solution for the inpatients: the “fast user switching” and the “welcome screen” feature in XP makes Remote Desktop not work properly. So, disable it and you’ll solve 90% of rdesktop problems. (Notice that those two options needs to be enabled in order to make the Seamless RDP work)
What happens is that the “fast user switching” misfeature drops connections on logout (and don’t starts connections on startup until some user logs in). If there is no user logged in or if the user logs out, the networks gets disabled, and you cannot connect using Remote Desktop.
When you try to open a remote desktop and the same user is already logged in locally, the local user gets disconnected and computer display the “fast user switching” screen, but doing that also drops all the connections, and from the remote desktop client you get a black screen (just after inserting the user name and password).
How to solve:
1. Disable the “fast user switching” and the “welcome screen”
Open User Accounts in Control Panel.
Click Change the way users log on or off.
Clear the “Use Fast User Switching” check box.
Clear the “Welcome Screen” checkbox.
Apply the changes.
2. If you still get disconnections on user logout, try setting up the KeepRasConnections key on the registry:
Open regedit and go to the path:
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Create a new String value, or modify the existing value, called “KeepRasConnections” and set it to “1″.
Exit your registry and restart Windows, as usual
This should work. It did, for me.
3 Responses to “Remote Desktop and the Black Screen”
Leave a Reply
Search
Calendar
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Mar | May » | |||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | ||||
Archives
Categories
- Android (3)
- Apple (26)
- Books (7)
- Eclipse (14)
- Errors (3)
- Firefox (7)
- Git (2)
- Hardware (16)
- Horror Code (8)
- Internet (18)
- Java (98)
- JavaScript (9)
- Life, universe and everything (45)
- Lifehacks (25)
- Linux (50)
- Opinions (25)
- OSX (4)
- Python (1)
- Software (27)
- Speeches and Conferences (8)
- Unix (3)
- Web (21)
- Windows (19)
Tag Cloud
Android apple architecture Bash colors configuration CSS Development Düsseldorf Eclipse germany Git Google Hardware hdr How-To Java JAXB job junit Karmic Linux MacBook music night Open Source Opinion oracle OSX patterns Pitfalls Practices Resume Security Software Suspend TDD Testing tip tonemapped Tricks Ubuntu video Web XML
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Blog License
Blogs I like
Books on the desk
Friends' Blogs
- Antonio Terreno & Valter Bernardini
- Bruno Bossola
- Daniele Galluccio
- Domenico Ventura
- Ed Schepis
- Fabrizio Gianneschi
- Luca Grulla
- Luigi Zanderighi
- Marcello Teodori
- Mida Boghetich
- Muralidharan Chandrasekaran
- Piero Ricca
- Renzo Borgatti
- Simone Bordet
- Simone Bruno
- Uberto Barbini
- Valvolog
- Webtide blogs (Greg Wilkins & Jan Bartel)
Links




















This worked for me, thanks!
I just logged in twice (without closing my first session) and the second time I logged in it worked.
This fixed an problem using rdesktop with Linpus to contect to an XP box. Thank you.