taskbar-hider

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i taskbar-hider

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

4 kB

Total Files

6

Last publish

Collaborators

  • pash2048