+ Post New Thread
Results 1 to 11 of 11
Windows Server 2000/2003 Thread, Blank Desktop after logging on to Server 2003 in Technical; I came across a blank desktop on one of our servers yesterday and figured the display drivers had just fallen ...
  1. #1
    detjo's Avatar
    Join Date
    Feb 2008
    Posts
    148
    Thank Post
    12
    Thanked 22 Times in 18 Posts
    Rep Power
    14

    Unhappy Blank Desktop after logging on to Server 2003

    I came across a blank desktop on one of our servers yesterday and figured the display drivers had just fallen over. I scheduled it to reboot last night and this morning it was waiting with Ctrl-Alt-Del
    So i logged in and i have the same issue again. I can move the mouse and it responds ... but thats it!
    The desktop is just blank [blue], no start menu, no icons, no response to Ctrl-Alt-Del .. nothing!

    Any ideas?

  2. IDG Tech News
  3. #2
    cookie_monster's Avatar
    Join Date
    May 2007
    Location
    Derbyshire
    Posts
    4,124
    Thank Post
    364
    Thanked 271 Times in 233 Posts
    Rep Power
    71
    Can you remote desktop into it?

  4. #3
    detjo's Avatar
    Join Date
    Feb 2008
    Posts
    148
    Thank Post
    12
    Thanked 22 Times in 18 Posts
    Rep Power
    14
    mstsc works fine and i can see the desktop as normal, tho mstsc /console gives me the same blank screen.

  5. #4

    ZeroHour's Avatar
    Join Date
    Dec 2005
    Location
    Scotland
    Posts
    5,865
    Thank Post
    795
    Thanked 1,163 Times in 689 Posts
    Blog Entries
    1
    Rep Power
    325
    How long are you leaving it for to allow it to log in?

  6. #5
    detjo's Avatar
    Join Date
    Feb 2008
    Posts
    148
    Thank Post
    12
    Thanked 22 Times in 18 Posts
    Rep Power
    14
    I logged on to it at 8.30 this morn and its still blank ... gonna try power off and see if that fixes it.

    I would be happy to leave it til next week [half term] since it does seem to be usable but SIMS desk say they need to get data from it and it was spose to be in yesterday .. "the higher people need the data"

  7. #6

    Join Date
    Feb 2008
    Posts
    5
    Thank Post
    2
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    I assume you try to connect into the server by administrative status. If you remote in and create a new admin user say "administrator2" and try to log on see will that work because It happened to me once and that worked. if it works then you can kepp the important people happy first.

  8. #7
    detjo's Avatar
    Join Date
    Feb 2008
    Posts
    148
    Thank Post
    12
    Thanked 22 Times in 18 Posts
    Rep Power
    14
    Well .. would be nice to know the answer to the cause but its up and running again - for now.
    Power off for couple mins worked and login successful.

    Thanks all for suggestions etc.

  9. #8

    john's Avatar
    Join Date
    Sep 2005
    Location
    London
    Posts
    10,063
    Thank Post
    1,288
    Thanked 911 Times in 792 Posts
    Rep Power
    254
    I have one that does something similar but only seems to do it when it runs out of ram? Hows the ram utilisation on your box?

  10. #9

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    14,096
    Thank Post
    735
    Thanked 1,397 Times in 1,224 Posts
    Blog Entries
    9
    Rep Power
    368
    We have this happen on our Windows Server 2000 CD server from time to time. A reboot normally fixes it.

    "I scheduled it to reboot"
    How did you do that please?

    Z

  11. #10
    detjo's Avatar
    Join Date
    Feb 2008
    Posts
    148
    Thank Post
    12
    Thanked 22 Times in 18 Posts
    Rep Power
    14
    RAM was suggested as an issue here ... it doesnt surprise me that it was this particular server that gave us this problem.
    The server is old, and pants, is a DC and only has 1024 RAM. I look fwd to the summer when we becoma an academy with a truck load of cash ... and they can buy me a few goodies!

    A simple restart didnt cure the problem, but power off and on did the trick, again suggesting RAM is an issue.

    As for the scheduled reboot ... i used a vbs script:
    Code:
    ' This script will restart the target computer, even if the local screen has been locked
    ' Create a Scheduled Task to run one time only, and ensure that the reboot time will not affect backups or any other timed services.
    
    
    strComputer = "."
    Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate,(Shutdown)}!\\" & strComputer & "\root\cimv2")
    Set colOperatingSystems = objWMIService.ExecQuery _
    ("Select * from Win32_OperatingSystem")
    For Each objOperatingSystem in colOperatingSystems
    ObjOperatingSystem.Win32shutdown 6
    Next

  12. #11
    cookie_monster's Avatar
    Join Date
    May 2007
    Location
    Derbyshire
    Posts
    4,124
    Thank Post
    364
    Thanked 271 Times in 233 Posts
    Rep Power
    71
    It's worth checking if you have any processes that run in the console session e.g in the system tray that might be in a non responsive state.

SHARE:
+ Post New Thread

Similar Threads

  1. Logging onto the network after logging on locally
    By frankybaloney in forum Windows
    Replies: 9
    Last Post: 10th October 2008, 12:17 PM
  2. Blank Student Screens from teacher's desktop
    By philjones2000 in forum Windows
    Replies: 27
    Last Post: 27th February 2008, 09:15 AM
  3. Server Desktop Background
    By pshuttle in forum Windows
    Replies: 5
    Last Post: 27th November 2007, 12:23 PM
  4. RE-installing Exchange Server 2003 onto Server 2003
    By faza in forum Wireless Networks
    Replies: 6
    Last Post: 24th July 2006, 11:20 AM
  5. Blank Desktop
    By nuttygeek in forum Windows
    Replies: 5
    Last Post: 12th October 2005, 09:35 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •