批處理防火牆新增埠和程式通過

2021-09-20 06:31:13 字數 549 閱讀 4768

新增程式通過防火牆

將此.bat檔案放到需要新增通過的exe目錄下,管理員執行即可。

刪除已經新增的程式

新增埠通過防火牆

echo off

netsh advfirewall firewall add rule name="allowport1" dir=in action=allow protocol=udp localport=6666,8888

netsh advfirewall firewall add rule name="allowport2" dir=in action=allow protocol=tcp localport=4445-4447,6633

puase

注意:

1.「=」左右不能有空格

2.name可根據自己實際需求來編寫

《批處理新增防火牆過濾危險埠規則》

echo off color 0a echo 開啟防火牆.sc config sharedaccess start auto nul net start sharedaccess nul echo 向防火牆新增禁用135,139,445埠tcp規則.netsh advfirewall firewal...

linux防火牆新增埠並開閉防火牆

安裝 yum install firewalld 啟動 systemctl start firewalld 檢視狀態 systemctl status firewalld 禁用,禁止開機啟動 systemctl disable firewalld 開機啟用 systemctl enable fire...

C 新增修改防火牆埠及程式

文章 一 新增 com 引用 在引用裡,選擇 com 頁,找到netfwtypelib,確定即可 二 新增允許通過防火牆的例外程式 using system using system.collections.generic using system.linq using system.text us...