Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
updated to 2.0
Browse files Browse the repository at this point in the history
you'll get information about using the new features.
  • Loading branch information
J61n committed Feb 15, 2015
1 parent de3e231 commit 2184b9b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ A tool to hide the Windows taskbar

VanishBar is a Win32 console application written in C++ that has the ability to hide or show the Windows taskbar. This could be helpful in situations like the following one: You're trying to run LiteStep on top of Windows Explorer and you're having the problem that the Windows Explorer flickers through LiteStep.

This tool can be used by creating and running a shortcut of 'VanishBar.exe' with the following arguments.
How to use it (the easy way)

Just start 'VanishBarUI.exe' and click 'Hide taskbar' to hide your taskbar or the other one to show your taskbar.

How to use it (the not-so-easy-but-almost-invisible way)

You can use the console application by creating and running a shortcut of 'VanishBar.exe' with the following arguments.

Usage: VanishBar.exe [-t] -h/-s

* -t When this argument is given, messages won't be shown.
* -c Tells you, if your taskbar is visible or not. Using '-t' with this attribute is senseless.
* -h Hide the taskbar
* -s Show the taskbar again

Expand Down

0 comments on commit 2184b9b

Please sign in to comment.