I'm aware that I can run Task Manager by: wine taskmgr. However I'd like to have wine processes listed on the terminal screen similar to ps (but without using it), but for processes within Wine environment only.
How this can be achieved using Wine command-line tools?
I've found that this can be listed by using winedbg command, e.g.
winedbg --command "info proc"
Use the
info procwinedbg command to list running processes and their Win32 pids.
See: man winedbg.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With