Zip Folders - To disable ZIP files being shown as folders
You should receive a dialog that says "DllUnregisterServer in zipfldr.dll succeeded." To restore the default behavior, simply do the same with this string: regsvr32 zipfldr.dll
Tip: Stop Search from Scanning ZIP files: Un-register the zip and cab file dlls, then reregister them after that.
Before Search:
regsvr32 /u zipfldr.dll
regsvr32 /u cabview.dll
After Search:
regsvr32 cabview.dll
regsvr32 zipfldr.dll
0 comments:
Post a Comment