Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unlock after remote desktop
#6
It will be in next QM.
If don't want to wait, download this file and extract to QM folder. Replace existing.
Then in temporary unlock settings you can choose how to unlock - send keys or run program.

This program should work:
Code:
Copy      Help
str password="password"
Acc a.Find(win "TEXT" "" "class=Edit" 0x1005) ;;find password field
err
,key Y
,2
,a.Find(win "TEXT" "" "class=Edit" 0x1005)
,err
,,LogFile "no password field" 0 "qmtul.log"
,,ret 1 ;;error
act child(a) ;;set focus.  a.Select(1) does not work, that is why AutoPassword too.
key (password) Y

;note: out will not work. Use LogFile.


Attached Files
.zip   qmtul.zip (Size: 59.03 KB / Downloads: 471)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)