このスクリプトが機能しないのはなぜですか?:
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がシャットダウンするように、パスワードを作成しようとしています。