在桌面直接使用WIN+X组合键操作,点击–>命令提示符(管理员) 或者在桌面直接使用WIN+q组合键操作去,然后在搜索框里面输入cmd,进入DOS操作窗口,接着输入以下命令:
1、C:\Windows\system32>netsh advfirewall firewall add rule name=”deny445” dir=in protocol=tcp localport=445 action=block
2、C:\Windows\system32>netsh firewall set portopening protocol=tcp port=445 mode=disable name=deny445