Make programs run faster with this simple fix
Do your programs run more slowly than you'd like? It's a pretty common problem, but few know how to fix it. If you run them high-priority, everything goes a lot faster. Keep reading for simple instructions.
Setting an Application to High Priority: Quick Steps
- Open “Notepad” from the Start menu in the lower left corner.
- Type: Start “program name” /high “c:\program files\ program location\program.exe” but put the actual program name.
- Click “File,” then “Save As” and name the note as a .bat file.
- Right-click the file and choose “Create Shortcut.” Select “Properties.”
- Click the “Layout” tab.
- Set your screen preferences, then click “Ok.”
- Run the program as usual—it should be faster now.
Steps
-
Open “Notepad” from the Start menu.
-
Type the following command into Notepad: Start “program name” /high “c:\program files\ program location\program.exe”. Change replace "program name" with the program you want to open with high priority (but keep the quotation marks). We use “windows internet explorer” in the example.Advertisement
-
Save the notepad file. Go to File and chose Save As.
-
Save the file as “iexplorer.bat” (or substitute whatever the title of your program is) and chose All Files from the “Save as type” option.
-
Create a shortcut to your batch file. Right click to file and chose the Create Shortcut option.
-
Right click the shortcut file and select Properties.
-
Click the Layout tab.
-
Set your screen preferences. Set screen buffer size, width and height to 1. Set Windows size width and height to 1. Set Windows position left to -487 and top to 0. Click on OK.
-
Run your program as usual. You should notice that it goes faster.
Advertisement
Expert Q&A
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Video
Tips
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
About This Article
Thanks to all authors for creating a page that has been read 216,538 times.
Advertisement