运行 windows 启动后,Dropbox 自动作为 windows 服务

Running Dropbox as a windows service automatically as soon as windows starts

实际上,我想 运行 Dropbox 作为 windows 服务。在这篇文章之后,http://thedigitalhippies.com/forums/topic/4-running-dropbox-as-a-service-windows-server-2008-x64/ 它如我所愿地完美运行。

现在,我想在 windows 启动后立即 start/run 保管箱服务。

有人知道吗? 提前致谢。

您可以使用 Windows Task Scheduler

您刚刚创建了一个新任务运行在计算机启动时触发 Dropbox:

  • 创建一个 task when computer starts : 运行 带触发器的保管箱实例 "when computer starts"
  • 使用taskkill command. You can either trigger it from the task scheduler or you can add it to the shutdown policy in gpedit.msc
  • 终止任务

如果 Dropbox 已经设置为 windows 服务,则您不需要使用任务计划程序。只是:

  1. 运行 services control panel application ("services.msc")
  2. 找到您为 运行 Dropbox
  3. 创建的服务
  4. 确保服务设置为启动"Automatic" -- or "Automatic (Delayed Start)"