如何设置使用 CreateProcess 创建的进程的名称?

发布于 2024-11-16 04:29:51 字数 108 浏览 2 评论 0原文

我正在按照在谷歌上找到的公式使用 CreateProcess 启动一个进程。我想知道的是,我可以设置创建的进程的进程名称,以便它在任务管理器中显而易见吗?

谢谢你,
——道格拉斯

I am starting a process with CreateProcess following the formulas found on google. What I am wondering, is can I set the process name of the created process so that it is obvious in the task manager?

Thank you,
--Douglas

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

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

发布评论

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

评论(2

小苏打饼 2024-11-23 04:29:51

这不是一个可用的选项。任务管理器中可见的进程名称源自文件名。如果您想要显示其他名称,只需重命名 EXE 文件即可。

That's not an available option. The process name as visible in Task Manager is derived from the file name. If you want another name to show up then simply rename the EXE file.

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