运用Windows 特性 bug所写的一个文件管理器快速加载脚本
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "C:\Windows\explorer.exe"
Wscript.Sleep 700
wshShell.SendKeys "{F11}"
Wscript.Sleep 500
wshShell.SendKeys "{F11}"Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "C:\Windows\explorer.exe"
Wscript.Sleep 700
wshShell.SendKeys "{F11}"
Wscript.Sleep 500
wshShell.SendKeys "{F11}"
评论 (0)