Computer Tip: Windows XP Zip Functionality Disappeared

zip

One thing that adds peace to my life is a working computer. A couple days ago, while working, I noticed the default zip/unzip functionality in Windows XP was completely missing. I couldn’t unzip a package I had downloaded, and there was no “Send To Zip” under the right click menu. After some research, here’s what I found:

  • Start Menu -> Run
  • Type: REGSVR32 ZIPFLDR.DLL

If that doesn’t help, try:

  • Start Menu -> Run
  • Type: cmd /c assoc .zip=CompressedFolder

To Simply restore the ‘Send To’ feature:

  • Start Menu -> Run
  • Type: rundll32 zipfldr.dll,RegisterSendto

And be sure your changes are taking effect, Restart the computer.

Enjoy!

Rate This Article:
1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...

Leave a Comment

You must be logged in to post a comment.