Home > Software engineering >  I need to Truncate process id for a process named chrome.exe in windows command line
I need to Truncate process id for a process named chrome.exe in windows command line

Time:09-23

I need to Truncate process id for a process named chrome.exe in windows command line.

I tried tasklist | FIND "chrome.exe"

It gives complete line whith process name, process id and all other thing, but I only want to Truncate the process id for this process "chrome.exe"

CodePudding user response:

try taskkill /im chrome.exe /t /f

CodePudding user response:

I don't know what you mean by the question, but I think this will help you

open google | Press (Shift)and(ese)
  • Related