How to disable shutdown tracker

Shutdown tracker can be annoying feature particularly in test environments where you frequently shut down and restart Windows servers. You can easily disable this feature however by using the REG ADD command to modify the registry like this:

reg add “HKLM\SOFTWARE\policies\microsoft\Windows NT\Reliability” /v ShutdownReasonUI  /t REG_DWORD /d 0 /f

Mitch is a ten-time recipient of the Microsoft Most Valuable Professional (MVP) award and a widely recognized expert on Windows Server and cloud computing technologies.  For more information see http://www.mtit.com.

About The Author

Leave a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Scroll to Top