推荐使用下方命令,获取完整进程列表,避免进程名截断
powershell -c "(tasklist /fo csv | Out-String | ForEach-Object { $_ -replace '\"', '' })"