VBS关机命令

2024-11-17 21:37:22
推荐回答(5个)
回答1:

程序如下:局盯消
Dim Wsh
Set Wsh = WScript.CreateObject("WScript.Shell"桐知)
Wsh.run "shutdown -s -t 30 -c "&chr(34)&"机器即将关闭"则简&chr(34)

回答2:

下面是在 Windows 操作系统下使用 VBS 脚本执行关机命令的示例:

Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.Run "shutdown /s /t 0"

这段脚本使用做碧 WScript.Shell 对象创建一个 Shell 对象,并使用其 Run 方喊睁法执行 "shutdown /s /t 0" 命令,其中 /s 表示关闭计算机,/纯渗举t 0 表示立即执行关机操作。

回答3:

这样:
set vs =wscript.createobject("wscript.shell")
首先创建对象,然念敏后:
vs.run"shutdown -s -t 00",true
对不起我刚搜高吵刚把true写成世侍了ture。

回答4:

shell "shutdown -s -t 0" VB窗体上写入即可程序一打开就关机。

回答5:

创建shell~ 人后run "shutdown -s -t 00"