> Batch File for set app to: high priority

  • Thread starter Thread starter Guest
  • Start date Start date
Simply create a file in Notepad with the command

START EXCEL /ABOVENORMAL

or

START EXCEL /HIGH

Depending on the priority you want. Save it as EXCELSTART.BAT and save it in the same folder as the EXCEL.EXE file is in. For Excel 2003 this is:

C:\Program Files\Microsoft Office\OFFICE11

Then right click the BAT file you just created and select Send To, Desktop (Create Shortcut).
 
Hi, thanks!, gave a try but not sure if working. Task Manager still shows as
in a normal state. is that correct? I get the idea about having in
same/root directory as command is located, for executing without a path.

tried: START EXCEL.EXE /HIGH as well, but no diff (single or double
space between items?) thanks
 
It does the same here. I don't know, off the top of my head, anyway to see what "priority" a process is running with.
 
Back
Top