摘要: 1、获取当前ProcessID。 GetCurrentProcess 2、执行cmd或PowerShell cmd:wmic process where "processid=15844" get /format:list PowerShell:Get-Process -id 15844 | For 阅读全文
posted @ 2024-12-02 19:08 快雪 阅读(196) 评论(0) 推荐(0)