Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用命令提示符触发一个可执行文件(使用 .net 构建)。例如 c:> myfile.exe
但是我拥有的可执行文件需要身份验证。是否可以使用用户名和密码作为参数触发 exe?
计划任务允许您设置“运行方式”属性。您可以在此处设置 windows 用户帐户和密码。
如果您唯一关心的是在特定帐户下运行它,则可以在创建计划任务本身时进行配置。
如果您的 exe 本身需要用户名和密码,则需要传递命令行参数。
看一下 Shell 命令 runAs