如何获取远程机器正在运行的进程信息

发布于 2024-10-31 15:38:02 字数 36 浏览 0 评论 0原文

我想知道如何在VC++中获取远程PC正在运行的进程或任务。

I want to know how to get running process or tasks of remote PC in VC++.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟沫凡尘 2024-11-07 15:38:02

有几种方法。一种是打开该机器的注册表,并通过注册表接口枚举进程以获得性能数据。

另一种方法是连接到该计算机上的 WMI 命名空间,然后枚举 Win32_Process 的实例。

There are a couple of ways. One is to open that machine's registry, and enumerate processes via the registry interface to the performance data.

Another would be to connect to that the WMI namespace on that machine, and then enumerate the instances of Win32_Process.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文