1.0.1 • Published 3 years ago
taskbar-hider v1.0.1
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-hideror
npm install taskbar-hiderUsage
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 versaContributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.