Skip to content

利用系统防火墙高级设置阻止向445端口进行连接

chen shucheng edited this page May 15, 2017 · 1 revision
netsh advfirewall set allprofile state on
netsh advfirewall firewall add rule name=deny445 dir=in action=block protocol=TCP localport=445
Clone this wiki locally