Taskbar keeps disappearing and cannot get it back w/out restarting!

Anonymous
2009-11-13T18:05:43+00:00

My taskbar keeps disappearing randomly and will not come back until I restart.  Once I restart the taskbar comes back and then disappears again. I have looked at the other solutions from people having similar problems and the solutions do not work.

Windows for home | Previous Windows versions | Accessibility

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2009-11-15T13:15:31+00:00

My taskbar keeps disappearing randomly and will not come back until I restart.  Once I restart the taskbar comes back and then disappears again. I have looked at the other solutions from people having similar problems and the solutions do not work. 

open Task Manager (Ctrl+Alt+Del, click Task Manager)

Click on File>New Task (Run) and enter "explorer.exe" (without the quotes)

Then click OK.

Does it come back?


VP Tech Services

Was this answer helpful?

10 people found this answer helpful.
0 comments No comments

148 additional answers

Sort by: Oldest
  1. Anonymous
    2012-01-11T15:42:41+00:00

    Another way to do it is with a macro.  I have one tied to a hot key that executes a .bat file and performs the same functions.  The code for the .bat file:

    @echo off

    taskkill /f /IM explorer.exe

    explorer.exe

    Even if you execute the .bat file manually (you could put a shortcut on your desktop), it will probably be quicker than going through the steps to open the task manager, kill explorer.exe, and then restart it via the new task interface.

    I hope this helps!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2012-01-14T18:40:32+00:00

    Thank you for your suggestion....sounds good....but I am not all that computer savvy so I don't know how to do a macro and tie to hot key!

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2012-01-16T14:27:07+00:00

    That's based on the keyboard.  I have a MS keyboard with "favorites" keys (Logitech has similar functionality).  These can be set up with the software that comes with the keyboard to open web pages or applications.  One of them is just pointed at the .bat file with the above code.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2012-01-16T23:20:14+00:00

    I went to control panel and just clicked preview for screensaver. It came back immediately.

    Was this answer helpful?

    0 comments No comments