📄 uninstall.bat
字号:
@echo off
echo service
net stop tdi_fw_svc
%SystemRoot%\system32\tdi_fw_svc.exe remove
del %SystemRoot%\system32\tdi_fw_svc.exe
echo driver
bin\install remove
del %SystemRoot%\system32\drivers\tdi_fw.sys
rem echo config and log files
rem del /Q %SystemRoot%\system32\LogFiles\tdi_fw > nul
rem rd %SystemRoot%\system32\LogFiles\tdi_fw > nul
rem del %SystemRoot%\system32\drivers\etc\tdi_fw.conf > nul
echo.
echo Restart Windows to unload driver from memory.
pause
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -