7-zip cannot open file on double click
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game Looping
--
Chapters
00:00 7-Zip Cannot Open File On Double Click
00:27 Answer 1 Score 7
00:43 Accepted Answer Score 7
01:18 Answer 3 Score 50
01:35 Answer 4 Score 2
02:18 Thank you
--
Full question
https://superuser.com/questions/518335/7...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#fileassociation #7zip
#avk47
ANSWER 1
Score 50
The problem is that the default is opening with 7zG (gui) while it should open with 7zFM (file manager).
You can change this using a program like DefaultProgramsEditor
Good luck.
ANSWER 2
Score 7
You could try to reset the associations from within 7-zip File Manager. One thing to note, if you are using Windows 7, you need to run 7zFM as administrator so it can set the changes.
ACCEPTED ANSWER
Score 7
Some registry keys were pointing to an x86 version of 7-Zip, which for some reason can't handle being invoked directly on this machine. I am not sure whether this is a bug in the x64 version of 7-Zip or whether a x86 version was installed on this machine before and didn't uninstall cleanly.
The following registry keys referred to the Program Files (x86)
directory. Changing those to refer to the Program Files
directory fixed the problem.
HKEY_CURRENT_USER\Software\Classes\7z_auto_file\shell\open\command HKEY_CURRENT_USER\Software\Classes\Applications\7z.exe\shell\open\command HKEY_CURRENT_USER\Software\Classes\Applications\7zFM.exe\shell\open\command
ANSWER 4
Score 2
As mentioned in a comment by @RolfBly, this can also be resolved as follows (Windows 10):
- Right-click on the file
- "Open With..." or "Open With..." > "Choose another app"
- Tick the "Always use this app to open .7z files" checkbox at the bottom of the popup
- Click "More Apps"
- Scroll to the bottom of the list, click "Look for another app on this PC"
- Navigate to the 7zFM.exe application - typically in Program Files/7-Zip
- Select the 7zFM.exe application, OK
.7z files will now open in 7Zip as expected