How to extend the shutdown cancellation timeout

Varade, Sagar 0 Reputation points
2023-11-08T14:36:18.91+00:00

I have to gracefully close one application before shutdown but it took more than 1 minute and then windows shutdown gets cancel.

So I wan to know How can we extend the shutdown cancellation timeout?

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 24,476 Reputation points MVP
    2023-11-09T02:13:26.49+00:00

    Keep in mind that extending the shutdown cancellation timeout can be useful in certain situations, but it also means that it will take longer for your computer to shut down.

    In Start Search type "regedit" (without quote) and press Enter. This will open the Windows Registry Editor.

    Navigate to the following registry location:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability

    • Right-click on the right pane, select "New," and then choose "DWORD (32-bit) Value."
    • Name this new DWORD as "UIShutdownBlockTimeout."
    • Double-click on "UIShutdownBlockTimeout" to edit its value.
    • In the "Value data" field, enter the timeout value in seconds. For example, if you want a 5-minute (300 seconds) timeout, enter "300."

    Reboot.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.