How to stop 7-Zip from automatically downloading and opening a zip file in Chrome?
Solution 1:
There's nothing you can do in 7-Zip to prevent this. It is Chrome who downloads the file and opens it with its default application.
At some point, Chrome was instructed to open ZIP files automatically after downloading. THis overrides the Ask where to save each file before downloading setting.
There are at least three ways to revert this change:
-
Open
chrome://settings/
, locate the Downloads section and click Clear auto-opening settings.This will cause Chrome to forget the auto-opening settings for all file extensions.
-
Start downloading a ZIP file (e.g., http://www.oneasiahost.com/speedtest/100mb.zip) big enough to make the download bar visible for a few seconds.
When the download bar appears, right-click the ongoing download and uncheck the option Always Open Files of This Type.
You can cancel the download afterwards.
-
Close Chrome, open the folder
%APPDATA%\Local\Google\Chrome\User Data
in Windows Explorer, enter your profile's folder (usually Default) and edit the file Preferences.Search a line looking like
"extensions_to_open": "zip",
and remove the zip extension from the list.
Save the changes and restart Chrome.