Theo Posted July 25, 2006 Posted July 25, 2006 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? Systems AdministratorSiemens: Windows Server SupportFly Fisher, Table Tennis Junkie, and Struggling Coder
MHz Posted July 25, 2006 Posted July 25, 2006 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')
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