How to fix this event viewer warning ?


  1. Posts : 10,311
    Wndows 10 Pro x64 release preview channel
       #1

    How to fix this event viewer warning ?


    For the past couple of weeks I've been getting the following warning in the event log.

    Certificate for local system with Thumbprint 7f 0f dc b9 50 ca 47 af ce e7 ba 72 e0 c7 24 da c4 10 ac f8 is about to expire or already expired.

    I've had a good look around the web but so far haven't been able to find out what actual certificate this warning is referring to.
    Any ideas anyone ?
      My Computer


  2. Posts : 981
    W10 Pro v21H2
       #2

    DooGie said:
    For the past couple of weeks I've been getting the following warning in the event log.

    Certificate for local system with Thumbprint 7f 0f dc b9 50 ca 47 af ce e7 ba 72 e0 c7 24 da c4 10 ac f8 is about to expire or already expired.
    Does this look like any help? I don't know a certificate from ….

    http://www.goatmale.com/2016/10/powe...rtificate.html

    …. a goat.
      My Computers


  3. Posts : 10,311
    Wndows 10 Pro x64 release preview channel
    Thread Starter
       #3

    mta3006 said:
    Does this look like any help? I don't know a certificate from ….

    http://www.goatmale.com/2016/10/powe...rtificate.html

    …. a goat.
    Thanks for the reply, I had a good read of the page but it didn't really help.
      My Computer


  4. Posts : 226
    Many
       #4

    If it's just a warning you should be able to safely ignore it, but if you want to remove.

    You can use powershell to remove it. Open an elevated powershell prompt.

    $Thumbprint = "7f 0f dc b9 50 ca 47 af ce e7 ba 72 e0 c7 24 da c4 10 ac f8"
    $Thumbprint = $Thumbprint.Replace(' ','') <--- these are all single quotes
    Get-ChildItem -Path Cert:\LocalMachine\ -Recurse | ? {$_.Thumbprint -like $Thumbprint } | Remove-Item

    You could replace the last part in the last line | Remove-Item with | FL * if you want to just see which cert it is
      My Computer


  5. Posts : 10,311
    Wndows 10 Pro x64 release preview channel
    Thread Starter
       #5

    Neemobeer said:
    If it's just a warning you should be able to safely ignore it, but if you want to remove.

    You can use powershell to remove it. Open an elevated powershell prompt.

    $Thumbprint = "7f 0f dc b9 50 ca 47 af ce e7 ba 72 e0 c7 24 da c4 10 ac f8"
    $Thumbprint = $Thumbprint.Replace(' ','') <--- these are all single quotes
    Get-ChildItem -Path Cert:\LocalMachine\ -Recurse | ? {$_.Thumbprint -like $Thumbprint } | Remove-Item

    You could replace the last part in the last line | Remove-Item with | FL * if you want to just see which cert it is
    Thanks I'll give that a try tomorrow.
      My Computer


  6. Posts : 9,790
    Mac OS Catalina
       #6

    Run this command in Powershell. dir cert:\LocalMachine\my | Where-Object { $_.HasPrivateKey } | Foreach-Object { write-host $_.thumbprint - $_.subject } It is because you have a dead certificate stored on that machine. Discussed on here previously. Certificate has expired or is about to? - Windows 10 Forums See https://www.roberthollar.com/Fixes/F...cate%20Warning how to remove the cert. Do not worry about the warning, since it is because of the siteuser having a out of date certificate. It is a safe website. Better information about finding the Cert. How to find the thumbprint/serial number of a certificate? - Powered by Kayako Help Desk Software
      My Computer


  7. Posts : 10,311
    Wndows 10 Pro x64 release preview channel
    Thread Starter
       #7

    bro67 said:
    Run this command in Powershell. dir cert:\LocalMachine\my | Where-Object { $_.HasPrivateKey } | Foreach-Object { write-host $_.thumbprint - $_.subject } It is because you have a dead certificate stored on that machine. Discussed on here previously. Certificate has expired or is about to? - Windows 10 Forums See https://www.roberthollar.com/Fixes/F...cate%20Warning how to remove the cert. Do not worry about the warning, since it is because of the siteuser having a out of date certificate. It is a safe website. Better information about finding the Cert. How to find the thumbprint/serial number of a certificate? - Powered by Kayako Help Desk Software

    Just read your reply and it sounds useful. However a couple of hours ago I located the cert using MMC. it had expired on the 18th December 2018 so would not let me renew it, I just deleted it.
    I'll make note of the Powershell commands you posted for possible future use , Thanks.
      My Computer


 

  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 18:02.
Find Us




Windows 10 Forums