恭喜,你发布的帖子
发布于 2020-09-25 11:11:42
4楼
VBS:
Dim objWshShell
Dim strCommand
Set objWshShell = CreateObject("Wscript.Shell")
strCommand = "rundll32.exe powrprof.dll,SetSuspendState Hibernate"
objWshShell.Run strCommand, 1
直接在Windows运行命令里,运行rundll32.exe powrprof.dll,SetSuspendState Hibernate,也能直接让电脑休眠。
请填写推广理由:
分享
只看
楼主