Search for all files, but not ZIP contents?

J

Julian Milano

How do I search for all files in a tree of folders, but not files within ZIP
archives? Currently, a WinXP file search gives me files within ZIP archives,
which I do not want.

WinXP SP2
 
K

Kelly

Hi Julian,

Stop Search from Scanning ZIP files:

Un-register the zip and cab file dlls, then re-register them after that. Go
to Start/Run and type in:

Before Search:
regsvr32 /u zipfldr.dll
regsvr32 /u cabview.dll

After Search:
regsvr32 zipfldr.dll
regsvr32 cabview.dll

/top10faqs.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top