Windows Processes
Fetch list of full path of executable from running process:
text
wmic process get ProcessID,ExecutablePath | findstr /R "[A-Za-z0-9]"
Monitor windows processes
on TUI-based apps, I recommend NTop, interactive and also support tree view and alternatively BTOP, it have GPU usage information.
hide a tray icon by killing its process
use tasklist and taskkill to do this
program that automatic start up on boot
see this post to trace how a process is started automatically when user login