Let task explorer always run with realtime priority

1

I have replaced task manager by process explorer from sysinternals. I would like this to always run at realtime, so that I can easily get it open when my system is really slow. I have noticed that it can take a while to start this program at those moments.

I have gone over the different options mentioned on SU. I can't change the shortcut, it immediately opens the .exe. I also can't use the task manager plugins/extensions, as I'm not using task manager.

Any idea what I could do? Preferably without installing any other software.

That is, if the priority would have any effect on starting the program.

Simon Verbeke

Posted 2012-09-17T22:34:41.207

Reputation: 3 553

Windows is designed specifically to NOT allow any executable to have higher priority than another when starting up, otherwise everyone would do it. You'll have to change it once it's started. – None – 2012-09-17T23:30:43.427

Can't edit the shortcut? Are you right-clicking and selecting Properties? – kreemoweet – 2012-09-18T02:20:33.537

Answers

0

This can be done easily. create a batch file with the following and create a shortcut to it.

start /realtime \ps.exe

Keltari

Posted 2012-09-17T22:34:41.207

Reputation: 57 019

I have replaced task manager with process explorer. This means that whenever I click to open task manager, it open process explorer instead. It also means there is no shortcut involved anywhere in the process. – Simon Verbeke – 2012-09-18T16:32:58.637

hm. how did you do the replace? you could possible rename taskmgr.exe and create an exe that calls the start ps.exe – Keltari – 2012-09-18T16:37:21.300

It's an option in task explorer, so i have no idea what happens when replacing it. – Simon Verbeke – 2012-09-18T16:39:02.017

it might be worth a shot. worst case you just put it back. – Keltari – 2012-09-18T16:39:32.733