流沙枫 发表于 2011-12-26 14:44:31

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")

user3000 发表于 2011-12-26 14:54:16

本来想看下能帮点忙不, 可是楼主至少先要说明这EXE是做什么的吧?

502762378 发表于 2011-12-26 15:05:52

psexec第一次操作的时候需要agree个协议,以后使用就不会提示了,你是不是已经agree过了,所以不成功

流沙枫 发表于 2011-12-26 15:06:08

回复 2# user3000


    唤起explorer.exe 工具....

jaymin 发表于 2011-12-26 16:30:59

psexec第一次使用会弹出协议窗口,同意后,就可以用了

流沙枫 发表于 2011-12-26 17:04:18

回复 3# 502762378

需要第一次点agree,但是也不成功....

Qokelate 发表于 2011-12-27 11:23:41

用隐藏参数runwait('psexec.exe -accepteula -d -s explorer.exe',@scriptdir)

流沙枫 发表于 2011-12-27 11:40:46

回复 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进程了......

流沙枫 发表于 2012-1-3 15:43:17

好像又得了...
奇怪!!
页: [1]
查看完整版本: psexec.exe 弹出的窗口老是发送快捷键不成功的..... [已解决]