<style type="text/css">
  1. 单击任务条的”开始“(通常在桌面的最左下角),选择”运行“选项。
  2. 在”运行“对话框中输入cmd。
  3. 在弹出的命令行对话框中输入以下命令:
    • shutdown -s -t 3600
    • 以上3600是关机前要等待的时间,以秒为单位。以上命令是让系统在一小时后关机。
  4. 这时计算机弹出“系统关机”面板。成功了!
    • Error creating node with http://www.myfootprints.cn/OldWeb/blog/upload/201003180939370670.jpg. Unable to fetch: http://www.myfootprints.cn/OldWeb/blog/upload/201003180939370670.jpg --- Reason: getaddrinfo ENOTFOUND www.myfootprints.cn --- Fetch details: { "attempt": 3, "method": "GET", "errorCode": "ENOTFOUND", "requestHeaders": { "user-agent": "got (https://github.com/sindresorhus/got)", "accept-encoding": "gzip, deflate, br" } } ---
  5. 如果你感到后悔了,想撤销定时关机的命令,可以在命令行中输入以下命令(如果你还来得及输入的话):
    • shutdown -a
    • 这时“系统关机”面板即消失了。成功撤销了!