AAO25.com

Community => Games & Programming => Topic started by: Spanky on Monday, March 01, 2010, 02:09:21 AM

Title: Startup programs with low thread priority
Post by: Spanky on Monday, March 01, 2010, 02:09:21 AM
I started using this for Rainmeter since at times it can get a bit CPU intensive when I really need those cycles for games and whatnot. I googled and googled and found a few switches that can be done. Basically, make a txt file in the directory of the program, paste the following code in the text, save it, rename it to startup.bat. It's pretty simple and works good.

My rainmeter.bat is located here:C:\Program Files\Rainmeter and has the following text:
Code: [Select]
cmd /c start /low Rainmeter.exeOf course replace "Rainmeter" with whatever program you are going to use.