当账户多次输入错误被锁定时可输入命令

clear local-user admin lock-status

脚本代码

#$language = "VBScript"
#$interface = "1.0"

crt.Screen.Synchronous = True

' This automatically generated script may need to be
' edited in order to work correctly.
' https://www.runyf.cn


Sub main

    crt.Screen.Send "conf-mode" & VbCr
    crt.Screen.Send "show clock" & VbCr
    crt.Screen.Send "password strength weak" & VbCr
    crt.Screen.Send "local-user admin" & VbCr
    crt.Screen.Send "password admin_default" & VbCr

End Sub
最后修改:2023 年 05 月 02 日
如果觉得我的文章对你有用,请随意赞赏