win7 定时关机功能

问题描述:

用户想实现win7操作系统下实现定时关机功能,如何解决

解决方案:

可以通过DOS命令shutdown来解决

在 Win7 中,shutdown实现自动关机的方法如下:

开始->运行->cmd

举例说明一:要在 晚上23:00准时关机你可以输入如下命令:

at 23:00 shutdonw  -s

举例说明二:要1小时之后关闭电脑(假如你有事离开,但是下载还未完成,你就可以这样)

shutdown -f -s -t 3600  (3600单位是秒)

shutdown -a 可以终止命令

适用操作系统:windows7

This entry was posted in 软件发烧 and tagged , . Bookmark the permalink.

One Response to win7 定时关机功能

  1. 郑永 says:

    谢谢分享,早有耳闻。

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>