新增
netsh advfirewall firewall add rule name=bhc禁用tcp埠入站 description=禁止tcp埠進行入站 dir=in action=block protocol=tcp localport=21,23,17,138,139
刪除
netsh advfirewall firewall delete rule name=bhc禁用tcp埠入站
開啟防火牆
netsh advfirewall set privateprofile state on
netsh advfirewall set publicprofile state off
set allprofiles -在所有配置檔案中設定屬性。set currentprofile -在活動配置檔案中設定屬性。
set domainprofile -在域配置檔案中設定屬性。
setglobal -設定全域性屬性。
set privateprofile -在專用配置檔案中設定屬性。
set publicprofile - 在公用配置檔案中設定屬性。
開啟windows防火牆設定介面
firewall.cpl
命令列配置Windows高階防火牆
今天正好看到個帖子,詢問如何通過命令列配置防火牆策略中遠端ip的位址,特別是新增新的位址。就是圖中scope裡remote ip address的位址。第一反應就是用netsh firewall來配置試試。輸入命令後,發現windows提示最好使用powershell配置,以後的系統中不再提供這種方...
命令列配置Windows高階防火牆
今天正好看到個帖子,詢問如何通過命令列配置防火牆策略中遠端ip的位址,特別是新增新的位址。就是圖中scope裡remote ip address的位址。第一反應就是用netsh firewall來配置試試。輸入命令後,發現windows提示最好使用powershell配置,以後的系統中不再提供這種方...
命令列配置Windows高階防火牆 qiyuwei
今天正好看到個帖子,詢問如何通過命令列配置防火牆策略中遠端ip的位址,特別是新增新的位址。就是圖中scope裡remote ip address的位址。第一反應就是用netsh firewall來配置試試。輸入命令後,發現windows提示最好使用powershell配置,以後的系統中不再提供這種方...