/monitorping

Script that automatically pings a device on your network and turns your monitor on/off

Primary LanguagePowerShellGNU General Public License v3.0GPL-3.0

MonitorPing

Github top language Github language count Repository size License

MonitorPing 🚀 One more cool useless thing


About   |   Features   |   Technologies   |   Requirements   |   Settings   |   Starting   |   License   |   Author


🎯 About

MonitorPing will check the connection between your computer and the desired IP. If the ip can't be reached all monitors from said pc will be turned off.

✨ Features

✔️ Can be initialized without a window, or, added to task schedule from windows;
✔️ Configurable timers and ip;
✔️ Installer file that will import and move everything for you!;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to allow script execution on PowerShell

set-executionpolicy remotesigned

🔧 Settings

Setting up MonitorPing

You can install by running the install script.

./install.ps1
# Now follow the installation instructions

🏁 Starting

Run MonitorPing by either:

Adding it to a task under windows scheduler or ./start.ps1

To hide go to your config.ini file and add hidden=1 under the [CONFIG] category like this:

[CONFIG]
hidden=1

📝 License

This project is under license from GNU GPL 3. For more details, see the LICENSE file.

Made with ❤️ by Nodge

 

Back to top