---- AI试用 ---域名问题某些图片和js资源无法访问,导致一些代码实例无法运行!(代码里gzui.net换成momen.vip即可)

比特币病毒防护(关闭不常用危险端口)

生活娱乐 蚂蚁 1742℃ 0评论

http://www.52pojie.cn/thread-608295-1-1.html
首先保存成bat文件格式(或者下载:https://pan.baidu.com/s/1eSuxPmE密码:cgvs)
关闭杀毒软件,运行此程序,按照提示操作:任意键结束完成。重启电脑,OK

@echo off 
color 1f 
title 比特币防护!病毒关闭常见的危险端口  WPMDB 出品
echo. 
echo. 
echo 本批处理用于启动windows系统的防火墙并关闭常见的危险端口 
echo. 
echo 请确认您正在使用的是windows系统 并且未安装其他防火墙 
echo. 
echo 以避免与windows系统的防火墙发生冲突 
echo. 
echo. 
echo. 
pause 
cls 
echo 正在启动防火墙 请稍候… 
sc config SharedAccess start= auto > nul 
net start SharedAccess > nul 
echo 防火墙已经成功启动 
echo. 
echo 正在关闭常见的危险端口 请稍候… 
echo. 
echo 正在关闭135端口 请稍候… 
netsh firewall set portopening protocol = ALL port = 135 name = 135 mode = DISABLE scope = ALL profile = ALL 
echo 正在关闭137端口 请稍候… 
netsh firewall set portopening protocol = ALL port = 137 name = 137 mode = DISABLE scope = ALL profile = ALL 
echo 正在关闭138端口 请稍候… 
netsh firewall set portopening protocol = ALL port = 138 name = 138 mode = DISABLE scope = ALL profile = ALL 
echo 正在关闭139端口 请稍候… 
netsh firewall set portopening protocol = ALL port = 139 name = 139 mode = DISABLE scope = ALL profile = ALL 
echo 正在关闭445端口 请稍候… 
netsh firewall set portopening protocol = ALL port = 445 name = 445 mode = DISABLE scope = ALL profile = ALL 
echo 正在关闭593端口 请稍候… 
netsh firewall set portopening protocol = TCP port = 593 name = 593 mode = DISABLE scope = ALL profile = ALL 
echo 正在关闭1025端口 请稍候… 
netsh firewall set portopening protocol = TCP port = 1025 name = 1024 mode = DISABLE scope = ALL profile = ALL 
echo 正在关闭3389端口 请稍候… 
netsh firewall set portopening protocol = ALL port = 3389 name = 3389 mode = DISABLE scope = ALL profile = ALL 
cls 
echo. 
echo. 
echo. 
echo 常见的危险端口已经关闭 
echo. 
echo. 
echo. 
echo. 
echo 
echo. 
echo. 
echo. 
echo 按任意键退出 
pause>nul 

转载请注明:有爱前端 » 比特币病毒防护(关闭不常用危险端口)

喜欢 (0)or分享 (0)