发布网友 发布时间:2024-10-23 15:52
共1个回答
热心网友 时间:2024-11-11 08:13
dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.run"taskmgr.exe"
Wscript.Sleep 300
WshShell.SendKeys"%u"
WshShell.SendKeys"h"
这是VBS代码,你保存成.VBS文件,调用VBS来实现按键实现你的开机-休眠的功能