我可以使用命令通过 Windows shell 设置标题,title some string 但是如何获取某个进程的标题?
title some string
我试过 command tasklist /v,但我的标题非常非常长,这就是为什么我只收到部分标题。我也在考虑 wmic 实用程序,但找不到所需的标志。
tasklist /v
windows shell
shell ×1
windows ×1