﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-勤奋、严谨、求实、创新-文章分类-操作系统</title><link>http://www.cnitblog.com/Lionsir/category/301.html</link><description /><language>zh-cn</language><lastBuildDate>Tue, 11 Oct 2011 10:09:32 GMT</lastBuildDate><pubDate>Tue, 11 Oct 2011 10:09:32 GMT</pubDate><ttl>60</ttl><item><title>WINDOWS关机命令</title><link>http://www.cnitblog.com/Lionsir/articles/904.html</link><dc:creator>葡萄</dc:creator><author>葡萄</author><pubDate>Tue, 12 Jul 2005 16:43:00 GMT</pubDate><guid>http://www.cnitblog.com/Lionsir/articles/904.html</guid><wfw:comment>http://www.cnitblog.com/Lionsir/comments/904.html</wfw:comment><comments>http://www.cnitblog.com/Lionsir/articles/904.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/Lionsir/comments/commentRss/904.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/Lionsir/services/trackbacks/904.html</trackback:ping><description><![CDATA[Windows XP(Windows 2000也可以)自身就具备定时关机的功能，下面我们就来看看如何实现Windows XP的自动关机。 
<P><FONT size=+0>Windows XP的关机是由Shutdown.exe程序来控制的，位于Windows＼System32文件夹中 <BR><BR>　　。如果想让Windows 2000也实现同样的效果，可以把Shutdown.exe复制到系统目录下。　　 <BR><BR>　　比如你的电脑要在22:00关机，可以选择"开始→运行"，输入"at 22:00 Shutdown -s"，这样，到了22点电脑就会出现"系统关机"对话框，默认有30秒钟的倒计时并提示你保存工作。如果你想以倒计时的方式关机，可以输入"Shutdown.exe -s -t 3600"，这里表示60分钟后自动关机，"3600"代表60分钟。 <BR><BR>　　设置好自动关机后，如果想取消的话，可以在运行中输入"shutdown -a"。另外输入"shutdown -i"，则可以打开设置自动关机对话框，对自动关机进行设置。　　 <BR><BR>　　Shutdown.exe的参数，每个都具有特定的用途，执行每一个都会产生不同的效果，比如"-s"就表示关闭本地计算机，"-a"表示取消关机操作，下面列出了更多参数，大家可以在Shutdown.exe中按需使用。 <BR><BR>　　-f：强行关闭应用程序 <BR><BR>　　-m ＼＼计算机名：控制远程计算机 <BR><BR>　　-i：显示图形用户界面，但必须是Shutdown的第一个选项 <BR><BR>　　-l：注销当前用户 <BR><BR>　　-r：关机并重启 <BR>　　 <BR>　　-t时间：设置关机倒计时 <BR><BR>　　-c "消息内容"：输入关机对话框中的消息内容(不能超127个字符)</FONT></P><img src ="http://www.cnitblog.com/Lionsir/aggbug/904.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/Lionsir/" target="_blank">葡萄</a> 2005-07-13 00:43 <a href="http://www.cnitblog.com/Lionsir/articles/904.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>