Windows and the Stupid Checkbox for Opening Downloaded Files

Wiki.TerraBase.info
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Good tip here on getting rid of the forking Apple Nanny of Allow file open for downloaded internet files in Windows;


https://www.tenforums.com/general-support/76978-disable-always-ask-before-opening-file.html


reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Associations" /v "DefaultFileTypeRisk" /t REG_DWORD /d "1808" /f

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments" /v "SaveZoneInformation" /t REG_DWORD /d "1" /f