Jump to content

Task Manager does not restart File Explorer

Go to solution Solved by yoshikotsushima,

I just went flat out nuclear and reinstalled Windows in its entirety. Seems to be fixed for now, hopefully will be fixed forever.

The Problem

Been having this problem for a while, and it varies, which is incredibly annoying. File explorer, when freezing/crashing, can not be restarted with Task Manager. Whenever I right click on the task and click restart, file explorer closes and does not re open.

I am unable to re open the program using run, nor am I able to use windows+e, or command prompt, or powershell. The only way I can get File Explorer to re-open is either by restarting my machine, or logging out of and back into my account.

The cause of the crash varies; oftentimes, however, it's things like:

  • Right clicking on files, internal drives & network drives
  • Creating new files
  • Renaming files

(This doesn't happen every time I try and perform these operations)

I also have to restart File Explorer every time I boot my computer up. My taskbar doesn't populate until I've unlocked all my drives (which are encrypted with Bitlocker). Often enough, Task Manager doesn't relaunch File Explorer.

Steps I've Taken

  • Ran SFC /Scannow multiple times. Fixed corruptions the first time, found no more on repeated attempts.
  • Ran DISM (CleanupImage, ScanHealth, RestoreHealth)
  • Re installed Windows. (This was a while ago now, however the problem existed before and still exists after the re install)
  • Ran multiple virus & malware scans, all clean.

Would appreciate some help, if anyone's able to.

Link to comment
Share on other sites

Link to post
Share on other sites

Try check Event Viewer for error related to Explorer.exe

| Intel i7-3770@4.2Ghz | Asus Z77-V | Zotac 980 Ti Amp! Omega | DDR3 1800mhz 4GB x4 | 300GB Intel DC S3500 SSD | 512GB Plextor M5 Pro | 2x 1TB WD Blue HDD |
 | Enermax NAXN82+ 650W 80Plus Bronze | Fiio E07K | Grado SR80i | Cooler Master XB HAF EVO | Logitech G27 | Logitech G600 | CM Storm Quickfire TK | DualShock 4 |

Link to comment
Share on other sites

Link to post
Share on other sites

8 minutes ago, yoshikotsushima said:

The Problem

Been having this problem for a while, and it varies, which is incredibly annoying. File explorer, when freezing/crashing, can not be restarted with Task Manager. Whenever I right click on the task and click restart, file explorer closes and does not re open.

I am unable to re open the program using run, nor am I able to use windows+e, or command prompt, or powershell. The only way I can get File Explorer to re-open is either by restarting my machine, or logging out of and back into my account.

The cause of the crash varies; oftentimes, however, it's things like:

  • Right clicking on files, internal drives & network drives
  • Creating new files
  • Renaming files

(This doesn't happen every time I try and perform these operations)

I also have to restart File Explorer every time I boot my computer up. My taskbar doesn't populate until I've unlocked all my drives (which are encrypted with Bitlocker). Often enough, Task Manager doesn't relaunch File Explorer.

Steps I've Taken

  • Ran SFC /Scannow multiple times. Fixed corruptions the first time, found no more on repeated attempts.
  • Ran DISM (CleanupImage, ScanHealth, RestoreHealth)
  • Re installed Windows. (This was a while ago now, however the problem existed before and still exists after the re install)
  • Ran multiple virus & malware scans, all clean.

Would appreciate some help, if anyone's able to.

Do you have any HDD's, external HDD's, SD cards, USB drives connected to the PC? Then next time explorer stops responding, try removing those first. If you got any peripherals that has internal storage, they might act out in the same way.

CPU: Ryzen 5800X3D | Motherboard: Gigabyte B550 Elite V2 | RAM: G.Skill Aegis 2x16gb 3200 @3600mhz | PSU: EVGA SuperNova 750 G3 | Monitor: LG 27GL850-B , Samsung C27HG70 | 
GPU: Red Devil RX 7900XT | Sound: Odac + Fiio E09K | Case: Fractal Design R6 TG Blackout |Storage: MP510 960gb and 860 Evo 500gb | Cooling: CPU: Noctua NH-D15 with one fan

FS in Denmark/EU:

Asus Dual GTX 1060 3GB. Used maximum 4 months total. Looks like new. Card never opened. Give me a price. 

Link to comment
Share on other sites

Link to post
Share on other sites

That's an odd error. Maybe try killing and restarting explorer with a batch script. Here's the code:

taskkill /f /im explorer.exe
start explorer.exe

 

Link to comment
Share on other sites

Link to post
Share on other sites

> Try check Event Viewer for error related to Explorer.exe

Forgot to mention, I've done that as well. There's nothing there related to explorer or task manager, from what I can see. Should I be looking in System, or Application logs ?

Thanks for the reply 🙂

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, DoctorNick said:

Do you have any HDD's, external HDD's, SD cards, USB drives connected to the PC? Then next time explorer stops responding, try removing those first. If you got any peripherals that has internal storage, they might act out in the same way.

My computer does have quite a few internal storage drives (mostly HDD), however nothing external is plugged in often. None of them have any SMART errors, or anything like that.

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, yoshikotsushima said:

My computer does have quite a few internal storage drives (mostly HDD), however nothing external is plugged in often. None of them have any SMART errors, or anything like that.

Alright, that doesn't really matter. I would still suspect this to be the error. Try removing all drives but the boot drive. And if you don't detect any issues, then connect one drive until you find the bad guy. If you don't want to restart the PC every time, you can enable hot plug in BIOS

CPU: Ryzen 5800X3D | Motherboard: Gigabyte B550 Elite V2 | RAM: G.Skill Aegis 2x16gb 3200 @3600mhz | PSU: EVGA SuperNova 750 G3 | Monitor: LG 27GL850-B , Samsung C27HG70 | 
GPU: Red Devil RX 7900XT | Sound: Odac + Fiio E09K | Case: Fractal Design R6 TG Blackout |Storage: MP510 960gb and 860 Evo 500gb | Cooling: CPU: Noctua NH-D15 with one fan

FS in Denmark/EU:

Asus Dual GTX 1060 3GB. Used maximum 4 months total. Looks like new. Card never opened. Give me a price. 

Link to comment
Share on other sites

Link to post
Share on other sites

7 minutes ago, Amp9k said:

That's an odd error. Maybe try killing and restarting explorer with a batch script. Here's the code:

taskkill /f /im explorer.exe
start explorer.exe

 

Just tried this, and explorer wasn't re-opened.

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, yoshikotsushima said:

> Try check Event Viewer for error related to Explorer.exe

Forgot to mention, I've done that as well. There's nothing there related to explorer or task manager, from what I can see. Should I be looking in System, or Application logs ?

Thanks for the reply 🙂

Can you export both System + Application logs and upload them?

| Intel i7-3770@4.2Ghz | Asus Z77-V | Zotac 980 Ti Amp! Omega | DDR3 1800mhz 4GB x4 | 300GB Intel DC S3500 SSD | 512GB Plextor M5 Pro | 2x 1TB WD Blue HDD |
 | Enermax NAXN82+ 650W 80Plus Bronze | Fiio E07K | Grado SR80i | Cooler Master XB HAF EVO | Logitech G27 | Logitech G600 | CM Storm Quickfire TK | DualShock 4 |

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, DoctorNick said:

Alright, that doesn't really matter. I would still suspect this to be the error. Try removing all drives but the boot drive. And if you don't detect any issues, then connect one drive until you find the bad guy.

Alright, thanks, I'll give this a try.

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, yoshikotsushima said:

Alright, thanks, I'll give this a try.

 If you don't want to restart the PC every time, you can enable hot plug in BIOS under SATA

CPU: Ryzen 5800X3D | Motherboard: Gigabyte B550 Elite V2 | RAM: G.Skill Aegis 2x16gb 3200 @3600mhz | PSU: EVGA SuperNova 750 G3 | Monitor: LG 27GL850-B , Samsung C27HG70 | 
GPU: Red Devil RX 7900XT | Sound: Odac + Fiio E09K | Case: Fractal Design R6 TG Blackout |Storage: MP510 960gb and 860 Evo 500gb | Cooling: CPU: Noctua NH-D15 with one fan

FS in Denmark/EU:

Asus Dual GTX 1060 3GB. Used maximum 4 months total. Looks like new. Card never opened. Give me a price. 

Link to comment
Share on other sites

Link to post
Share on other sites

16 minutes ago, DoctorNick said:

Alright, that doesn't really matter. I would still suspect this to be the error. Try removing all drives but the boot drive. And if you don't detect any issues, then connect one drive until you find the bad guy. If you don't want to restart the PC every time, you can enable hot plug in BIOS

Just had a go with this.

I can still crash Windows Explorer easily, when C (boot drive) is the only device plugged into the machine. Task Manager is able to restart Windows Explorer.

Plugging in any of the other drives stops this from happening. It doesn't matter if the drives are locked, or unlocked, Windows Explorer doesn't want to restart either way.

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, xAcid9 said:

Can you export both System + Application logs and upload them?

You can ignore the disk errors (as in; surprise removed). Those are from the testing I have just performed.

I have crashed Windows Explorer, and attempted to restart it multiple times during this period, so presumably any errors should show up here.

There's nothing under Windows Logs > Application.

 

[File Deleted]

 

Link to comment
Share on other sites

Link to post
Share on other sites

I just went flat out nuclear and reinstalled Windows in its entirety. Seems to be fixed for now, hopefully will be fixed forever.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×