Jump to content
io.kent

[AUTOIT] Anti Firewall

Recommended Posts

Posted
RegWrite("HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile", "EnableFirewall", "REG_DWORD", "00000001")
RegWrite("HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile", "DisableNotifications", "REG_DWORD", "00000001")
RegWrite("HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile", "DoNotAllowExceptions", "REG_DWORD", "00000001")
RegWrite("HKLM\SYSTEM\SOFTWARE\Microsoft\Security Center", "FirstRunDisabled", "REG_DWORD", "00000000")
RegWrite("HKLM\SYSTEM\SOFTWARE\Microsoft\Security Center", "AntiVirusDisableNotify", "REG_DWORD", "00000000")
RegWrite("HKLM\SYSTEM\SOFTWARE\Microsoft\Security Center", "FirewallDisableNotify", "REG_DWORD", "00000000")
RegWrite("HKLM\SYSTEM\SOFTWARE\Microsoft\Security Center", "UpdatesDisableNotify", "REG_DWORD", "00000000")
RegWrite("HKLM\SYSTEM\SOFTWARE\Microsoft\Security Center", "AntiVirusOverride", "REG_DWORD", "00000000")
RegWrite("HKLM\SYSTEM\SOFTWARE\Microsoft\Security Center", "FirewallOverride", "REG_DWORD", "00000000")

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...