How can I hide Esent Event id 642 using registry?


  1. Posts : 25
    Windows 10 PRO 64 Bit
       #1

    How can I hide Esent Event id 642 using registry?


    There is no gui id for this event id so I am not able to disable the logging of these warnings from registry. Is there any other way?
      My Computer


  2. Posts : 4,805
    Windows 11 Pro 64 Bit 22H2
       #2

    • Press Windows key + R to invoke the Run dialog.
    • In the Run dialog box, type notepad and hit Enter to open Notepad.
    • Copy and paste the syntax below into the text editor.

    @echo off
    date /t & time /t
    echo Dism /Online /Cleanup-Image /StartComponentCleanup
    Dism /Online /Cleanup-Image /StartComponentCleanup
    echo ...
    date /t & time /t
    echo Dism /Online /Cleanup-Image /RestoreHealth
    Dism /Online /Cleanup-Image /RestoreHealth
    echo ...
    date /t & time /t
    echo SFC /scannow
    SFC /scannow
    date /t & time /t
    pause

    • Save the file with a name and append the .bat file extension – eg; SFC_DISM_scan.bat.
    • Repeatedly run the batch file with admin privilege (right-click the saved file and select Run as Administrator from the context menu) until it reports no errors.
    • Restart your PC.
      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 11:20.
Find Us




Windows 10 Forums