Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeliePick authored Feb 12, 2024
1 parent 35046c9 commit ed034d9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# ![icon](https://github.com/AmeliePick/Process-Stopper/assets/43295585/f1152f82-d9f4-4338-b75e-8107afa1f48f) Process Stopper [Windows]
This is a simple background program(less 100 code lines in C++) which just suspend active
program by pressing ESC key for 2 seconds.

## Typical usage
It can be useful in games with high usage of hardware even in game pause menu and when you need leave your PC for some time during the game.

It can be added into windows tasks and autoload as well.

## Controls
*Suspend the app* - focus the application, press ESC for 2 seconds.

*Resume the app* - click ESC 1 time(it's not necessary to focus suspended app).

## ⚠️ Warning ⚠️
Some apps cannot run normally after suspending.

---
Tested on Windows 10.

0 comments on commit ed034d9

Please sign in to comment.