亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        設(shè)置電腦倒計時關(guān)機的命令

        字號:


            <1>點 "桌面左下角" -> "開始" -> "運行"
            <1>然后彈出以下對話框,輸入 shutdown -s -f -t 50 at 24:00 -> "確定"
            shutdown -s -f -t 50 at 24:00 //代表在24:00時會有50秒鐘提示后自動關(guān)閉,
            取消的方法是shutdown -a
            操作命令
            shutdown.exe -a 取消關(guān)機
            shutdown.exe -s 關(guān)機
            shutdown.exe -f 強行關(guān)閉應(yīng)用程序。
            shutdown.exe -m \計算機名 控制遠(yuǎn)程計算機。
            shutdown.exe -i 顯示圖形用戶界面,但必須是Shutdown的第一個參數(shù)。
            shutdown.exe -l 注銷當(dāng)前用戶。
            shutdown.exe -r 關(guān)機并重啟。
            shutdown.exe -t時間 設(shè)置關(guān)機倒計時。 設(shè)置關(guān)閉前的超時為 xxx 秒。對于windows 2003 系統(tǒng),有效范圍是 0-600,默認(rèn)為 30
            shutdown.exe -c"消息內(nèi)容" 輸入關(guān)機對話框中的消息內(nèi)容(不能超127個字符)。
            比如你的電腦要在24:00關(guān)機,可以選擇“開始→運行”,輸入“at 24:00 Shutdown -s”,這樣,到了24點,電腦就會出現(xiàn)“系統(tǒng)關(guān)機”
            對話框,默認(rèn)有30秒鐘的倒計時并提示你保存工作。
            如果你想以倒計時的方式關(guān)機,可以輸入“Shutdown.exe -s -t 7200”,這里表示120分鐘后自動關(guān)機,“7200”代表120分鐘。 如果
            想取消的話,可以在運行中輸入“shutdown -a”。另外輸入“shutdown -i”,則可以打開設(shè)置自動關(guān)機對話框,對自動關(guān)機進(jìn)行設(shè)置。
            讓W(xué)indows 2000也實現(xiàn)同樣的效果,可以把Shutdown.exe復(fù)制到系統(tǒng)目錄System32下
            eg:shutdown.exe -s -m \z20235 當(dāng)然你還可以把shutdown與at命配合使用來定時關(guān)機,會更加的精確,
            格式:at 關(guān)機時間 shutdown 選項
            實際應(yīng)用
            at 10:45 shutdown -s -t 20
            就是讓機子在10:45關(guān)機,并倒計時20秒。須要注意的是在使用它時須先打開 “Task Scheduler”服務(wù)。