Better 7-zip on Windows

I use Macs and I use Windows PCs. Sometimes I have a choice – sometimes I don’t. Overall, I’m definitely more of a fan of the general “Mac” user experience – focusing on making things “just work” with sensible defaults, and using as few clicks as possible to get things done.

On Macs, there is a wonderful program called The Unarchiver that “just works” for extracting ZIP files. It works very similar to the built-in unzipping functionality, but supports many more file formats. I love it – when I double-click on a compressed file, it expands it in the current folder, and it’s very smart about how to do that. If there’s only one file inside the compressed file, it puts it right in the current folder. If there’s more than one file, it puts it into an appropriately-named subfolder.

On Windows, 7-zip is probably the most versatile unarchiving program. 7-zip will extract practically anything you throw at it, and it also is great for creating archives as well. However, it’s double-click functionality feels very “Windows”-like – it opens up a file-manager style view, and then you have to decide what to do with it. If you set up the context menu, you can right-click on an archive and choose 7-zip -> Extract Here, and it will sort of do what The Unarchiver does… but not really. It’s not smart about folder placement/creation, and did I mention you have to right-click then go through a submenu?

I decided to write a script in VBS that would work more like The Unarchiver, and bind this to the default action for double-clicking on any archive files. I’ve created an installer file that will copy the VBS script to your 7-zip folder, and optionally set up the file associations for you. I haven’t tested it thoroughly, but it appears to work fine on two of my computers.

Note that this requires that you have 7-zip installed. I recommend installing it to the default directory of C:\Program Files\7-zip, but if you install it somewhere else, just make sure to specify the real 7-zip directory in the 7zunarchiver installer.

7zUnarchiver Installer v1.0

3 Comments

  1. Thanks a million, i was looking for just that.
    But can you write one that doesn’t open the unzipped folder and deletes the unarchived zip file?
    I used to find this configuration to be the simplest when i was using a mac and unarchiver.

    1. If you edit the unarchive.vbs file that gets dropped into the C:\Program Files\7-zip folder, you might be able to accomplish exactly what you want. Have a peek at that, and let me know if you need some help on where to get started.

  2. Thanks for the quick reply.
    I deleted the last arguement and it stopped the unzipping directory to popup. However i don’t know anything about scripting so i don’t have any idea on how to get 7zip to trash the unarchived zip file.
    But this is does get the job done as it is.
    Thanks a bunch for this lovely script

Leave a Reply to soruisaretiCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.