如何自动启动和关闭Windows 2000 Server?

发布于 2024-12-20 12:14:00 字数 58 浏览 2 评论 0原文

我正在寻找的是我的服务器在工作日开始和结束时启动和关闭。我以为我可以使用任务管理,但我不知道如何使用。

What I am looking for is away for my server to start up and shut down, at the start and end of the business day. I thought I could use task management but I am not sure how.

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

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

发布评论

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

评论(1

痴骨ら 2024-12-27 12:14:00

正如您所说,要关闭服务器,您可以使用任务管理器。

只需创建新任务:

在“运行”字段中输入:

E:\WINDOWS\system32\shutdown.exe -s -t 60

在“开始于”字段中输入:

E:\WINDOWS\system32

然后在“计划”选项卡中设置“计划任务”和“开始时间”。

但要启动你不能使用任务管理器。

解决方案之一:

这可以通过具有网络唤醒功能的 UPS 来完成。局域网唤醒允许通过网络消息打开或唤醒计算机。更多信息:http://en.wikipedia.org/wiki/Wake-on-LAN

As you said to shut down the server you can use task manager.

Just create new task:

In the "RUN" field enter:

E:\WINDOWS\system32\shutdown.exe -s -t 60

In the "Start in" field enter:

E:\WINDOWS\system32

Then in the Schedule tab set Scheduled Task and Start time.

But to start up your you can't you Task Manager.

One of the solution:

This can be done by UPS with the Wake-On-LAN function. Wake-on-Lan allows a computer to be turned on or woken up by a network message. More about it: http://en.wikipedia.org/wiki/Wake-on-LAN

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