Jump to content

Recommended Posts


Posted (edited)

hi thanks for your reply

ive looked through booth programs ive used and cant find where i changed the setting ?

ive just made a autoit script ill have to test it

; Script Start - Add your code below here
sleep (10000)
;change Device Installation
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Send("{LWINDOWN}{LWINUP}")
WinWait("Start menu","All Programs")
If Not WinActive("Start menu","All Programs") Then WinActivate("Start menu","All Programs")
WinWaitActive("Start menu","All Programs")
Send("change{SPACE}device{ENTER}")
WinWait("Device Installation Settings","Do you want Windows ")
If Not WinActive("Device Installation Settings","Do you want Windows ") Then WinActivate("Device Installation Settings","Do you want Windows ")
WinWaitActive("Device Installation Settings","Do you want Windows ")
Send("{TAB}{UP}{TAB}{Space}{TAB}{TAB}{ENTER}")

Edited by bobthenob

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...