I'm running windows 7 and I want to create a link to the resource monitor that I can place anywhere. But all I've been able to do was pin it to the taskbar and not the start menu. Is there a command to run the RM so that I can paste it inside a shortcut?

The reason is that I have a costumized toolbar on my taskbar that groups the most useful/common control panel applications (such as system restore and windows update) and I'd like the resource monitor to be in there. Any ideas?

Thanks

EDIT:Changed to say Resource monitor, instead of Performance Monitor.

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

Create a shortcut with this as target:

%windir%\system32\perfmon.exe /res
link|improve this answer
+1 I just tried this and it works form me - thanks! – jmsmcfrlnd Nov 4 '09 at 17:23
My bad, I ment resource monitor instead of performance monitor. Just edited my question to fix that. Still know of a way? =) (+1 for the correct answer anyway) – Bruce Connor Nov 4 '09 at 17:53
Changed accordingly! – Snark Nov 4 '09 at 17:55
Thanks, it works great! Actually, I tested it like then times, and it always ran performance monitor anyway. When I was about to comment on my failure, I tested it again and it worked perfectly. =P Thanks again. – Bruce Connor Nov 4 '09 at 18:04
feedback

Although it's off topic this is fun, or frightening depending on your point of view.

perfmon -report

perfmon /report (if you prefer)

link|improve this answer
cool , didnt know that one – yoshco Jan 14 at 11:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.