Seaching for files, need to EXCLUDE looking in ZIP files

  • Thread starter Thread starter Bruce
  • Start date Start date
B

Bruce

I need to find all files given a certain filespec. How ever, when I try to
search, Win XP always looks in ZIP files. How can I tell it NOT to look in
the zip files?

Thanks
Bruce
 
Hi Bruce,

To turn it off, start/run

regsvr32 /u zipfldr.dll

However, this also disables the native .zip function. If you leave it off,
you will need to use a third party zip utility to open zip files. To
reenable the function, just rerun it without the /u:

regsvr32 zipfldr.dll

--
Best of Luck,

Rick Rogers aka "Nutcase" MS-MVP - Win9x
Windows isn't rocket science! That's my other hobby!

Associate Expert - WinXP - Expert Zone
 
Back
Top