- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Getting Black Screen while logging in
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 06:46 AM
05-03-2010 06:46 AM
Getting Black Screen while logging in
If so how to stop the process of this machine from remotely .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 07:44 AM
05-03-2010 07:44 AM
Re: Getting Black Screen while logging in
What is the OS in the system that you are trying to connect to?
Is the problem with particular user account only or with all user accounts?
Try disabling use of bitmap caching
http://support.microsoft.com/kb/555840
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 07:55 AM
05-03-2010 07:55 AM
Re: Getting Black Screen while logging in
This issue also occurs if HKEY_USERS.Default\Control Panel\Colors
subkey in the registry is set to "0 0 0:" (i.e. black)
Check,
http://support.microsoft.com/?kbid=906510
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 08:01 AM
05-03-2010 08:01 AM
Re: Getting Black Screen while logging in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 08:09 AM
05-03-2010 08:09 AM
Re: Getting Black Screen while logging in
>> If so how to stop the process of this machine from remotely.
If the remote OS is Windows XP/VISTA then you can make use of
tasklist/taskkill commands.
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 08:14 AM
05-03-2010 08:14 AM
Re: Getting Black Screen while logging in
Check if this helps (PsKill)-
http://technet.microsoft.com/en-us/sysinternals/bb896683.aspx
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2010 12:24 AM
05-04-2010 12:24 AM
Re: Getting Black Screen while logging in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2010 12:47 AM
05-04-2010 12:47 AM
Re: Getting Black Screen while logging in
A password-protected screen saver can be the cause of this problem.
http://technet.microsoft.com/en-us/library/cc756819(WS.10).aspx
Try running Ctrl+Alt+End next time it happens.
If that's not the problem, alternatively you can run either the following:
quser /server:ServerName
qwinsta /server:ServerName
Once you know the ID of the current RDP session, you could logoff or reset that particular session by running either of the following commands here below:
RESET winsta %type_sesion_ID_here% /v /server:ServerName
LOGOFF %sessionID% /v /server:ServerName
You can run any of these from a workstation. All you will need is credentials for that Win 2K3 you're having issues with.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2010 05:22 AM
05-04-2010 05:22 AM
Re: Getting Black Screen while logging in
>> Any how we have rebooted the box now the problem is resolved
Yes. Still the cause for the problem is unknown.
>> When I checked the tasklist there are many process names
>> csrss.exe and winlogon.exe which is occupying much memory .
This is definitely a problem.
The following link talks about a problem similar to what you are facing.
http://support.microsoft.com/kb/837585
Regards,
Murali