bfc_xxx Posted October 23, 2009 Posted October 23, 2009 The "Open File - Security Warning" started to drive me crazy. Is there any way to disable it with a registry key so I can use it on unattended installation?
radix Posted October 24, 2009 Posted October 24, 2009 (edited) Disable Open File - Security Warning in reg format:Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download] "CheckExeSignatures"="No" "RunInvalidSignatures"=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;" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "SaveZoneInformation"=dword:00000001Disable Open File - Security Warningn in inf format:[Version]Signature="$Windows NT$"[Optional Components]MyRegTweaks[DefaultInstall]AddReg =REGEntries.AddRegDelReg =REGEntries.DelReg[MyRegTweaks]OptionDesc ="Registry Entries"Tip ="Registry Entries"Modes =0,1,2,3AddReg =REGEntries.AddRegDelReg =REGEntries.DelReg[REGEntries.AddReg]HKCU,"Software\Microsoft\Internet Explorer\Download","CheckExeSignatures",0x0,"No"HKCU,"Software\Microsoft\Internet Explorer\Download","RunInvalidSignatures",0x10001,01,00,00,00HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\Associations","LowRiskFileTypes",0x0,".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;"HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\Attachments","SaveZoneInformation",0x10001,01,00,00,00[REGEntries.DelReg] Edited October 24, 2009 by radix
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now