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.