JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Solved Reliability Monitor and System Health ReportHi the following shortcuts
Hi
the following shortcuts
perfmon.exe /rel runs reliability monitor
perfmon.exe /report runs System Health Report
permon.exe /sys runs a standalone Performance Monitor
After entering Reliability Monitor you will see down the bottom View problem Reports and I would love to have a shortcut just to see problem reports not action center only problem reports
Anything which has its own window must have a command to run it.Can anyone tell me the command launch problem reports not action center
thank you
PTWD
So do you want a shortcut for each command or one to run all of them? Should be an easy batch file...
You can run all three from one batch file...
Open notepad...
Type the following:
perfmon.exe
perfmon.exe /rel
perfmon.exe /report
Now save it as "whatever.bat" to your desktop... I called mine perfmon.bat.
For whatever reason, if I put the perfmon.exe line last it would only run the first 2...???
I didnt like the first file because the command prompt window remained open after executing the batch file.. so change it to this:
START perfmon.exe
START perfmon.exe /rel
START perfmon.exe /report
EXIT
PS... create the first one... run it and then right click the batch file and edit it, then run again... the second one is cooler!
Last edited: Sep 9, 2011
Computer Manufacturer/Model Number Homebrew PC - "Alpha_Dawg" OS Windows 7 Ultimate 64 bit Steve Ballmer Signature Edition CPU Intel Core 2 Quad - Q9550 - 2.83GHz stock - OC'd to 3.6GHz Motherboard Gigabyte EP45-UD3P Memory 4GB DDR2 800MHz (PC6400) OCZ Reaper Graphics Card(s) Nvidia GE Force 8800 GTS Sound Card Asus Xonar DX Monitor(s) Displays Samsung SyncMaster 2333HD Screen Resolution 1920 x 1080 Hard Drives WD Caviar Black 750GB - 7200RPM - 32MB cache
WD Caviar Green 1.5TB - 5400RPM - 64MB cache
WD Caviar Green 2.0TB - 5400RPM - 64MB cache PSU PC Power & Cooling Silencer 750 Case Gigabyte 3D Aurora Cooling Case is Air - 5ea. 120mm fans (mix of Arctic and Xigmatec) Keyboard MS Natural Wireless KB Mouse MS Wireless Mouse Internet Speed 50 mbps down/5 mbps up Other Info AVerMedia - AVerTVHD G2 Dual Tuner Card
hi
thanks for answwering my thread darryl licht but you misunderstand I already have shortcuts for the three permon switches what I am looking for is a shortcut for problem reports
I dont want to open Action Centre I know three seperate commands already for that but I want to open problem reports directly by passing Action Center
thank you
ptwd
Sorry, yes I didnt catch that. According to what I could find there is only one other command line option for perfmon.exe
perfmon /res --- opens resource monitor, and there is no command line help file associated with perfmon as perfmon /? doesnt work!
Computer Manufacturer/Model Number Homebrew PC - "Alpha_Dawg" OS Windows 7 Ultimate 64 bit Steve Ballmer Signature Edition CPU Intel Core 2 Quad - Q9550 - 2.83GHz stock - OC'd to 3.6GHz Motherboard Gigabyte EP45-UD3P Memory 4GB DDR2 800MHz (PC6400) OCZ Reaper Graphics Card(s) Nvidia GE Force 8800 GTS Sound Card Asus Xonar DX Monitor(s) Displays Samsung SyncMaster 2333HD Screen Resolution 1920 x 1080 Hard Drives WD Caviar Black 750GB - 7200RPM - 32MB cache
WD Caviar Green 1.5TB - 5400RPM - 64MB cache
WD Caviar Green 2.0TB - 5400RPM - 64MB cache PSU PC Power & Cooling Silencer 750 Case Gigabyte 3D Aurora Cooling Case is Air - 5ea. 120mm fans (mix of Arctic and Xigmatec) Keyboard MS Natural Wireless KB Mouse MS Wireless Mouse Internet Speed 50 mbps down/5 mbps up Other Info AVerMedia - AVerTVHD G2 Dual Tuner Card