定時關(guān)機(jī),很容易的。。。首先在“開始”菜單點擊“運行”,輸入“at xx:xx shoutdown -s” 可以實現(xiàn)定時關(guān)機(jī),xx:xx指的是具體關(guān)機(jī)時間。還可以輸入“shoutdown.exe -s -t xxxx”。xxxx指的是欲多久后關(guān)機(jī)的秒數(shù)。如果運行程序后想取消,則輸入“shutdown -a”即可(注意以上輸入時不包括引號)。
如果要在Windows 2000下運行的話,只需將Windows XP c:windowssystem32目錄下的“shutdown.exe”文件拷貝到Windows 2000下的c:winntsystem32目錄下即可。