try it 7z l file.zip -xtf
If you have parentheses when creating a password, you must also specify them when entering them manually.
Diff in File Manager
try it 7z e "F:\!driver\Sound\Realtek\Realtek High Definition Audio 6.0.9235.1 FF00 WHQL win 10 and 11 x64 only.7z" -oC:\Temp\Audio -spm *9235\*
This bug is fixed in 25.01 https://bdu.fstec.ru/vul/2025-12912?ysclid=mhu8qsh0w9345731704
7z a c:\1\a.zip -spm folder1\* @ipavlov, during testing, I find that the code adds the SetACL folder to the archive, including nested folders and files. 7z a a.7z -spm 44\SetACL\ And if you add an asterisk, it only adds the nested files to the archive; folders are not added. Is that how it should be? 7z a a.7z -spm 44\SetACL\* p.s. I didn't figure out the -spm2 switch, can you show a few examples?
As I understood, file sorting is always present on NTFS. And it cannot be canceled. By default, sorting is by name. Until version 15.06, 7-zip used a non-system-specific file sorting - by extension. From version 15.06, the standard file sorting was restored - by name, so the instructions state that sorting is disabled (non-standard sorting is disabled). I hope I understood the essence correctly.
@ipavlov, I am a little confused. Judging by the 7-zip.chm, the sorting does not turn off? It's allowed to use reduced forms for boolean switches: sw+ or sw instead sw=on, and sw- instead of sw=off. qs- : sorting by name : it's default order.