windows系統(tǒng)下的定時關(guān)機命令是:【shutdown -s -t 秒數(shù)】,如:【shutdown -s -t 60】表示60秒后自動關(guān)機。如果要取消定時關(guān)機,可以使用【shutdown -a】命令。
電腦關(guān)機是通過shutdown這個命令來實現(xiàn)的,因此可以通過shutdown命令加參數(shù)來實現(xiàn)定時關(guān)機。
具體命令如下:
定時關(guān)機
shutdown?-s?-t?60????(60表示定時60秒)
取消定時關(guān)機
shutdown?-a?(取消定時關(guān)機)
? 版權(quán)聲明
文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載。
THE END