EFTScriptSamples/bat/killprocmon.bat

3 lines
46 B
Batchfile

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