EFTScriptSamples/bat/killprocmon.bat

3 lines
46 B
Batchfile
Raw Permalink Normal View History

2022-09-13 11:37:49 -05:00
@echo off
taskkill /IM "Procmon64.exe" /F
exit