rem wmic process where ( CommandLine like '%" + PROCESS_ID + "%' and name like '%" + exe + "%' ) call terminate wmic process where ( name like '%pbprocess.exe%' ) call terminate wmic process where ( name like '%pbreport.exe%' ) call terminate