Reliability Monitor is blank

Page 2 of 2 FirstFirst 12

  1. Posts : 800
    Windows 10 Home x64
       #11

    joeandmarg0 said:
    Your courteous reply is noted.
    In Post 1,para 2, you claimed a problem with Defender.
    In para 2 stated it was continuing.
    Nowhere in subsequent posts was it ever "fixed".
    The "obvious" operation of dism is not obvious via your posts.
    Reliability Monitor is reporting faults,as it should.Defender carries out the downloading,Monitor only confirms success or failure.
    Should Defender not operate normally,neither will Monitor.
    You are very welcome.

    You completely failed to notice though that posts 1 & 2 have nothing to do with me as I did not write them - I merely piggy-back off this thread. I therefore trust this sorts this Defender business which - as I wrote - has nothing to do with it at all.

    Also, rest assured that DISM returns expected results and this can also be discounted here.
    Also, had you looked at the screenshot supplied in the post #7 carefully you would no doubt have spotted that any software installation, update or reconfiguration triggers input which is (should be) logged in the Activity Monitor.

    Which is exactly what's missing on my PC since 12/06 and which my posts are about.
      My Computers


  2. Posts : 1,572
    win10 home
       #12

    The normal procedure is to start your own thread,not steal from another.Isolation is required because of your LOCVID20.
    Lack Of Courtesy Virus IDentifier2020.
      My Computer


  3. Posts : 800
    Windows 10 Home x64
       #13

    I merely piggyback here looking for similarities and hoping that somebody genuinely in the know can share helpful some hint or advice.

    It also helps others previously contributing in such thread to learn from it.

    Your charades are great, but perhaps it's time you grew up.
      My Computers


  4. Posts : 1,572
    win10 home
       #14

    My mistake.
    All my posts were directed to Pliskken's post and you conned me into thinking you were also.
    Did not realise you were sneakily pirating his problem.
    Thanks for alerting me to the unpleasant aspects of the situation.
    This time it is definitely my pleasure.
      My Computer


  5. Posts : 800
    Windows 10 Home x64
       #15

    In my quest I just landed here:

    https://docs.microsoft.com/en-us/pre...ovider-classes

    And all I can say is that the second WMI class (Win32_ReliabilityStabilityMetrics class) works as expected and returns all results in PowerShell:

    Code:
    PS C:\WINDOWS\system32> get-wmiobject Win32_ReliabilityStabilityMetrics -computername 127.0.0.1 -property "SystemStabilityIndex" |
    >>   select-object -first 1 SystemStabilityIndex | format-table *
    
    SystemStabilityIndex
    --------------------
                   5.949
    matching what I see in the Reliability Monitor, the first one (Win32_ReliabilityRecords class) seems also returning some errors:

    Code:
    PS C:\WINDOWS\system32> get-wmiobject Win32_ReliabilityRecords -computername 127.0.0.1 -property Message |
    >>   select-object -first 5 Message | format-list *
    
    
    Message : Installation Successful: Windows successfully installed the following update:
              9NBLGGH4QGHW-Microsoft.MicrosoftStickyNotes
    
    get-wmiobject : Generic failure
    At line:1 char:1
    + get-wmiobject Win32_ReliabilityRecords -computername 127.0.0.1 -prope ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], ManagementException
        + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.GetWmiObjectCommand
    Sticky notes app got actually updated yesterday, so this entry is present okay somewhere.

    My Windows 8.1 laptop returns in the latter case:

    Code:
    PS C:\WINDOWS\system32> get-wmiobject Win32_ReliabilityRecords -computername 127.0.0.1 -property Message |
    >>   select-object -first 5 Message | format-list *
    >>
    
    
    Message : Installation Successful: Windows successfully installed the following update: Security Intelligence Update
              for Microsoft Defender Antivirus - KB2267602 (Version 1.317.1926.0)
    
    Message : Installation Successful: Windows successfully installed the following update: Security Intelligence Update
              for Microsoft Defender Antivirus - KB2267602 (Version 1.317.1900.0)
    
    Message : Installation Successful: Windows successfully installed the following update: Security Intelligence Update
              for Microsoft Defender Antivirus - KB2267602 (Version 1.317.1832.0)
    
    Message : Faulting application name: wwahost.exe, version: 6.3.9600.17415, time stamp: 0x545036ce
              Faulting module name: KERNELBASE.dll, version: 6.3.9600.19724, time stamp: 0x5ec5262a
              Exception code: 0xe0434352
              Fault offset: 0x0000000000007afc
              Faulting process id: 0x46d8
              Faulting application start time: 0x01d6474c8ea2162e
              Faulting application path: C:\WINDOWS\system32\wwahost.exe
              Faulting module path: C:\WINDOWS\system32\KERNELBASE.dll
              Report Id: 13732712-b340-11ea-8156-7c5cf83b9b05
              Faulting package full name: AppUp.IntelExperienceCenter_1.9.1.8_x64__8j3eq9eme6ctt
              Faulting package-relative application ID: App
    
    Message : Installation Successful: Windows successfully installed the following update: Security Intelligence Update
              for Microsoft Defender Antivirus - KB2267602 (Version 1.317.1777.0)
    And:

    Code:
    PS C:\WINDOWS\system32> get-wmiobject Win32_ReliabilityRecords -property @("SourceName", "EventIdentifier") |
    >>   group-object -property SourceName,EventIdentifier -noelement | sort-object -descending Count |
    >>   select-object Count,Name | format-table *
    >>
    
                                                          Count Name
                                                          ----- ----
                                                             54 Microsoft-Windows-WindowsUpdateClient, 19
                                                             18 Application Error, 1000
                                                             14 MsiInstaller, 1035
                                                             11 MsiInstaller, 1033
                                                              8 Microsoft-Windows-UserPnp, 20001
                                                              5 MsiInstaller, 1036
                                                              2 MsiInstaller, 1038
    And without any errors. So I think I'm onto something here.

    Any PowerShell/WMI & scripting aficionado here who is able to assist in troubleshooting?
      My Computers


  6. Posts : 800
    Windows 10 Home x64
       #16

    For those who are interested in the solution:

    Reliability Monitor suddenly shows blank history (except critical events and stability index) | Page 2 | Sysnative Forums

    EDITED TO ADD:

    I probably should also have added that all commands based on
    get-wmiobject as quoted above return normal result now. Which actually is quite interesting...
    Last edited by krzemien; 17 Jul 2020 at 12:45. Reason: Additional Information Added
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 07:54.
Find Us




Windows 10 Forums