Windows 10 File Explorer crashing regularly

8,326

I had a similar issue. It seems that what caused it for me was trying to customize explorer using command line. I ended up with the copy/move crash, and open-in-new-window issue.

This is the command that broke things for me:

%SystemRoot%\explorer.exe /e,/root,::{450d8fba-ad25-11d0-98a8-0800361b1103}

I chanced upon this case, and it seems that resetting folder options in the registry might keep you from having to do a system restore, or recreating the user. Here's the related KB.

I ended up only having to delete and recreate BagMRU, and Bags (I compared my registry before and after corruption for differences, I also compared to the MS case).

[HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]

[HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]

There were more differences, but this was the first I tried and it solved at least the open-in-new-window issue. I wasn't experiencing the crashing anymore because I had done a system restore.

Share:
8,326

Related videos on Youtube

D180
Author by

D180

Updated on September 18, 2022

Comments

  • D180
    D180 over 1 year

    I upgraded to Windows 10 a week ago, and then installed a fresh copy of it on a SSD. Everything worked fine, until File Explorer suddently started to behave weird: When I double-click on a folder, it opens in a new window (despite having "Browse Folders" set to "Open in same window"), and when I copy a file, it freezes for ~10 seconds, after which it crashes and restarts (however, the file is copied just fine). The crash also happens randomly when I browse Control Panel.

    Things I tried already:

    • Reset Windows. The problem was fixed temporarily, but came back after a couple of days.
    • Uninstalled last update.
    • Booted in Safe Mode.
    • Removed all shell extensions using shexview.

    Nothing worked. The crash event log:

    Log Name:      Application
    Source:        Application Error
    Date:          8/30/2015 6:30:18 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      D180-M1
    Description:
    Faulting application name: Explorer.EXE, version: 10.0.10240.16431, time stamp: 0x55c9bd76
    Faulting module name: windows.storage.dll, version: 10.0.10240.16405, time stamp: 0x55b46055
    Exception code: 0xc000041d
    Fault offset: 0x0000000000120dec
    Faulting process id: 0xc48
    Faulting application start time: 0x01d0e3408ef60455
    Faulting application path: C:\WINDOWS\Explorer.EXE
    Faulting module path: C:\WINDOWS\system32\windows.storage.dll
    Report Id: 3f9927d9-ad92-45c6-a325-dace805f2099
    Faulting package full name:
    Faulting package-relative application ID:
    
    • Admin
      Admin over 8 years
      1) What is your antivirus (+version) 2) Do you have a card reader?
    • Admin
      Admin over 8 years
      1) Right now, the out-of-the-box windows defender, client version 4.8.10240.16384 2) No
    • Admin
      Admin over 8 years
      Try browsing to a random file in the My Documents folder, select (right-clicking the file) File Properties and open "File History". Wait after it has finished displaying everything, then reboot. Report whether it still crashes after that.
    • Admin
      Admin over 8 years
      Still crashes...
    • Admin
      Admin over 8 years
      Also, in event viewer, the faulting module name sometimes says ntdll.dll.
    • Admin
      Admin over 8 years
      create a crash dump and share it: pastebin.com/WACz5GBU I'll look at it with a debugger
    • Admin
      Admin over 8 years
    • Admin
      Admin over 8 years
      @magicandre1981 Can you share with what debugger you are looking the dump at so that I can check it too?
    • Admin
      Admin over 8 years
      @Jason I use WinDbg. this may be a bug. You get a STACK_OVERFLOW because some parts of code repeat over and over again (RECURRING_STACK: From frames 0x8 to 0x1). I've asked Microsoft if they have any information. I'll post here if I get information.
    • Admin
      Admin over 8 years
      ok, I got an answer. backup the key (export in .reg file) Software\Microsoft\Windows\CurrentVersion\Explorer\MyCompute‌​r\NameSpace\{93F2F68‌​C-1D1B-11D3-A30E-00C‌​04F79ABD1} and next rename it. Now look what happens.
    • Admin
      Admin over 8 years
      There is no such subkey in NameSpace.
    • Admin
      Admin over 8 years
      Can you try safe booting and then report (in safe mode) whether Explorer works? You will find how to safe boot here: windows.microsoft.com/en-us/windows-10/…
    • Admin
      Admin over 8 years
      What happened finally? Did you solve the problem?
    • Admin
      Admin over 8 years
      No, I did not solve it, and safe mode doesn't solve it either.
    • Admin
      Admin over 8 years
      OK, I will try to analyze the dump more today.
    • Admin
      Admin over 8 years
      Try to install the 90day Win10 Trial in a VM and look if this version has the key. If yes, export it into a .reg and import it in your Windows 10.
    • Admin
      Admin over 8 years
      This version has exactly the same NameSpace subkeys as mine, the key doesn't exist there either.
    • Admin
      Admin over 8 years
      I got the answer that not enough users get the crash with this crash signature so that Microsoft doesn't analyze it in depth.
    • Admin
      Admin over 8 years
      Well, that's sad, but understandable. Do you know what exactly causes my bug?
    • Admin
      Admin over 8 years
      nope, because Microsoft hasn't analyzed it in depth.