You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
I have a need to show the complete list of processes, so that Go code running inside Windows Subsystem for Linux reports not only the Linux processes, but the native Windows processes as well. Could we please expand the list?
For example, detect when the environment is WSL. Then run /mnt/c/Windows/System32/tasklist.exe and parse the results.
I have a need to show the complete list of processes, so that Go code running inside Windows Subsystem for Linux reports not only the Linux processes, but the native Windows processes as well. Could we please expand the list?
For example, detect when the environment is WSL. Then run
/mnt/c/Windows/System32/tasklist.exeand parse the results.