Jump to content

Resetting the *Reliability Monitor*


pc71520

Recommended Posts

The Reliability Monitor can be found in Control Panel\All Control Panel Items\Action Center\Reliability Monitor

xbtm9kpilpc3pjvu9d_s.png

Following, it is the content of a batch file that Clears the Reliability Monitor

:: Set console.
:: /************************************************************************************/
:mode
echo off
mode con cols=78 lines=30
color 17
cls
echo.
reg add "HKLM\SOFTWARE\Microsoft\Reliability Analysis\WMI" /v WMIEnable /T REG_DWORD /D 1 /F
del /f /S /Q /A "%ProgramData%\Microsoft\RAC\PublishedData\*"
del /f /S /Q /A "%ProgramData%\Microsoft\RAC\StateData\*"
for /F "tokens=*" %%G in ('wevtutil.exe el') DO (call :do_clear "%%G")
goto:eof
:do_clear
echo clearing %1
wevtutil.exe cl %1

1) Copy the above.

2) Open Notepad.

3) Paste what you Copied.

4) Save as Reset Reliability Monitor.cmd.

 

1) Running the Reset Reliability Monitor.cmd file

and

2) Rebooting your system

will result in a clean Reliability Monitor.

 

You can check the status of Reliability Monitor by:

1) Creating a Shortcut for C:\Windows\System32\perfmon.exe /rel

and

2) Naming it Reliability Monitor.

xwl32frenr6n43j51695_s.png

Link to comment
Share on other sites


  • Views 555
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...