Disabling Windows' native Zip folder support

Categories: HTML/ColdFusion, JavaScript, Java, Potpourri

Tonight I finally got sick of Windows XP's native support for Zip files in Windows Explorer. It really slows down Explorer and I really have never even liked the fact that it treats Zip files as folders. I want compressed archives to be what they are—files. If I want to view the contents of compressed archives, I'll use an archive applications like WinRAR.

To prevent Windows XP from treating compressed Zip files as a folder, go to "Start > Run" and type the following:

regsvr32 /u zipfldr

If you wish to restore native Zip support in Windows, just go back to "Start > Run" and type the following:

regsvr32 zipfldr

Comments

Critter's Gravatar doesn't just installing winrar pass the handling of zip files over to it?
Dan G. Switzer, II's Gravatar WinRAR, and similar programs, will take over the default "Open" option, but it does not disable Windows from showing Zip files as a folder. I find it really slows down Windows Explorer when it does all it's parsing of the Zip files when displaying a directory with a lot of Zip files.

Disabling this support speeds Windows Explorer up dramatically when there are a lot of zip files in a directory.
Critter's Gravatar ack! wierd. i just ran that command (i have winrar installed..) and it allowed my zips to be opened as the folder.. rather than through winrar. when i fired winrar backup, i noticed "zip" was now unchecked in the integration.. ah well, it's late.

btw.. nice looking dogs.
Scott Tabar's Gravatar Thanks Dan.

You hit #1 on a simple Google search and your suggestion was perfectly what I was looking for!

Scott
Dan O.'s Gravatar THANK YOU!
I use XP at work and occasionally need to search network drives for specific files and since the archived files all share the zipfile name with just different extensions (not my idea, I just work here) searching inside the zip archives is a BIG waste of time. And with 10-12 years of archives it is a LOT of time.

Thanks again,

Dan O.
Peter H.'s Gravatar Yeah. A BIG THANK YOU also!
Just what I wanted but (sigh) how do I get the WinRAR icon associated with zip/rar files back?
It's easier when scanning folders to see the compressed files :)
Peter H.'s Gravatar Uh. Oh! Found it:
For an entire extension, open Windows Explorer, select Tools, Folder
Options, File Types, Advanced.

(Thanks to Eric:
http://www.tabletquestions.com/windows-xp/62186-as...)
OIS's Gravatar 1st hit on google, just what I wanted. Thanks. :)
punk's Gravatar Indeed, disabling zip folders greatly speeds up searching in a location with allot of zip files. The worst part about zip searching: when explorer searches inside a zip, it won't stop - if you press stop the search window hangs until finished.
Collin's Gravatar Thanks, google brought me here. Much easier to find good tips through google than wading through pages and pages of irrelevant information on the microsoft support website. Thanks.
SteveH's Gravatar Thanks Dan

You have saved what little hair I have in my head.

Regards
Steve
Iconoclast's Gravatar thanks, searched google for an answer to this problem and your solution worked like a charm!
Joe's Gravatar Thank you!

It should be mentioned that this also disabled Explorer's Find tool from searching inside zips. This "feature" was getting incredibly annoying on my 300 GB external hard disk, which has many large zip files on it, none of which I ever want Windows to search inside!
sosasola's Gravatar Good one! One of the steps that I do always after reinstalling winXP. is there any website that have a collection of similar ideas that will make your Windows work faster?
Kevin's Gravatar If you do this while WinZip is installed, WinZip will prompt the next time you open it to re-associate zip files. If you choose yes, and WinZip is configured to do explorer enhancements, it will reactivate the native zip support you just turned off.

You have to check the button to turn off WinZip's explorer enhancements *before* you run the regsvr32 command and re-associate zip files, in order for it to work as expected.
Alf's Gravatar Thank you very much!!
I was looking for a way to disable explorer search inside zip files (that slows down the searches), I could not imagine that disablig the support of zip folders, I'd disabled the search into zip files. Thank you again.
(I've got zip files with thousands of file compressed and searches of simple files were become impossible.
esKudo.es's Gravatar Muchas gracias, no sé cómo no lo busqué antes. Fantástico para "buscar..."

Thanks a lot.
Steve's Gravatar Thanks! I've always hated it searching inside zip files.
pwiecek's Gravatar Unfortunately, when I do this, XP keeps "fixing" itself. How can I turn this feature off permanently?
Dan G. Switzer, II's Gravatar @pwiecek:

If XP is "fixing" itself, then my guess is you're running something that's changing the registry settings back for you. I've never seen this behavior, but if you're logged in to a Corporate LAN, they could be enforcing registry policies on you.

It's also possible a program designed to prevent spyware is preventing the change.
John Doe's Gravatar Thanks, just what I was looking for.
I was trying sort out a folder with pictures and archives in subfolders, windows's zip support totally screwed up everything I tried.
Not enabling this in folder options is one big screwup by microsoft.
Tech's Gravatar Thanks, that really bummed me out.
Debasish's Gravatar Most of you (me also) faced the problem with weird windows zip association. The command Dan gave here certainly works but it removes the winzip or winrar association with zip files and when you restore the file association the problem get back again.

The solution is just rename the zipfldr.dll to zipfldr.dll_ in the windows/system32 directory. And when windows complain ignore it. This will solve the problem altogether.
Chris's Gravatar Thanks Dan,

What agony to have to sit through a search for 30 seconds/zip file. My google search took me right to your tip.
Elijah Bailey's Gravatar Yep, Google "I'm feeling lucky" did the job to bring me here. Looks like you've got the most relevant post. ;p
Dray's Gravatar Renaming does not work too
The zip dll file got its way back whenever you try to associate the zip file with winrar.
Martin's Gravatar Thank you! I can't tell you how I hate those mikey-mouse features.
pwiecek's Gravatar I never did figure out what was restoring zipfldr.dll, but I solved the problem by putting each command in a batch file on the desktop. When the "feature" reasserts itself, I simply disable it again and its gone for a couple of weeks. If by chance, I need to search zip files, I can turn it back on temporarily.
pwiecek's Gravatar Another work around that did work for me was to use winrar and change the extensions of all the zips to .rar

Add Comment



If you subscribe, any new posts to this thread will be sent to your email address.