EFTScriptSamples/bat/killwireshark.bat

3 lines
46 B
Batchfile

@echo off
taskkill /IM "Wireshark.exe" /F
exit