Windows 7 taskbar missing but start orb is there. (At startup)

kool123

Distinguished
Feb 19, 2011
4
0
18,510
OS: Windows 7
Windows starts up, desktop icons and the start orb are there but not the actual task bar, but everything works fine. But I cannot see the icons on the task bar or the taskbar its self.
Thanks
 
Hi. #

If you are moving your mouse cursor all the way down (or wherever you have placed your task bar by default), but it won't show up, try pressing the Window key, typically found between the CTRL and the Alt keys. You can also press CTRL+ESC and achieve the same result. If your Start menu pops up after performing either action, this is your chance to manually resize your Windows task bar, as you had probably minimized it by accident.
#
2

In case the above step does not fix the issue, try launching the Task Manager by pressing CTRL+Alt+DEL. In the window that pops up, go to the File menu, click on New Task, and type "Explorer" or "Explorer.exe", without the quotes. This action will basically restart the main shell that allows you to see your desktop icons, launch the task bar and initiate most of the visualizations you see on your Operating System. If this does not do the job, you may need to scan for malware
 
Cheers man, it works when I terminate explorer and then I restart explorer again. Wonder why it happens though? Is there a process to make sure the task doesn't have to be required every start up?
Many thanks. :)
 
The same thing is happening to me when I come out of sleep mode sometimes. I do use hybrid sleep, and I have it set to not need the password after sleep. Is this the problem? I tried a file check, but it still happens. I use Kaspersky PURE as an antivirus.
 
I have a similar issue. It occurs on the administrator account, but not the standard user accounts. as a stop gap measure I created a .bat file to stop and restart explorer. But I sure would like to know what is causing it. Windows 7 Pro 64-bit.

\/ \/ \/ \/ The bat file \/ \/ \/ \/

@echo off
taskkill /f /im explorer.exe
sleep 4
start explorer.exe
 


Same issue on Win 7 Ultimate X64.