Skip to content

pash2048/taskbar-hider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NPM package that provide hiding windows taskbar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published