我如何使用像我这样的特殊字符密码在我的密码中将Tilde设为Ka$$1001~1
以下是下面的脚本,我无法运行脚本。
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.run "runas /user:administrator92 " & chr(34) & a & chr(34)
WScript.Sleep 1000
WshShell.SendKeys "Ka$$1001~1" 'send password
WshShell.SendKeys "{ENTER}"
答案 0 :(得分:1)
作为documented,~
是{Enter}
的简写( Enter 键)。在花括号中加入特殊字符:
{+}
{^}
{%}
{~}
{(}
{)}
{[}
{]}
{{}
{{ 1}}
所以你的行将如下:
{}}