Shutdown Event tracker cannot be turned off

jiacheng.liu15

New Member
Hello all,

I haev been trying to create a personalized W11 image based, but I do not know which setting has resulted me activating the window server "shutdown event tracker" funcionality. What's more, I have tried every registry tweak that I can conceivably found, including:
- eliminating:
\HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability
.\DirtyShutdown
.\DirtyShutdownTime
- Setting
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability
.\ShutdownReasonUI = 0
- Trying to locate "Display Shutdown Event Tracker" in group policy, which simply isn't there.

Unfortunately, none of that seems to work. I am very confused since I cannot think of a setting that would enable it by default.
1700293782498.png1700293803178.png
 

Attachments

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability]
"ShutdownReasonOn"=dword:00000000
or
Code:
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Reliability" /v ShutDownReasonOn /t REG_DWORD /d 0 /f
 
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability]
"ShutdownReasonOn"=dword:00000000
or
Code:
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Reliability" /v ShutDownReasonOn /t REG_DWORD /d 0 /f
Sure as heck did it. Thank you!
 
Back
Top