Disable Windows Firewall service
Looking for a PostInstallation way to diable the Windows 7 firewall.
Anyone have a good method?
Thanks
Jedi
Anyone have a good method?
Thanks
Jedi
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
dchristian
12 years ago
Here's what i use to turn off the the firewall for domain, but leave it on for private and public networks.
Obviously it can be used to turn them all off if needed.
Hope this helps
Obviously it can be used to turn them all off if needed.
netsh advfirewall set domainprofile state off
netsh advfirewall set privateprofile state on
netsh advfirewall set publicprofile state on
Hope this helps

so that the conversation will remain readable.