Forum Discussion
vientis
Jun 12, 2026Copper Contributor
How to run all commands with a low process priority?
I'm looking for a way to run all commands or programs on my Windows PC with a low process priority to reduce system resource usage. I want to know if there's a method or setting that allows me to automatically execute commands at a lower priority level without manually adjusting each one.
2 Replies
- AlmaiwIron Contributor
Double-click the .bat file whenever you want to launch that program with low priority. To run multiple programs with low priority, add more start /low lines in the same script.
- FamWanTin Contributor
You can make a priority setting permanent for a specific executable by editing the Windows Registry. This is a more advanced method that doesn't require a shortcut or batch file.