Windows 10: POSSIBLE SOLUTIONS For the 'Host Process for Windows Tasks' - Taskhostw.exe Stopped Working...

Discus and support POSSIBLE SOLUTIONS For the 'Host Process for Windows Tasks' - Taskhostw.exe Stopped Working... in Windows 10 BSOD Crashes and Debugging to solve the problem; POSSIBLE SOLUTIONS FOR THE 'HOST PROCESS FOR WINDOWS TASKS' CRITICAL EVENT IN RELIABILITY MONITOR The Faulting Application Path is... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by Daknut, Jul 24, 2019.

  1. Daknut Win User

    POSSIBLE SOLUTIONS For the 'Host Process for Windows Tasks' - Taskhostw.exe Stopped Working...


    POSSIBLE SOLUTIONS FOR THE 'HOST PROCESS FOR WINDOWS TASKS' CRITICAL EVENT IN RELIABILITY MONITOR

    The Faulting Application Path is C:\Windows\System32\taskhostw.exe
    The Application Name is taskhostw.exe
    The Fault Module Name is unbcl.dll
    Event ID 1000

    .oOo.

    This has been partly taken from the Thread 'Host Process For Windows Taskhostw.exe Stopped Working: Event ID 1000' found at https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/host-process-for-windows-taskhostwexe-stopped/2b2dc12d-5d40-4fbd-9a4c-db4c1d0592f3?page=1&rtAction=1563090205869&tm=1563046285503 that DonT5 began on June 19 2019.

    It appears that a great many individuals are experiencing the same repeated errors in Reliability Monitor but, as of yet, Microsoft have not provided a solution to my knowledge. This is an attempt to collate all the solutions that appear to have worked for people over the course of our discussions and bring them in to one place for ease of access, a 'digest' of solutions.

    Some of these have worked for individuals and not for others - perhaps, sometimes, it's a few errors that need resolving and so the multitude of fixes is required. A couple of these may be putting right problems that are not related to the 'Host' error.

    I am not overly technically minded so these instructions may seem simplistic but I have attempted to collate everything that we - and others - have tried, some of which are claimed to have worked (and which seem fairly safe to give a go).

    It would be best if you read each solution first before attempting it to make sure you're happy with what you will be doing to your computer.

    ONE

    1. In the Search Window, type 'Powershell' until you get 'Windows Powershell'. Then right click on 'Windows Powershell' and left click on 'Run as Administrator'. When you get the command line, paste in or type the command (pay attention to the space):

    sfc /scannow

    The system is scanned. Once it completes, the new error we got was that there were problems that could not be resolved. It gives you a Windows path to a log (CBS.log) where it's been recorded. Go there and open the log file. At the very bottom of the text and scrolling up, you should see numerous errors relating to Windows Defender, stating that the back up image was also corrupt and could not over-write the problem files.

    If that's the problem, then proceed with the following.

    2. In the Serach Window, type 'Command Prompt' until you get 'Command Prompt'. Then right click on 'Command Prompt' and left click on 'Run as Administrator'. When you get the command line, paste in or type each of the commands, one by one, and let each one run to completion before beginning the next (again, pay attention to the spaces). Some of the processes seem to 'hang' after 100% is reached but be patient and wait:

    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth

    This is telling the computer to use the online resources to clean up the system image that Powershell/scannow has just tried to use.

    It take a few seconds for the percentage counter to begin. When it ends at 100%, WAIT. It looks like it's frozen but it will take a few minutes before it tells you that the process has been completed and a new command prompt appears (like it was in the beginning).

    Close the window when completed.

    3. WAIT a few minutes (some posters stated that they had to wait before the next would work. I have no idea why).

    4. Now repeat point 1, EXCEPT that, at the end of the process, you should get a statement that the files were repaired/over-written.

    5. Reboot the computer.

    6. Run scannow once more and, this time, there should be nothing found.

    This seems a strange way to resolve the original problem but it will resolve the problem with the Windows Defender files and scannow function. We observed this problem around a week after the original Host errors began.

    Advice from Microsoft was to run with the error until a system update was released (which, at the time of writing, looks like it's still awaiting release):
    https://mspoweruser.com/disaster-sfc-scannow-is-broken-who-will-save-us-now/?fbclid=IwAR099Z_Uw1TgfvF8jNrQ9tM5m_w2V78lS7eVSySXnIh3JDMBXOr5A5E2tN0
    We never found that advice until after we'd fixed it!

    TWO

    Go to Event Viewer (Windows Key + X) then Windows Logs (on the left) and Application. Scroll down (in the middle) and see if you're getting ESENT errors (red circle, white x) with the ID Code 455.

    If you are, go and find out the very first Host error you got and then go and see if the first ESENT error you got was within 12-24 hours prior to that time and date. There should be no Host errors prior to the first ESENT error.

    I also looked at what .dlls taskhostw.exe accesses and one of them is the ESENT.dll - that's what made the connection with us at first. So, the solution to rectify the ESENT errors (and, hopefully, the Host errors, too):

    Go to Windows\system32\config\systemprofile\AppData\Local\
    Create the folder TileDataLayer then inside that folder create Database folder.
    In effect, you've just made the directory (pay attention to the capitalisation):
    C:\Windows\system32\config\systemprofile\AppData\Local\TileDataLayer\Database

    The ESENT errors should stop immediately. A person who found the Windows Defender solution had worked, noted that the files were already present at the time of the scannow run *but* that the system modified one of the folders as part of that resolution. We thought that this could be why the solution worked for him but not for us.

    THREE

    A few people are suggesting that the problem is with .Net Framework (which is stated as being unable to be uninstalled in Windows 10. This isn't quite true as .Net Framework 3.5 can be while the current version as I type this is 4.8 and that cannot). Some have found this to be a solution, though.

    In the search window, begin to type 'Turn Windows Features On or Off' and then select it.
    Uncheck .Net framework 4.8 Advanced Services and allow the computer to make the changes.
    Reboot. Recheck the item.

    It's just a switch off and on again but - what the heck? - it's worth a go.

    I tried something a bit different (and I doubt if it worked) - and it was also a tad dangerous. But, when you get to the check box as specified above, there is also a box for 3.5.

    1. I accessed https://www.microsoft.com/en-gb/download/details.aspx?id=30135 and downloaded the Windows 7 utility that repairs .NET Framework. I expect that this repairs .Net Framework 3.5 but I wouldn't recommend using it - I am just recording the fact that I used it.

    2. So, after repairing it, I uninstalled it - pretty stupid but that's exactly what I did.
    In "Turn Windows features on or off" which is located in 'Programs and Features', untick both .Net Frameworks, then reboot. This uninstalls 3.5 but just switches 4.8 off.
    I would have left it like this but something (undisclosed) needed 3.5 to run so I gave permission for it to be reinstalled. I left 4.8 unticked, though
    (from https://superuser.com/questions/1201498/how-to-reinstall-net-framework-4-4-6-on-windows-10)

    Again, there was no evidence that this worked in my own experience - but problems with .Net Framework have been suggested as being the cause and a couple of users elsewhere stated that this worked.

    FOUR

    One day (in a far away galaxy), I went back again to work out what I was doing when the Host error occurred. My Google History showed me that I'd just accessed an article to read 6 minutes prior - I had started to scroll through the first few paragraphs reading when the wife called me in to look at an error she was getting on her regular data back ups (more on that in a minute).

    Five minutes after that, my Screen Saver kicked in and that's when the Host error took place. Now, my Screen Saver accesses a file in the Windows Directory that needs permission to copy in or delete from.

    My wife's error, on the other hand, was just plain weird - it was the very same directory that my Screen Saver accesses (but on her computer, not mine) and it was the first time that that source of photos had been written to or deleted from for a fair few weeks - since before the Host errors had started occurring.

    She got no sensible error message from the program but I copied the files manually to resolve the issue and the back up worked (albeit with no changes). It was only when I saw my error message at the time my Screensaver kicked in that I realised that the same folder could be responsible (access to a folder that has administrative permissions needed).

    So, I stopped the Screensaver from starting up and made the computer switch the screen off after 5 minutes instead, going to Sleep after 15 minutes.

    But I got another Host error two days later after 5 minutes when the screen switched off so I altered it to never switch off and kept it going to Sleep after 15.

    This has seemed to be the final solution to end the Host errors but certainly to one cause of them. I'm currently in Day Two of the test period so a few more days free is required.

    .oOo.

    Other remedial action taken at some point in time during the above but I can't remember when:

    a. Broken links to .dlls in the Registry can also throw up errors so I used a Registry Cleaner (Cache Cleaner) to rid myself of broken paths to files and programs that didn't exist. There were no references to the .dll file in the Registry - and there weren't any in the lines of code that were removed by Cache Cleaner.

    b. Each and every time my wife's computer came out of hibernation one evening (after we had performed solution four above), the same Host error was popping up. It didn't seem to be associated with anything else so I changed the power plan not to include a Hibernation Option and the error messages stopped occurring that evening. These Host errors had occurred after having removed 'Turn On Fast Start Up' in the Power Settings (this was a different problem she was having with her battery life). The Host errors also popped up when waking from Sleep the following morning but seem to have been resolved when I turned 'Turn On Fast Start Up' back on. Some people have observed that having this 'On' is a cause of problems but I found it was being 'Off' that wasn't beneficial.

    c. I noticed that, on my own computer, the NVIDIA and Intel Display drivers were way out of date and had not been automatically updated by the manufacturer's update program for a long time. The old ones were uninstalled and the new ones installed, not over-written. It has been suggested that out of date drivers could be the source of the Host errors.

    .oOo.

    It appears that either there are various solutions to the problem that people have been getting, various problems that need resolving or it could be that a solution has been assumed when one of the remedial actions has been tried (and either the trigger has not been pulled afterwards or something else minor was done that has actually sorted out the problem).

    If you are still having the Host error message after doing the above then I'd suggest that the problem has something to do with a Program or App trying to access or write to a folder/file that is in a restricted area of the Hard Drive (like something in C:\Windows) that requires Administrative Access.

    Even if it never required permission before, I'm guessing that something inadvertently changed in an update and that that is why the error messages are being thrown up. But the error doesn't seem to be consistently thrown up when the same action takes place - which makes trying to determine what it is rather difficult.

    Finally, I have not seen anything recorded from Microsoft to acknowledge that there's a problem - even though there are a great many posts in different places outlining this error in reliability Monitor.

    Lee

    :)
     
    Daknut, Jul 24, 2019
    #1

  2. Host processes for Windows tasks - stopped working


    Since the update on 6/20/19 (or there abouts) I have been getting the following error seen in Reliability Monitor.
    "Host process for windows tasks - stopped working"

    System appears to run fine yet the error occurs almost every other day.

    Here is the text associated with this message
    "Source
    Host Process for Windows Tasks

    Summary
    Stopped working

    Date
    ‎7/‎7/‎2019 9:39 AM

    Status
    Report sent

    Description
    Faulting Application Path: C:\Windows\System32\taskhostw.exe

    Problem signature
    Problem Event Name: APPCRASH
    Application Name: taskhostw.exe
    Application Version: 10.0.18362.1
    Application Timestamp: e9bfb510
    Fault Module Name: unbcl.dll
    Fault Module Version: 10.0.18362.207
    Fault Module Timestamp: e593abbb
    Exception Code: c0000005
    Exception Offset: 0000000000047b22
    OS Version: 10.0.18362.2.0.0.256.48
    Locale ID: 1033
    Additional Information 1: 8f64
    Additional Information 2: 8f64a98f51ee7a1658f393b52b9cfd78
    Additional Information 3: 638a
    Additional Information 4: 638a1d22f84447604d2e55bcb40f315c

    Extra information about the problem
    Bucket ID: 753942a8ab3e10ecd47dad4a96fb22f0 (1476526788719616752)"

    Any suggestions and help appreciated.
     
    snifferpro, Jul 24, 2019
    #2
  3. Host process for windows tasks

    Hello,

    I'm having a problem with a stalker who I believe is monitoring my on-line activity as well as following me off-line. I have Kapersky internet protection installed and periodically it notifies me that it has blocked webcam access to 'C:\Windows\System 32\taskhostw.exe
    and under detailed reports indicates Host Process for Windows Tasks. I read this answer to someone else's question about the Windows Tasks:

    The taskhost.exe is a Task Host which is a generic Host Process for Windows 7 32-bit Services. The full path to this file should be shown in TUT as
    C:\Windows\System32\Taskhost.exe.

    TASKHOST is a generic process which acts as a host for processes that run from DLLs rather than EXEs. At startup TASKHOST checks the Services portion of the Registry to construct a list of DLL-based services that it needs to load, and then loads them.
    There can be many instances of TASKHOST running, as there will be one instance of TASKHOST for every DLL-based service or grouping of services (the grouping of services is determined by the programmers who wrote the services in question).

    Since this is an integral part of the operating system, I wouldn’t suggest you to delete it.

    However, for the high CPU consumption issue, please use Performance Monitor to view performance data either in real time or from a log file.

    The new Resource Monitor lets you view detailed real-time information about hardware resources (CPU, disk, network, and memory) and system resources (including handles and modules) in use by
    the operating system, services, and running applications. In addition, you can use Resource Monitor to stop processes, start and stop services, analyze process deadlocks, view thread wait chains, and identify processes locking files.

    - And now I'm wondering: Is it possible for someone to remote access the windows Task Host installed on my computer? I have asked Kapersky technicians if they have found any signs of tampering
    or if its even possible but have yet to receive a satisfactory answer. Can anyone help me?
     
    jeffreyhamilton1, Jul 24, 2019
    #3
  4. khoi3003 Win User

    POSSIBLE SOLUTIONS For the 'Host Process for Windows Tasks' - Taskhostw.exe Stopped Working...

    Host Process For Windows Tasks stopped working, Windows 10 1903


    Hi everyone,

    This is my first thread on the forum!

    Recently, I've noticed that every now and then, upon checking the Reliability History, I'll see an event for "Host Process for Windows Tasks stopped working" (which is taskhosttw.exe)
    Upon further inspection with Event View, it seems the culprit lies in System32/OOBE/unbcl.dll
    I have attached pictures below.

    Should I be worried? Usability and performance isn't affected at all, and I wouldn't have noticed it if I hadn't checked Reliability History

    Thanks y'all!


    POSSIBLE SOLUTIONS For the 'Host Process for Windows Tasks' - Taskhostw.exe Stopped Working... [​IMG]

    POSSIBLE SOLUTIONS For the 'Host Process for Windows Tasks' - Taskhostw.exe Stopped Working... [​IMG]
     
    khoi3003, Jul 24, 2019
    #4
Thema:

POSSIBLE SOLUTIONS For the 'Host Process for Windows Tasks' - Taskhostw.exe Stopped Working...

Loading...
  1. POSSIBLE SOLUTIONS For the 'Host Process for Windows Tasks' - Taskhostw.exe Stopped Working... - Similar Threads - POSSIBLE SOLUTIONS 'Host

  2. Host Process for Windows Services has stopped working

    in Windows 10 Gaming
    Host Process for Windows Services has stopped working: everytime i start up my computer i get the error "Host Process for Windows Services has stopped working" i cant play games without it, is there any fix?...
  3. Host process for windows Stopped working

    in Windows 10 BSOD Crashes and Debugging
    Host process for windows Stopped working: Twice this week, my computer has apparently has apparently had a runaway process. The drive light is on solid, and i may or may not get a response from the mouse depending on when I move it. Both times, i have just set the computer aside and waited for it to respond. The...
  4. Host processes for Windows tasks - stopped working

    in Windows 10 Support
    Host processes for Windows tasks - stopped working: Since the update on 6/20/19 (or there abouts) I have been getting the following error seen in Reliability Monitor. "Host process for windows tasks - stopped working" System appears to run fine yet the error occurs almost every other day. Here is the text associated with...
  5. host process for windows tasks stopped working/was interrupted

    in Windows 10 BSOD Crashes and Debugging
    host process for windows tasks stopped working/was interrupted: This error has been occuring since 13-06-2019 and I have done everything I possibly can think of to solve it. Have learned that NET. framework could be the problem but the update of NET. framework 28-06-2019 has NOT made any difference. The error STILL occurs on an almost...
  6. Host Process For Windows Tasks stopped working, Windows 10 1903

    in Windows 10 BSOD Crashes and Debugging
    Host Process For Windows Tasks stopped working, Windows 10 1903: Ok, so this is weird. Recently, I've noticed that every now and then, upon checking the Reliability History, I'll see an event for "Host Process for Windows Tasks stopped working" (which is taskhosttw.exe) Upon further inspection with Event View, it seems the culprit lies in...
  7. Host Process For Windows Tasks stopped working, Windows 10 1903

    in Windows 10 Support
    Host Process For Windows Tasks stopped working, Windows 10 1903: Hi everyone, This is my first thread on the forum! Recently, I've noticed that every now and then, upon checking the Reliability History, I'll see an event for "Host Process for Windows Tasks stopped working" (which is taskhosttw.exe) Upon further inspection with Event...
  8. background task host stopped working

    in Windows 10 BSOD Crashes and Debugging
    background task host stopped working: reliability history shows background task host stopped working but have no issues with startup or shutdown https://answers.microsoft.com/en-us/windows/forum/all/background-task-host-stopped-working/5fce5723-7910-4cc8-bf63-ba57cf270b2e
  9. Host Process for Windows Service stopped working

    in Windows 10 BSOD Crashes and Debugging
    Host Process for Windows Service stopped working: Have had this problem since updating to 1809, a fresh load of 1803 on 3/10/18! Description Faulting Application Path : c:\Windows\System32\svchost.exe Problem signature Problem Event Name: APPCRASH Application Name: svchost.exe_CDPUserSvc...
  10. Host Process for Windows Services Stopped working

    in Windows 10 Support
    Host Process for Windows Services Stopped working: Hi For quite some time now, on my main (primary) OS, which is Windows 10 Pro build 10586.218, I am getting this error: Host Process for Windows Services: Stopped working. I see this in my Reliability History. It might appear even several times per day! I clean my...

Users found this page by searching for:

  1. taskhostw.exe crash

    ,
  2. taskhostw.exe stopped working

    ,
  3. p1: taskhostw.exe pla

    ,
  4. taskhostw.exe app crash,
  5. appcrash unbcl.dll,
  6. taskhostw.exe Host Process for Windows Tasks,
  7. taskhostw process crashed,
  8. taskhostw.exe stopped working pla.dll,
  9. is it possible for host process crash to cause teredo,
  10. : C:\Windows\System32\taskhostw.exe Command line parameters: taskhostw.exe $(Arg0) View application,
  11. appxdeploymentfailureblue,
  12. Host Process for Windows Services Description Faulting Application Path: C:\Windows\System32\svchost.exe AppxDeploymentFailureBlue Status: ,
  13. the application c:\windows\system32\taskhostw.exe attempted to read the memory,
  14. host processes for windows tasks,
  15. P1: taskhostw.exe stop this from showing in event viewer : Problem signature: P1: taskhostw.exe