1

I want a more specific classification in the Shutdown Event Tracker, such as 'Windows Update' instead of 'Application Maintenance'. Of course the 'comments' field are always available, but I'm not willing to repeat myself every time. Any ideas?

1 Answer 1

2

Yes. Modify this registry key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Reliability\UserDefined 

Look for a value named ShutdownReasonUI. If it's not there, create a DWORD value key with that name. Add your custom reasons.

BUT ADDING REGISTRY KEYS IS SCARY!

Yes, and you should be careful. However it's an old trick (search for ShutdownReasonUI), and should still work to this day. Here's the sparse documentation about the key itself. YMMV.

2
  • Searched with the registry key and got detailed instructions here. Thanks. Commented Dec 22, 2015 at 5:34
  • By the way, a MULTI_SZ is needed rather than a DWORD. Commented Dec 22, 2015 at 5:35

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.