首页 > 其他 > 详细

关闭常见危险端口

时间:2019-07-18 22:51:44      阅读:107      评论:0      收藏:0      [点我收藏+]
netsh advfirewall set publicprofile state on >null
netsh advfirewall set currentprofile state on >null
netsh advfirewall firewall add rule name="135_139_445" protocol=TCP dir=in localport=135,139,445 action=block
netsh advfirewall firewall add rule name="137_138" protocol=UDP dir=in localport=137,138 action=block

 

关闭常见危险端口

原文:https://www.cnblogs.com/feiyucha/p/11209937.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!