谁有快速关机的脚本????
打开“记事本”输入以下内容并保存为shutdown.vbs放在桌面上。 set wshshell=createobject("wscript.shell") wshshell.sendkeys "^{esc}u" wscript.sleep 200 wshshell.sendkeys "{home}{down}{enter}" 使用时只需双击该脚本文件即可实现关机操作。
打开“记事本”输入以下内容并保存为shutdown.vbs放在桌面上。 set wshshell=createobject("wscript.shell") wshshell.sendkeys "^{esc}u" wscript.sleep 200 wshshell.sendkeys "{home}{down}{enter}" 使用时只需双击该脚本文件即可实现关机操作。