标签:
在Windows 8或Windows 2012 R2上, 使用下面的命令:
Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
在更早版本的Windows上, 使用netsh命令:
netsh advfirewall set allprofiles state on
资料来源
================
PowerTip: Use PowerShell to Enable the Windows Firewall
标签:
原文地址:http://www.cnblogs.com/awpatp/p/4549138.html