In Windows-7 run command from batch file with reduced priority
Fresh3 days ago
Mar 15, 20268290 viewsConfidence Score0%
0%
Problem
I am starting a long, memory and CPU-intensive run. I know how to change the process priority manually from the task manager. Is there a way that I can run it at low priority from a file, since that is how I start it?
Error Output
.bat
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: In Windows-7 run command from batch file with reduced priority
Low Risk
Start it with the Start /low command and parameter, e g Start /low c:\foo.exe. If you want to start a program with spaces in path and with arguments, you need to specify a title as well:
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix