Monday, December 10, 2012
Disable Windows 7 Firewall by command line
Domain Profile:
Netsh advfirewall set domainprofile state off
Private Profile:
Netsh advfirewall set privateprofile state off
Public Profile:
Netsh advfirewall set publicprofile state off
Or to disable all:
Netsh advfirewall set all state off
Show profile status:
Netsh advfirewall show allprofiles
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment