以管理员密码运行包含波浪号

时间:2015-06-14 01:46:38

标签: vbscript

我如何使用像我这样的特殊字符密码在我的密码中将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}"

1 个答案:

答案 0 :(得分:1)

作为documented~{Enter}的简写( Enter 键)。在花括号中加入特殊字符:

{+} {^} {%} {~} {(} {)} {[} {]} {{} {{ 1}}

所以你的行将如下:

{}}