使用与创建计划任务不同的用户运行计划任务
我需要使用创建任务的用户和密码从 C# 代码为任务调度程序创建一个任务。
然后,我想使用与用于创建任务的用户不同的帐户来运行计划的程序。
是否可以 ?如果是,怎么办?
I need to create a task for task scheduler from c# code using a user and a password for creating it.
Then the program that is scheduled, I want to be runned using a different account then the user that was used for creating the task.
Is it possible ? If yes, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Windows 中创建计划任务后,打开任务属性。 “任务”选项卡上应该有一个“运行方式”文本框,允许您输入不同的用户名。然后您可以创建一个密码。
After you create a Scheduled Task in Windows, open the task properties. There should be a Run As textbox on the Task tab, that allows you to type in a different user's name. Then you can create a password.