Any way to force the Windows Task Bar to hide (if in "auto hide" mode)

14

2

I have my Win 7 taskbar set to autohide but its often pops up... and just stays visible, obscuring the bottom of all other programs (since they are behaving correctly (as if the Task Bar isn't there b/c it's supposed to autohide).

Any way to force it to HIDE again?

Clay Nichols

Posted 2010-07-30T14:54:22.947

Reputation: 4 494

http://rocketdock.com/addon/misc/3425 – crazypotato – 2014-11-28T03:54:59.660

Answers

9

Adding to what DougMelvin posted, here's a script that I found a while back...

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

Upon saving the batch file, I created a shortcut to the desktop and added shortcut key.

Ex. ctrl+alt+k

This forced the task bar to auto hide when explorer restarted.

Rob

Posted 2010-07-30T14:54:22.947

Reputation: 616

4

This happens to me when a programs want's to give me a notification and windows is set to not show the notification.

The program in question just can't deal with it and keeps trying and the silly taskbar won't go away.

The only solution I have found short of reloggin/rebooting is to open the task manager (Ctrl+Shift+Esc) then find and kill explorer.exe.

Then in the run menu of task manager type "explorer".

Your desktop comes back, all taskbar and notification area icons accounted for (unlike in previous version of windows) and more importantly, your taskbar will now autohide.

No running programs should be harmed.

DougMelvin

Posted 2010-07-30T14:54:22.947

Reputation: 49

1

It won't hide again if you move your mouse over it and then away? I think it should once you restore focus to something else.

Some programs steal focus, which may be causing the issue. One that I have encountered a lot is logitech mouse mapping software - once you launch it, it runs in the background but may randomly steal focus.

Next time it happens, click on one of your open windows and see if the taskbar goes away again.

Are you using any mouse or keymapping programs?

JNK

Posted 2010-07-30T14:54:22.947

Reputation: 7 642

0

This will not eliminate the root cause, but it will hide the task bar.

  1. Click on the "search button" in the task bar. The search dialog box will open.
  2. Click on an empty area of your desktop.

The task bar will hide.

Salim

Posted 2010-07-30T14:54:22.947

Reputation: 1

0

The Auto-Hiding of the "Task-Bar" can be forced by Two Subsequent Left-Clicks on the "Start" Button.

user1018743

Posted 2010-07-30T14:54:22.947

Reputation:

Sorry, but I didn't understand what you're trying to convey. – gronostaj – 2019-11-14T17:59:06.880

Strange, @gronostaj. We have been as explicit as we could. It is quite simple: the auto-hiding of the "Task-Bar" can be forced by Two Subsequent Left-Clicks on the "Start" Button. Is it clearer now? – None – 2019-11-14T19:04:04.523

Now I get it. You could replace your entire answer with just this one sentence and I would consider it a significant improvement. People who come here want to get their problem solved. A clear, concise sentence is better than two screens of unhelpful text with screenshots and an unrelated Mick Jagger story. I appreciate your effort, but it's counter-productive. – gronostaj – 2019-11-15T06:59:36.227

Did that, @gronostaj. – None – 2019-11-17T19:02:03.050

0

Ime this happens when a program has some sort of "notification" or alert (sometimes these are not obvious). Typically the app icon on the taskbar will be lit or highlighted in some way. If that's the case for you just click the app icon (bring the prog window forward/into focus) and the task bar will hide normally after that.

JoelAZ

Posted 2010-07-30T14:54:22.947

Reputation: 537

-1

See this, attached file at bottom of first post, instructions on another page.

http://www.sevenforums.com/customization/44913-disabletaskbarontop-disable-taskbar-always-top.html

Moab

Posted 2010-07-30T14:54:22.947

Reputation: 54 203