This is from my stupid demo trick series (okay, this is the first in such a series, and may be the last….). With a recent Windows 7 demo I was doing there is a set of perf counters I wished to show quickly in a report view. Setting it up is a many click process:
- Run Perfmon
- Click on Perfmonance Monitor
- Go to Add counters
- Delete the Processor Counters
- Scroll through the list of counters to the one I want
- Add it
- FAIL, you really added other counters
- Delete thoose, find the real ones, add them
- Click twice on the report button to change the Graph Type to report
Considering that I want to be talking to people about some great new feature not practicing my mouse skills, I really wanted this to be a single step open a shortcut sort of thing. Well rejoice for me, because I figured out how to do this.
- Run mmc
- Add the performance snapin
- Do all the steps from before
- turn off Actions and the console tree
- File –> Save As “DemoCounter.msc”
Now, All I have to do is open the msc file I created. It goes directly to the counters and the view I want.
tada.!