Changes between Version 52 and Version 53 of Windows Eleven Tweeks


Ignore:
Timestamp:
09/13/23 08:38:02 (15 months ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows Eleven Tweeks

    v52 v53  
    197197}}}
    198198
    199 
     199== Disable dump stack logging ==
     200
     201{{{
     202Anyway, dump stack logging can be disabled. To do so, enforce the following setting in Windows Registry:
     203
     204[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
     205"EnableLogFile"=dword:00000000
     206
     207In other words:
     208
     209    Open the Registry Editor.
     210    Navigate to "HKEY_LOCAL_MACHINE", "SYSTEM", "CurrentControlSet", "Control", and finally "CrashControl"
     211    Once you've opened the "CrashControl" key, look at the values pane to the right and look for "EnableLogFile".
     212    If it doesn't exist, create it. Its type must be "DWORD".
     213    Set its value to 0.
     214    Exit the Registry Editor.
     215}}}
    200216
    201217== Fix Windows Update ==