set ws=wscript.createobject("wscript.shell")i=inputbox("输入定时关机时间,单位为分钟","时间设置")s = "shutdown -s -t " & i * 60ws.run s,0