taskbar-hider
v1.0.1
Published
NPM package that provide hiding windows taskbar
Downloads
4
Maintainers
Readme
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.