Task Host Window Prevents Windows Shutdown

8

3

Since a few days, Windows won't shut down anymore, instead, a message appears which says that "Task Host Window" is preventing shutdown.

Screenshot

And after a while, this message disappears and Windows gets back to normal instead of shutting down.

How can I fix this, without me having to click each time manually on "Shutdown anyway"?

Simon Ferndriger

Posted 2017-08-17T15:14:29.990

Reputation: 201

disable the task RegisterUserDevice in task scheduler under \Microsoft\Windows\DeviceDirectoryClient and look if windows still works. – magicandre1981 – 2017-08-17T15:38:12.817

Have you tried these options.

– vembutech – 2017-08-17T16:48:36.817

@magicandre1981 "Look if Windows still works"? Sounds not ver promising to me! – Simon Ferndriger – 2017-08-18T09:41:33.850

@vembutech Method 3 worked, thanks. If you post this as an answer, I can officially tag it. – Simon Ferndriger – 2017-08-18T09:48:31.763

Ms no longer documents what all those tasks do, so do some trial error. this task invokes the DeviceDirectoryClient.dll but I have no idea what this dll does. – magicandre1981 – 2017-08-18T15:24:53.357

@vembutech You are welcome. Can you perhaps upvote this question? Somehow it got a negative voting...? – Simon Ferndriger – 2017-08-23T11:32:26.690

Answers

3

Edit WaitToKillServiceTimeout via Registry Editor WaitToKillServiceTimeout determines how long the system waits for services to stop after notifying the service that the system is shutting down. This entry is used only when the user issues a shut-down command by clicking the Shut Down

Hold the Windows Key and Press R. Type regedit and Click OK. Navigate to the following path:

HKEY_LOCAL_MACHINE -> SYSTEM -> CurrentControlSet -> Control

In the Right Pane double click WaitToKillServiceTimeout and change value to 2000, Click OK. By default, the value is 12000.

Now navigate to the following path:

HKEY_CURRENT_USER -> Control Panel -> Desktop.

With Desktop highlighted in the left pane, right click in the blank space in right pane and choose New > String Value. Name the String Value WaitToKillServiceTimeout.

Now Right click on WaitToKillServiceTimeout and click Modify. Under Value data, type 2000 and click OK. Exit out of Registry Editor and reboot. Then test to see if the issue is resolved.

This URL may expire or deleted so, I have pasted here the answer.

vembutech

Posted 2017-08-17T15:14:29.990

Reputation: 5 693

7

This problem is related with the new Fast Startup (also name as Hybrid Shutdown) feature introduced in Windows 10. If you are facing Shutdown or Reboot problems in Windows 10, you can get rid of it by disabling this new Fast Startup/Hybrid Shutdown feature and doing a complete shutdown.

  1. Press Windows Key + R then type powercfg.cpl to open Power Options window.
  2. Click on the “Choose what the power buttons do” link
  3. Find “Turn on fast startup (recommended)” option given in Shutdown settings section. Uncheck the checkbox to disable the option. Click “Save Changes” button.
  4. Restart your system.

Read more: https://windows10freeapps.com/task-host-window-prevents-shut-down-windows-10/

LinhLz

Posted 2017-08-17T15:14:29.990

Reputation: 71

I can confirm that turning this feature, and my PC, off and on again, allows me to successfully turn my PC off and on again. – IMSoP – 2018-05-09T22:44:48.833

unfortunately it appears microsoft removed that specific setting from that window, and I was unable to locate where they placed it instead. – Tuncay Göncüoğlu – 2018-07-06T15:10:04.953

1

The same message appeared every time I shut down Windows 10. But now the problem has been solved. I ran Windows Defender Offline. Thereafter the message did not appear at all and the System shuts down smoothly and quickly.

Settings --> Update and Security --> Windows Defender --> Open Windows Defender Security Center --> Virus and Threat protection --> Advanced Scan --> Windows Defender Offline Scan --> Scan now.

Reply

Kannan Iyyengar

Posted 2017-08-17T15:14:29.990

Reputation: 11

0

I had this problem too. Settings --> Update and Security --> Windows Defender --> Open Windows Defender Security Center --> Virus and Threat protection --> Advanced Scan --> Windows Defender Offline Scan --> Scan now. Same as Kannan worked fine for me. After looking Microsoft website for some time, it seems this is linked with a step getting stuck during fast reboot process. Running windows defender or putting off fast reboot is just cleaning the task list. You should theoretically be able to re-activate fast boot after you have done a reboot without it.

Laurent Berti

Posted 2017-08-17T15:14:29.990

Reputation: 1

-1

You all might think I am totally nuts ... but ... I have been scouring the net looking for a reliable solution to this problem ... today I had to do a reinstall of Microsoft Office ... since doing so ... the msg regarding host task window doesn't appear and Start Button etc is working as normal ... This may have been a fluke ... but ... has worked for me ... hope it works for you too

Jacqui

Posted 2017-08-17T15:14:29.990

Reputation: 1