Arghhh! Searching thru Zip Files is Way Too Slow!
I routinely search my hard drive for specific filenames, but the searches take way too long because Windows also wants to search through the filenames of files embedded in zip files. I discovered the way to disable this "feature": Create a batch file that contains the following command:
regsvr32 c:\winnt\system32\zipfldr.dll /u
If you ever want to re-enable the ability to search through zip files, just modify the command by removing the "/u".
Comments