mitchellh / go-ps

Find, list, and inspect processes from Go (golang).
MIT License
1.46k stars 250 forks source link

Not showing 32 bit processes on 64 bit Windows #61

Open mpkondrashin opened 1 year ago

mpkondrashin commented 1 year ago

I wrote small Windows app that writes down list of processes, but it is shorter than what TaskManager shows. It seems that processes that are marked as "process name (32)" in TaskManager are not "visible" to go-ps.