Mar 232010
Whenever you open sone .exe,.bat etc files you should see similar to the following Open file – security warning
To disable this use one of the following methods
Method 1
copy and paste the following in to text file save as openfilefix.reg
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
“LowRiskFileTypes”=”.exe;.bat;.reg;.vbs;”
Once you saved the file you need to double click to install this fix and finally reboot your pC
Method 2
Using gpedit.msc
In startup search box type gpedit.msc and change the inclusion list of low file types
Incoming search terms:
- open file security warning disable windows 7 (228)
- lowriskfiletypes (186)
- disable open file security warning windows 7 (159)
- open file security warning windows 7 (157)
- windows 7 open file security warning (88)
- windows 7 open file security warning disable (66)
- disable open file security warning windows 7 group policy (49)
- turn off open file security warning windows 7 (46)
- lowriskfiletypes registry (46)
- Open file security warning (42)


so good.
do you know how to activate the local group policy editor in the home premium version? I see the dll files but not the .msc.
thanks
neither worked for me.
Windows Server 2008 w latest Updates; 64-bit.
Windows 7 x64 enterprise, group policy edit worked, registry did not. Anybody know how to script local group policy changes?
Same as Ronald. gpedit worked, registry did not.
Regedit works if you change the quotes from ” to ”
“LowRiskFileTypes”=”.exe;.bat;.reg;.vbs;”
“LowRiskFileTypes”=”.exe;.bat;.reg;.vbs;”
Thanks
arrgh sorry this thing displays the wrong quotes even when you type the correct ones.
anyway once youve cut and paste the registry entry above retype the quotes, (shift and 2) and you will see they are different. This then works
Regedit works if you change the quotes from ” to ”
“LowRiskFileTypes”=”.exe;.bat;.reg;.vbs;”
“LowRiskFileTypes”=”.exe;.bat;.reg;.vbs;”
Worked on Server 2008 (64bit) after changing the “curved quotes” to “straight quotes” – just copy into notepad and overwrite every double-quote in the file before saving.