GRCMEC1 Posted July 9, 2007 Posted July 9, 2007 Hi to all, I am running a script in AutoIT version 3.2.4.9 and when I compile it an alert message for windows firewall appear, I unblock it and work all fine every time that I run the compiled acript, but I have 300 computers. I add the following line code in top of the script: CODERegWrite ("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile\AuthorizedApplications\List",@ScriptFullPath,"REG_SZ",@ScriptFullPath&":Enabled:"&@ScriptName) The problem is each time that I run the compiled Script the alert of windows firewall appear... Please help me.
evilertoaster Posted July 9, 2007 Posted July 9, 2007 have you read this-http://www.autoitscript.com/forum/index.php?showtopic=45714
GRCMEC1 Posted July 9, 2007 Author Posted July 9, 2007 have you read this-http://www.autoitscript.com/forum/index.php?showtopic=45714When I compile the script in other version the such as 3.1.0 this error does not appear
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