使用 WMI 设置远程进程的工作文件夹

发布于 2024-07-10 11:35:24 字数 250 浏览 8 评论 0原文

我正在使用这篇文章使用 WMI 在远程计算机上启动进程。 如何控制进程启动的工作目录?

(无需将我重定向到 psexec,我从中收到错误,当前正在尝试 WMI 方法)。

I'm using this article to start a process on a remote machine using WMI. How can I control the working directory that process will start in?

(No need to redirect me to psexec, I'm getting an error from it, currently trying the WMI approach).

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

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

发布评论

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

评论(1

命硬 2024-07-17 11:35:24

此处找到答案并进行推断。

对文中代码稍作修改:

inParams["CurrentDirectory"] = @"c:\WorkingDirectory";

Found the answer here and extrapolated.

A slight modification to the code in the article:

inParams["CurrentDirectory"] = @"c:\WorkingDirectory";

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