⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install_nt4.bat

📁 基于TDI驱动编写的个人防火墙程序。包括驱动模块、应用层规则配置及加载模块。
💻 BAT
字号:
@echo off

md %SystemRoot%\system32\LogFiles\tdi_fw > nul

echo default config
copy tdi_fw.conf %SystemRoot%\system32\drivers\etc > nul

echo driver
copy bin\tdi_fw.sys %SystemRoot%\system32\drivers > nul
regedit /s install_nt4.reg

echo service
copy bin\tdi_fw_svc.exe %SystemRoot%\system32 > nul
%SystemRoot%\system32\tdi_fw_svc.exe install %SystemRoot%\system32\drivers\etc\tdi_fw.conf

echo.
echo Change %SystemRoot%\system32\drivers\etc\tdi_fw.conf file for your taste and restart Windows.
pause

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -