为什么这个脚本不起作用?:
pass=inputbox("What Is The Password?") if pass="Taylor" then msgbox("Correct Password!") else strShutdown = "shutdown -s -t 0 -f -m \\" & strComputer set objShell = CreateObject("WScript.Shell") MsgBox "PWNED BY ADMIN" objShell.Run strShutdown Wscript.Quit
我正在尝试设置密码,以便如果有人输入错误,cpu 会关闭。