如何关闭udp445端口
发布网友
发布时间:2022-10-20 13:20
我来回答
共1个回答
热心网友
时间:2024-07-03 11:07
以管理员身份运行cmd
弹窗键入或拷贝第一条命令
netsh advfirewall set allprofile state on 回车
等待 再键入或拷贝第二条命令
netsh advfirewall firewall add rule name=deny445 dir=in action=block protocol=TCP localport=445 回车 当出现【确定】即成功