1.0.1 • Published 2 years ago

taskbar-hider v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

taskbar-hider

A node module to hide or show windows taskbar

Installation

You must have Visual Studio Community installed in order to install this package.

yarn add taskbar-hider

or

npm install taskbar-hider

Usage

Using require syntax

const TaskbarHider = require("taskbar-hider");

TaskbarHider.hideTaskbar();
//Hides the taskbar

TaskbarHider.showTaskbar();
//Shows the taskbar

TaskbarHider.toggleTaskbar();
//Shows the taskbar if it is hidden and vice versa

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT