Speed up your search on WinXP

October 1, 2008 by admin

When I’m downloading files I save them to folder c:\download. This already contains several hundred of files, mostly ZIP. The side effect of this is when you perform search over directory with big number of zipped archives it will slow down entire search process because windows is looking into zipped files. I usually just search for files that aren’t included in those zipped files so this functionality is unnecessary for me.

What you can do ?

Zip functionality in WinXp is handled by zipfldr.dll . This is dynamic link library located in your windows system32 folder. So you just have to unregister it from your system. How to ?

  1. Click your “Start” button
  2. Click “Run” from menu
  3. Enter regsvr32 c:\winnt\\system32\zipfldr.dll /u or regsvr32 c:\windows\\system32\zipfldr.dll /u (The path depends on your windows installation)
  4. Press “OK”
run

Run dialog

If you typed it correctly windows will unregister this DLL from your system and will inform you about this in message box.

Message box

Now.. if you want to enable ZIP support you’ll have to do it same way just type:

regsvr32 c:\winnt\\system32\zipfldr.dll or regsvr32 c:\windows\\system32\zipfldr.dll
(Again: The path depends on your windows installation !)

Question:

Do you want me to create small utility that will do that for you automatically ? If so leave comment.

1 Star2 Stars3 Stars4 Stars5 Stars (40 votes, average: 4.13 out of 5)
Loading ... Loading ...

11 Comments »

  • daniel gansah said:

    really great job.

  • jb said:

    nice

  • rama said:

    Nice softwares

  • himan said:

    best

  • dg said:

    good

  • admin (author) said:

    Thank you for you comments guys

  • mahin said:

    nice

  • vivek kumar said:

    i am trying to unregister zipfldr.dll .but it shows that the specified module could not be found.i have window xp os.please let me know what is the problem.i will greatfull to u for this…

  • admin (author) said:

    Please search for zipfldr.dll on your system. Then if search will find this file, use its path when you unregister it.

  • JAY said:

    such a great job man…….
    keep it up……….

  • Bogdan said:

    Best,best,best…!