Zip icon disappeared - SOLUTION

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I've searched high and low and have not found any solution to the
problem of the native zip compression being funky after
install/uninstall of 3rd party compression utilities. So I took a
clean XP Pro image and grabbed the keys necessary.

First off, open regedit, backup (export to save) then delete this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip

Then save this as a .reg file and import it into the registry:
+++++++++++++++++++++++++++++++++
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip]
"Content Type"="application/x-zip-compressed"
"PerceivedType"="compressed"
@="CompressedFolder"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip\CompressedFolder]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip\CompressedFolder\ShellNew]
"Data"=hex:50,4b,05,06,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip\OpenWithProgids]
"CompressedFolder"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
+++++++++++++++++++++++++++++++++

Haven't tried it on XP home. This should restore the native way that
XP manages zip associations but may kill 3rd party zip support. And
yes, the cute little icon is back!

-Mike

keywords: zip compressed icon xp association
 
Back
Top