Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1007 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 1007 Bytes

HideTaskbar

A simple utility that hides your taskbar. Must be run after explorer.exe, i.e. after the taskbar window has been created.

Motivation

I use a tiling window manager on windows and do not see the need for the taskbar since I will never use it. Since there is no native way to hide the taskbar completely, I created this simple application.

When will this be a native windows feature?

Windows Settings

Usage

You can download the latest release here or compile from source.

If you run the application without any command line arguments, it will run in the background and try to hide the taskbar window every second.

Hint: You can move the exe into your startup folder to make it run on boot

You can run the application with the following arguments:

  • --hide: Hides the task bar and then exits
  • --show: Shows the task bar and then exist