Jump to content

Disable "File Download - Some files may be harmful..."


Recommended Posts

I am creating some auto installer scripts for windows 2003. One of the snags I am hitting is that I always get this windows pop-up that says "File Download - Some files may be harmful..." Does anyone know how to disable this security feature?

Posted Image

Systems AdministratorSiemens: Windows Server SupportFly Fisher, Table Tennis Junkie, and Struggling Coder

Link to comment
Share on other sites

This is what I use

RegWrite('HKCU\Software\Microsoft\Internet Explorer\Download', 'CheckExeSignatures', 'Reg_sz', 'no')
RegWrite('HKCU\Software\Microsoft\Internet Explorer\Download', 'RunInvalidSignatures', 'Reg_Dword', '0x00000001')
RegWrite('HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments', 'SaveZoneInformation', 'Reg_Dword', '0x00000001')

:whistle:

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...