I would like to disable the "Open File Security Warning" that says "Do you want to run this file?" whenever I double click on an .exe I download. I have Windows 7 Home Premium, so I don't have the group policies editor. I have tried setting a registry value: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Associations, value DefaultFileTypeRisk to 6152, but this did no good. This is the only entry under Associations, incidentally, and it was empty before I added this.

Is there a way to disable this message on my system (other than unblocking each .exe file)?

link|improve this question

feedback

2 Answers

You can install the Group Policy Editor in Windows 7 Home Premium using this : http://jwils876.deviantart.com/art/Add-GPEDIT-msc-215792914

This tutorial : http://www.door2windows.com/disable-open-file-security-warning-message/ wil show you how you can disable the message with step-by-step screenshots.

link|improve this answer
The group policy editor doesn't have the proper options, apparently because those values are not in the registry. – xpda Aug 19 '11 at 22:32
The tutorial (ie security setting) works when the publisher is not known, but does not prevent the message for applications from Microsoft, for example. – xpda Aug 19 '11 at 22:33
feedback
up vote 0 down vote accepted

Adding these two registry entries prevent the error message "Open File Security Warning" that says "Do you want to run this file?" in Windows 7. As when disabling most security warnings, you should think it through before you do it.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"SaveZoneInformation"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
"LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;"
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.