【wmic】DOS命令查找正在运行的 Python 进程并显示其启动参数

郭小睿的博客 / 2023-08-10 / 原文

wmic process where "name='python.exe'" get processid,commandline