From f161ab651de399c9b096f0be073d7e30aaf2d9f9 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 1 Jun 2020 18:18:15 +0200 Subject: [PATCH] added readme. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e657c5e --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# pprio +Change process priority. + +Changes the priority of a Windows process to "Higher". Also works if multiple instances are running. +Priority is updated every 5 seconds. + +Usage: + +pprio -p processName + +Use the "-h" parameter to use "High" priority.