Removing PDF24 solved the problem!!
Windows 11 zipped folders / files immediately crashes File Explorer
My Dell laptop was previously Windows 10, now 11. When I right click any zipped folder, it immediately crashes Windows Explorer, but then everything comes back. I can't unzip any zipped file at all - doesn't seem to matter what size it is.
I was trying to use the built-in unzipper utility in Windows, and when that didn't work I tried a couple 3rd party apps, including WinZip. Nothing works; they all crash, and they crash on ANY zipped file I have.
And by the way if I try to ZIP any set of files - even just 3 little word files, it does the same thing. The screen flashes, all my icons go away for a second. Then things come back, but nothing will zip or unzip.
thanks if you have any ideas!
Christine
Windows for home | Windows 11 | Performance and system failures
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
120 answers
Sort by: Newest
-
Anonymous
2023-04-28T17:47:36+00:00 -
Anonymous
2023-04-25T21:29:51+00:00 After trying dnsflush trick, it was unfortunately not a long fix.
Then I follow this : Maybe there is a broken shell extension? Download shellexview from nirsoft and disable extensions that weren't created by microsoft. Then restart explorer and test for problem. If the problem is fixed enable extensions one by one until you find the culprit.
I then find the culprit was PDF24 for me. Uninstall and reinstalled et voila !!!
Hope this can help to solve your problem, fixing this was not long at all with shellxview.
Hey, that was a solution for me! PDF24 uninstalled and it is working again! Many thanks!
-
Anonymous
2023-04-22T15:04:04+00:00 After trying dnsflush trick, it was unfortunately not a long fix.
Then I follow this : Maybe there is a broken shell extension? Download shellexview from nirsoft and disable extensions that weren't created by microsoft. Then restart explorer and test for problem. If the problem is fixed enable extensions one by one until you find the culprit.
I then find the culprit was PDF24 for me. Uninstall and reinstalled et voila !!!
Hope this can help to solve your problem, fixing this was not long at all with shellxview.
Finally solved it and would like to describe my approach!
- I used the above mentioned DNS Flush without an effect.
- I used SFC /scannow which resulted in a lot of repairs in my Windows 11 environment.
- I found that Microsoft has changed the context menu handler for compressed files " zipfldr.dll " .
As a result the PDF24 Shell extension was causing this crash.
Using shellexview I disabled the PDF Shell Extension provided by PDF24.
Result:
I am able to zip and unzip again, or right click to files with the extension .zip.
As I am paying for acrobat this is my standard pdf program.
To use PDF24 tools I can right click and select the desired pdf operation.
So all elements involved are working fine now.
-
Anonymous
2023-04-17T17:48:55+00:00 I had the same problem but resolved it by following steps.
Open your CMD and type
ipconfig /flushdns
hit enter
Thank you for the solution, it worked for this issue on my PC (Windows 11).
Please note: Open CMD as administrator.
-
Anonymous
2023-04-11T22:08:49+00:00 Hi!
I've found a way to fix this error, no matter what's causing it.
First of all - uninstall any software that handles ZIP-files.
The goal is to make Windows (10 or 11) responsible for extracting.
Then open an elevated command shell/terminal. (As Administrator)
Then type:
regsvr32 /u zipfldr.dll
and then again (without /u):
regsvr32 zipfldr.dll
In most cases this should work without a reboot - but sometimes you need to reboot for this to work.
I've tested it on several computers with the same problem - and explorer.exe stopped crashing after this.You might get an error message in some cases:
In that case, then open an elevated Powershell (Administrator) and type: DISM /Online /Cleanup-Image /RestoreHealth
It will take a while, but when it's finished, type sfc /scannow and make sure that your OS is healthy.
Then retry unregistering and registering zipfldr.dll