This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
NG_KillSwitch/README.md
Stanislav Mykhailenko 9feb845d3c
Initial commit
2023-01-31 15:27:10 +02:00

23 lines
893 B
Markdown

# Computer kill switch
This program is a PC kill switch Telegram bot. It is a project for New Generation.
## Security notice
This program provides no access control, so anyone knowing the bot username is able to use it.
## Features
- disabling and re-enabling keyboard and mouse input
- locking the screen
- formatting partitions
- playing text-to-speech messages
## Limitations
- input lock resets if Control-Alt-Delete is pressed
- volumes used by some software at the time of request cannot be formatted
- works on Windows only
## Usage
Before starting the bot, its token must be put into token.txt file with no newlines. Administrator privileges are required so that the bot is able to disable input and format partitions. Once the bot is started, send /start to its account on Telegram to see what can be done.
## Licensing
All code in this repository is Unlicensed, see UNLICENSE.