How can I enable and disable Windows XP's built-in zip support?
John Savill
April 11, 2002
1 Min Read
A. XP provides built-in zip support so that you can open compressed files as if they were folders. However, if you use a third-party program, such as WinZip, XP's built-in zip handling might get in the way. To disable XP's zip support, perform the following steps:
Select Run from the Start menu.
Enter
regsvr32 /u %windir%system32zipfldr.dll
Click OK.
Restart the computer.
To enable XP's zip support, perform the following steps:
Select Run from the Start menu.
Enter
regsvr32 %windir%system32zipfldr.dll
Click OK.
Restart the computer.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like