
tasklist:ai:61a9b
How do I find out which process is using a file named hvr.exe ?
$ tasklist /FI "IMAGENAME eq hvr.exe" /FO JSON
try on your machine
This command will list all the active processes with the image name 'hvr.exe' and output the result in JSON format.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- How do I find out which process is using a file named hvr.exe ?