Disable logging


  1. Posts : 234
    Windows 10
       #1

    Disable logging


    Open the PROPERTIES sheet for most any Event Viewer item and there is a check mark in the "Enable logging" box.
    However, the box is grayed out, so it cannot be UNchecked. Can this be done?
      My Computers


  2. Posts : 5,452
    Windows 11 Home
       #2

    It can be done via registry, but be careful about, what you disable. I disable those:

    Code:
    reg add "HKLM\System\CurrentControlSet\Control\WMI\Autologger\Audio" /v "Start" /t REG_DWORD /d "0" /f
    reg add "HKLM\System\CurrentControlSet\Control\WMI\Autologger\FaceRecoTel" /v "Start" /t REG_DWORD /d "0" /f
    reg add "HKLM\System\CurrentControlSet\Control\WMI\Autologger\FaceUnlock" /v "Start" /t REG_DWORD /d "0" /f
    reg add "HKLM\System\CurrentControlSet\Control\WMI\Autologger\ReadyBoot" /v "Start" /t REG_DWORD /d "0" /f
    reg add "HKLM\System\CurrentControlSet\Control\WMI\Autologger\WiFiSession" /v "Start" /t REG_DWORD /d "0" /f
    Last edited by TairikuOkami; 29 Mar 2017 at 04:32.
      My Computer


  3. Posts : 234
    Windows 10
    Thread Starter
       #3

    Thanks for the feedback.
      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 03:31.
Find Us




Windows 10 Forums