计划任务的适当位置

发布于 2024-08-07 21:35:37 字数 128 浏览 2 评论 0原文

在 Windows 中,哪里最适合存储将作为服务器上的计划任务运行的可执行文件?

  • 文件共享?
  • “C:”?
  • “C:\Windows”?
  • 其他的?

In Windows, where is the most appropriate place to store an executable that will be ran as a scheduled task on a server?

  • A file share?
  • "C:"?
  • "C:\Windows"?
  • Others?

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

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

发布评论

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

评论(1

深府石板幽径 2024-08-14 21:35:37

远离 C: 和 C:\Windows。切勿将其放在文件共享上(如果它不可用怎么办)?
我只是使用 C:\Program Files 的子目录(更准确地说,是 %ProgramFiles% - 例如,用户的系统可能不会安装在 C: 上)。

Stay out of C: and C:\Windows. Never put it on a file share (what if it isn't available)?
I'd just use a subdirectory of C:\Program Files (to be more precise, of %ProgramFiles% - the user's system may not be installed on C:, for instance).

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