About Windows process

25年 1月 31日 Friday
71 words
1 minutes

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

Title:About Windows process

Author:ReYuki

Link:https://www.reyuki.site/posts/about-windows-process [copy]

Last updated:


This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. You are free to share and adapt it, as long as you give appropriate credit, don’t use it for commercial purposes, and distribute your contributions under the same license. Provided under license CC BY-NC-SA 4.0