Feb 9, 2009

Reset to default xp zip for compression

Windows XP comes with built in support for uncompressing zip'd files. If you prefer to continue using a dedicated utility like pkzip or winzip which has more functionality, you probably need to disable the limited capability of XP to prevent interactions and problems, run the following command:
regsvr32 /u %windir%\system32\zipfldr.dll
Want to re-enable the built in zip capability, run the following command:
regsvr32 %windir%\system32\zipfldr.dll

No comments: