Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoFaye authored Apr 8, 2023
1 parent 46044ae commit 90136b3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Usage

(Run cmd as Administrator)

Registering and unregistering .DLL:
Registering and unregistering .DLL: (64bit version is recommended)

regsvr32 ZipFolderEx.dll (for Windows 32bit)
regsvr32 ZipFolderEx64.dll (for Windows 64bit)
**regsvr32 ZipFolderEx64.dll (for Windows 64bit)**

regsvr32 ZipFolderEx.dll /u (for Windows 32bit)
regsvr32 ZipFolderEx64.dll /u (for Windows 64bit)
**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.

Expand All @@ -40,3 +40,6 @@ Version History
* v0.1 First working version
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.
* v0.2 minor update
1. Targeting Visual Studio 2017 xp framework.
2. Add/Rmove "Extract All..." default menu item as required.

0 comments on commit 90136b3

Please sign in to comment.