Bypassing security warnings

  • Thread starter Thread starter ermanu
  • Start date Start date
E

ermanu

Hello,
In our company some users have to run automatically a batch file when
they run a software.
But everytime they get a security warning about the possible harms of
the file :)
Is there a method to disable this warning for some type of files or
some file names like run.bat
thank you
Erman Ulusoy
 
See the link below on how to modify the unsafe files list and how to create
exclusions. --- Steve

http://www.windowsnetworking.com/kb...ModifytheInternetExplorer6Unsafefilelist.html

You can make exceptions to the unsafe-file list:

a.. Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet
Explorer\UnsafeFiles\Exclude
You will have to create the key if it does not exist. It won't.

b.. From the Edit menu, select New, Key
c.. Enter the extension you want to exclude
for example to exclude .exe from the default list, add it:
.exe
 
Back
Top