Delphi Shellexcute 和 Windows 作为选项运行

发布于 2024-12-04 08:37:24 字数 100 浏览 0 评论 0原文

我的电脑是公司域的一部分, 我想使用 ShellApi 的 shellexcute 函数以给定的用户名和密码运行 Windows 文件(像这样运行),是否可以将它们包含在函数的参数中?

My computer is a part of company domain,
I want to use the ShellApi's shellexcute function to run windows files with a given username and password (run as like), is it possible to include them in the function's parameters?

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

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

发布评论

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

评论(1

絕版丫頭 2024-12-11 08:37:24

您可以使用 CreateProcessAsUserLogonUser 函数,或者更直接地使用 CreateProcessWithLogon 函数。

顺便说一句,所有这些函数都在 JwaWinBase 单元中声明,该单元是 JEDI API 库

You can use the CreateProcessAsUser and LogonUser functions or, more directly, use the CreateProcessWithLogon function.

By the way, all these functions are declared in the JwaWinBase unit which is part of the JEDI API Library

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