Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
/ ZipFolderEx.VS2019 Public archive
forked from XiaoFaye/ZipFolderEx

ZipFolderEx is a utility that extends the built-in ZIP compress functionality of Windows OS. (Visual Studio 2019)

License

Notifications You must be signed in to change notification settings

j2doll/ZipFolderEx.VS2019

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZipFolderEx

A Brief Intro

ZipFolderEx is a utility that extends the built-in ZIP compress functionality of Windows. With ZipFolderEx, you can easily to unzip files wihout third-party softwares.

Screenshot:

zipfolderex

This project is base on the CppShellExtContextMenuHandler project on Microsoft Dev Center.

References:

  1. Themed menu’s icons, a complete Vista and XP solution

  2. How to zip/unzip files

Usage

(NOTICE: Run cmd as Administrator)

  • Registering and unregistering .DLL:
regsvr32 ZipFolderEx.dll		(for Windows 32bit)
regsvr32 ZipFolderEx64.dll		(for Windows 64bit)
regsvr32 ZipFolderEx.dll /u		(for Windows 32bit)
regsvr32 ZipFolderEx64.dll /u	(for Windows 64bit)
  • Note: After unregister the DLL, you might need to log off then log in to delete the DLL file, this is a windows behavior.

Version History

  • v0.1.j forked version (by @j2doll)
  1. fixed for visual studio 2019 (x64)
  2. append debugging code
  • v0.1 First working version (by @XiaoFaye)
  1. Add "Extract Here" and "Extract to XXX" menu items in Shell Context Menu for Zip files.
  2. Use Zip file associated icon for these 2 menu items.

About

ZipFolderEx is a utility that extends the built-in ZIP compress functionality of Windows OS. (Visual Studio 2019)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.0%
  • C 6.0%