psexec.exe 弹出的窗口老是发送快捷键不成功的..... [已解决]
本帖最后由 流沙枫 于 2012-1-3 15:43 编辑Run(@ComSpec & " /c " & 'TASKKILL /F /IM explorer.exe /T', "", @SW_HIDE)
Runwait('psexec.exe -d -s explorer.exe',@scriptdir)
WinActive("PsExec License Agreement","")
ControlClick ("PsExec License Agreement","&Agree","Button1")
Send("!A")
RunAs ( "administrator","", "", 1, "c:\windows\explorer.exe","c:\windows")
本来想看下能帮点忙不, 可是楼主至少先要说明这EXE是做什么的吧? psexec第一次操作的时候需要agree个协议,以后使用就不会提示了,你是不是已经agree过了,所以不成功 回复 2# user3000
唤起explorer.exe 工具.... psexec第一次使用会弹出协议窗口,同意后,就可以用了 回复 3# 502762378
需要第一次点agree,但是也不成功.... 用隐藏参数runwait('psexec.exe -accepteula -d -s explorer.exe',@scriptdir) 回复 7# Qokelate
Run(@ComSpec & " /c " & 'TASKKILL /F /IM explorer.exe /T', "", @SW_HIDE)
runwait('psexec.exe -accepteula -d -s explorer.exe',@scriptdir)
RunAs ( "administrator","", "", 1, "c:\windows\explorer.exe","c:\windows")
Sleep(1000)
可是唤起不了explorer.exe进程了...... 好像又得了...
奇怪!!
页:
[1]