• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    一键关闭危险端口的批处理(防止黑客入侵)

    一键关闭危险端口(防止黑客入侵)
    危险, 端口, 黑客
    讲以下内容全部复制
    用记事本保存后缀为
    bat
    按提示进行 从下面@开始复制

    复制代码 代码如下:

    @echo off
    color 1f
    title 关闭常见的危险端口
    echo.
    echo.
    echo 本批处理用于启动XP系统的防火墙并关闭常见的危险端口
    echo.
    echo 请确认您正在使用的是XP系统 并且未安装其他防火墙
    echo.
    echo 以避免与XP系统的防火墙发生冲突
    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

    您可能感兴趣的文章:
    • 批处理一键关闭高危有害端口完整版(适合服务器使用)
    • 通过批处理关闭135 137 445等端口的实现代码(勒索病毒)
    上一篇:批处理文件(bat文件)注册dll批量注册dll
    下一篇:20种常用的DOS命令小结
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    一键关闭危险端口的批处理(防止黑客入侵) 一键,关闭,危险,端口,的,