在 AutoIT 下的 ControlSend 函数中将 # 作为字符串传递

Passing # as string in ControlSend function under AutoIT

预期情况: ControlSend($title,"",$PWD,"Admin#3")

每当系统到达 # 时,我的 "Windows" 键自动按下,程序中断。我想绕过 Windows 基本身份验证。 我正在使用 Windows 8.1-Firefox 最新版本

ControlSend($title,"",$PWD,"Admin{#}1");设置密码

这应该可以解决问题。

ControlSend($title,"",$PWD,"Admin{#}1");设置密码

已解决问题