91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何編寫可以定時自動關機的vbs腳本

發布時間:2021-09-30 10:46:26 來源:億速云 閱讀:386 作者:iii 欄目:開發技術

這篇文章主要講解了“如何編寫可以定時自動關機的vbs腳本”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“如何編寫可以定時自動關機的vbs腳本”吧!

復制代碼 代碼如下:

Dim mytime,myout1,myout2 
mytime=null 
mytime=InputBox("請輸入定時時間(格式20:10:05)"&vblf&"如果想倒計時關機,請輸入倒計時時間"&vblf&"(單位/分鐘)"&vblf&"輸入‘xxx'可以馬上關機"&vblf&"退出點‘取消'","定時關機","1") 
Set wshshell=wscript.createobject("wscript.shell") 
If IsNumeric(mytime)=False Then 
If IsDate(mytime)=True Then 
wshshell.run "at "&mytime&" shutdown -s" '定時關機在任務列表中 
myout1=MsgBox("定時成功!電腦將在"&mytime&"關機!放棄關機請點‘取消'!",vbokcancel,"定時關機") 
If myout1=vbcancel Then 
wshshell.run "at /delete /y" 
MsgBox "關機已取消!",64,"定時關機" 
End If 
Else 
If mytime="xxx" Then 
wshshell.run "shutdown -s -t 0" 
End If 
MsgBox "輸入錯誤!請重新輸入!",64,"定時關機" 
End If 
Else 
If mytime>600 Or mytime<=0 Then 
MsgBox "輸入錯誤!倒計時不能多于10小時(600分鐘)!",64,"定時關機" 
wscript.quit 
End If 
wshshell.run "shutdown -s -t "&mytime*60 
myout2=MsgBox("設置成功!電腦將在"&mytime&"分鐘后關機!放棄關機請點‘取消'!",vbokcancel,"定時關機") 
If myout2=vbcancel Then 
wshshell.run "shutdown -a" 
MsgBox "關機已取消!",64,"定時關機" 
End If 
End If

復制代碼 代碼如下:

set diaolei=createobject("wscript.shell") 
dim shijian,guanji,hua 
shijian=time 
hua=inputbox("請輸入你要用什么單位關機 1 代表分鐘 2 代表小時 3 代表天") 
if hua=1 then 
guanji=inputbox("請輸入你要幾分鐘后關機") 
if datediff("m",shijian,time)>=guanji then 
diaolei.run "rundll32.exe user.exe,exitwindows" 
diaolei.run "shutdown -s -t 0" 
elseif hua=2 then 
guanji=inputbox("請輸入你要幾小時后關機") 
if datediff("h",shijian,time)>=guanji then 
diaolei.run "rundll32.exe user.exe,exitwindows" 
diaolei.run "shutdown -s -t 0" 
elseif hua=3 then 
guanji=inputbox("請輸入你要幾天后關機") 
if datediff("d",shijian,time)>=guanji then 
diaolei.run "rundll32.exe user.exe,exitwindows" 
diaolei.run "shutdown -s -t 0" 
endif

感謝各位的閱讀,以上就是“如何編寫可以定時自動關機的vbs腳本”的內容了,經過本文的學習后,相信大家對如何編寫可以定時自動關機的vbs腳本這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

vbs
AI

台东市| 洪泽县| 开封市| 江城| 南昌县| 略阳县| 包头市| 苏尼特左旗| 同江市| 木里| 霸州市| 盐津县| 衡阳县| 灵丘县| 平武县| 余姚市| 忻城县| 崇礼县| 夏邑县| 丰台区| 鄢陵县| 景洪市| 彭水| 武平县| 内江市| 左贡县| 特克斯县| 饶阳县| 乳源| 辛集市| 育儿| 略阳县| 华容县| 贺州市| 社旗县| 芦溪县| 杭锦旗| 平顺县| 甘谷县| 武夷山市| 阳城县|