About/Contact

Steve Trefethen

Steve Trefethen is a Director of Engineering at Reply. Contact me

View my LinkedIn profile


Powered by discountASP.NET
referal ID: sdtref
Why recommend discountASP.NET?
$720 in referrals so far!


Calendar

<<  February 2012  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
2728291234
567891011

View posts in large calendar

Disclaimer

The posts on this weblog are provided AS IS with no warranties, and confer no rights. The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.



Disabling Windows built-in zip file support on XP and Vista

May 21 2007 9:06PM
In this post, I discussed a problem with the built-in ZIP file support included with Windows Explorer. A comment from that post mentioned simply disabling this native support and thus I thought it might be a good idea to mention how go about doing just that. Under Windows XP you can use the following command line from a Command Prompt:
regsvr32 /u %windir%\system32\zipfldr.dll
Of course, you can always re-register support by executing the above command without the "/u". While that may work under XP it fails under Windows Vista, go figure. If you run regedit and open up HKEY_CLASSES_ROOT there is a long list of file extensions with information about the various associations and such used by Windows. If you locate ".zip" you can see that the default value is "CompressedFolder" from there you can search for a CLSID that has the same default value and you'll find:
HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}
WARNING: The following discusses steps for editing your Windows Registry. If something should go wrong you're on your own. You've been warned!

First, export the above key before touching it at all so you have a backup. Next, if you delete this key you will effectively disable the built-in ZIP file support for Windows Explorer.


FacebookDel.icio.usDigg It!

Tags: , ,

Comments (3) -

5/22/2007 3:21:25 AM #

That also fixes the problem of the Run dialog (Windows+R) not showing zip files in the autocompletion list. :p

lopardo

5/22/2007 3:31:34 PM #

Thanks Steve.

I've always disliked ZipFolders ... and now they're gone Smile

DaveK

5/21/2008 6:52:58 AM #

Many thanks! Since I use winrar those zip folders under explorer looks so useless.. and thanks to you they're gone now!

Eduardo

Add comment




  Country flag
biuquote
  • Comment
  • Preview
Loading