Skip to content

Instantly share code, notes, and snippets.

@Barry1
Last active March 8, 2024 12:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Barry1/7633d00104a1250faf1af9e36121d38b to your computer and use it in GitHub Desktop.
Save Barry1/7633d00104a1250faf1af9e36121d38b to your computer and use it in GitHub Desktop.
Process Priorities - easy Handling on Windows
title author
Process Priorities - easy Handling on Windows
Dr. Bastian Ebeling

Prio – Process Priority Saver

Have you ever changed the priority of a process in the Task Manager? Do you have to do it often? Do you want your database server or media player to know the priority it should work with?

Prio - Process Priority Saver. This compact program allows you to save the priority you specify for any process.

Example Picture

Config Files

  • Admin %SystemRoot%\prio.ini
  • User %APPDATA%\prio.ini

Admin Example

@import "C:\Windows\prio.ini"

User Example

@import "C:\Users\der_b\AppData\Roaming\prio.ini"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment