CODE: [Copy to clipboard]@echo off set "filepath=C:\Program Files\Arp\svchost.exe" wmic process where executablepath='%filepath:\=\\%' call terminate pause