Windows and the Stupid Checkbox for Opening Downloaded Files

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