设置 objshell=createobject("shell.application")
objshell.controlpanelitem("sysdm.cpl")
wscript.sleep 3000
设置 WshShell = WScript.CreateObject("WScript.Shell")
WshShell.sendkeys "{TAB}"
wscript.sleep 1000
WshShell.sendkeys "{TAB}"
wscript.sleep 1000
WshShell.sendkeys "{ENTER}"