
tasklist
List of commands for tasklist:
-
tasklist:ai:429fc How do I find out which process is using a file named hvr.exe ? can you write the exact command for Microsoft Windows [Version 10.0.17763.5122]$ tasklist /FI "IMAGENAME eq hvr.exe"try on your machineexplain this command
-
tasklist:ai:61a9b How do I find out which process is using a file named hvr.exe ?$ tasklist /FI "IMAGENAME eq hvr.exe" /FO JSONtry on your machineexplain this command
-
tasklist:tldr:6e0ad tasklist: Display currently running processes.$ tasklisttry on your machineexplain this command
-
tasklist:tldr:9ef82 tasklist: Display running processes in a specified output format.$ tasklist /fo ${select}try on your machineexplain this command
-
tasklist:tldr:d5e1d tasklist: Display processes running on a remote machine.$ tasklist /s ${remote_name} /u ${username} /p ${password}try on your machineexplain this command
-
tasklist:tldr:e2b3e tasklist: Display services using each process.$ tasklist /svctry on your machineexplain this command
-
tasklist:tldr:f5df9 tasklist: Display running processes using the specified `.exe` or `.dll` file name.$ tasklist /m ${module_pattern}try on your machineexplain this command