-
I noticed that the option to add the optimize archive function to the context menu is missing on Windows 10.
Opening each archive with the interface in order to click it becomes tedious with many files.Same for others functions like Remove Archive Encryption
-
It would be nice to be able to at least extract Zstandard archives.
-
I prefer to use light themes, and when, for example, I have set up my main archive screen to be Classic Toolbar with Blizzard Blue, files in the archive are highlighted (no checkboxes, full row select) with white text on grey background. They are easy to see .
However, in the Add screens, the files and folders are black type upon a pale blue background, which is not so readily visible, especially when highlighting separate files in lists with Ctrl/Click for addition. It would be ideal if the backgrounds to files in these screens could be set to mimic the highlighting of those in the main archive window.
I have tried experimenting with different themes and settings for skins, toolbars and so forth, but, unless I’ve missed something, none seem to give me the effect I want.
-
Re: Windows 11 Context menu support
It would really make me happy if you put .BH in the Windows 11 context menu. I know it’s in the “More Options” section, but this would make it more convenient. Don’t know why the option to add it to the menu isn’t there in the first place. P-L-E-A-S-E ??? :) Thanks You!
-
Any chance of including this format in a future release?
https://github.com/FS-make-simple/paq9a
Exceptional compression levels.
Thanks.
-
-
-
In Windows 11 a new explorer context menu is introduced.
The “old” context menu may still be accessed through an additional mouse click, to reach the PowerArchiver context menu functions, but this isn’t comfortable at all.Could you add PowerArchiver items to the first level (and ideally disable the Windows native ZIP entry)
-
I’m surprised that OneDrive for Business isn’t supported. I can’t link my company’s OneDrive account, but a personal (free) account works fine.
-
Hi,
I’d like to propose an improvement for password protected archives.
Actual behavior is:
If I open an archive, which is password protected and make a typo in the password dialog, I’ll get the message, that the password was wrong and I end up with an empty window. I need to reopen the archive to be able to enter the password again.Improved behavior:
Tell me, that the password was wrong and give me the chance to enter the correct password to decrypt the archive. -
Hello!
I know I have been asking for this feature some time ago, but as nothing has changed let me ask again:
The ZIPX-format offers an algorithm, that compresses JPEG-files by about 20-30%. Please add compression (packing) support for this in ZIPX-archives to Powerarchiver. Extraction of JPEGs packed into ZIPX by this algorithm is already supported by Powerarchiver for a long time, so it should not be difficult? Or is it a licensing problem?
Thanks! -
Hi,
I’d like to suggest, that the correct archive type is (always) selected, when adding files by drag & drop to an archive.
This is already happening if the archive has the correct extension. For example, if I’m adding files to test.zip, zip will be selected. If I’m adding files to test.7z, 7z will be selected as format in “Add dialog”.
But this won’t be working, if the archive has not the “right” extension.
So XPI files (Firefox addons) for example are ZIP files. PowerArchiver opens them without any problems, but if I try to add file by drag & drop, PowerArchiver won’t auto select “ZIP”, but use the last selected archive format, while PowerArchiver already knows, that I’m trying to add files to a ZIP.
Could a builtin checksummer be implemented
-
Could PowerArchiver provide a builtin checksummer such as md5sum please ?
-
Could PowerArchiver provide a builtin checksummer such as md5sum please ?
for what use exactly?
-
I often send archives via email, FTP, MSN or other network methods. On occasion the archives become corrupted. It would be cool if I could get powerarchiver to calculate an md5 checksum for the archives I create.
I can then send the md5sum to the recipient so they can verify the archive.
-
If you can’t open an archive, it’s almost 100% sure that the archive is broken. In this case you have to resend the mail archive. Basically I think an MD5 function is not necesarry. You needn’t an md5 summer to know if you can open an archive or not
-
I would agree with you if it were always a person at the other end doing the decoding but it could be daemon who wants to verify an archive before perhaps emailing back to say it was ok.
Nice to have the backup knowledge that the archive was complete before transfer.
Just an idea…. :-)
cheers - Martyn
-
simply they would test the archive via the test button on any archiver. Its better to havev par format to do this. However i don;t see the need even a checksum can get corrupt over the internet.
-
There are lots of programs that will do that for you.
I’m sorry if I seem to be intruding on this forum, but I did whip up a program like what you are asking for in VB.NET. It basically calculates Checksums using CRC32, MD5, and SHA1.
You would then call it like the following…
crcmd5sha1 CRC/MD5/SHA1,FileName
attachment_p_2051_0_crcmd5sha1.zip