some personal, more technical – by Thomas Einwaller
In: General
12 Mar 2007I to not want to open zip files in the Windows Explorer as folders because it takes a long time for big zip files so one of my first tasks after installing Windows is disabling it.
To disable the built in support for zip files in Windows XP execute the following command line:
regsvr32 /u %windir%\system32\zipfldr.dll
To enable it again run the following command:
regsvr32 %windir%\system32\zipfldr.dll
1 Response to Disable zip file handling of Windows XP
tOMPSON’s blog » Blog Archive » Really disable zip file handling of Windows XP
July 2nd, 2007 at 6:34 pm
[...] weeks ago I wrote a post about how to disable the zip file handling of Windows XP. I found out that Windows somehow re-enables this feature and I had to unregister the dll again and [...]