n0Lamers Posted October 5, 2004 Posted October 5, 2004 (edited) The solution listed in the post below this one DOES NOT take care of the "Open File - Security Warning" nag for all XP boxes. I have a work-around script two posts down that works for virtually all XP boxes, but there are some limitations to note: Two nags that occur after a file is downloaded still exist that my original solution, nor the solution offered by (the author of the post below) this-is-me, take care of: "Internet Explorer - Security Warning" (when any runnable finishes downloading and you select run from the "file download" window) and "File Download - Security Warning" (when files stored in Zips in Temp. Internet Files folder are double-clicked) Edited October 8, 2004 by n0Lamers
this-is-me Posted October 5, 2004 Posted October 5, 2004 In all honesty, there is an easier way to do this: Open boot.ini in the C:\ Drive (It's a hidden file) Change /NoExecute=OptIn to /NoExecute=AlwaysOff Reboot. No need for an always running program. Who else would I be?
n0Lamers Posted October 8, 2004 Author Posted October 8, 2004 I've done a bit more testing (basically, just tried the boot.ini entry on a different computer - still XP Home w/ SP2 as before though), and I've gotten the /NoExecute=AlwaysOff to NOT work at all. Also, the /Execute and the /NoExecute=OptOut don't work on the other machine I tested it on also. I've verified the correct location of the boot.ini (c:\) and I also copied the file to the c:\windows\ directory, because that's all I did to the first machine I tested the boot entry on and it worked fine from only the windows directory.....none of the entries kept the nag from showing up on this particular machine. So, it still stands that for a definite work around to only the "Open File - Security Warning" nag on the desktop, my script works for virtually all XP Home (most likely XP pro as well). I'll re-attach the script to this thread.AutoPermit.zip
this-is-me Posted October 8, 2004 Posted October 8, 2004 Check this article:http://support.microsoft.com/default.aspx?...=windowsxpsp2kb Who else would I be?
MHz Posted October 8, 2004 Posted October 8, 2004 Nice work n0Lamers, Do you have a script to show us. I would like to see.
n0Lamers Posted October 12, 2004 Author Posted October 12, 2004 Thank you for the prop, MHz! Script source is attached to this post... Since I'm back in school from a 3 week break due to a hurricane, I won't have time to further this script immediately, but it should be pretty straightforward for someone else who wants to add more nag-removability to the script. Maybe someone'll want to tackle the other two nags mentioned above, take care of downloads in all other diretories (not just the Desktop as its currently coded), and make it a complete solution! It could happen...(well, who knows)AutoPermit.au3
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