Jump to content

Recommended Posts

Posted

Hello,

Trying to perform the following.

1. Run devcon rescan

2. When Found New Hardware Wizard is prompted to go through the steps to install (see script below).

3. Loop until the Found New Hardware is not prompted.

4. In the script if the Found New Hardward Wizard is not prompted to skip the install steps below.

_WinWaitActivate("Found New Hardware Wizard","")

sleep(1000)

Send("{TAB}{SPACE}{TAB}{ENTER}")

sleep(1000)

_WinWaitActivate("Found New Hardware Wizard","")

sleep(1000)

Send("{TAB}{TAB}{SPACE}")

sleep(10000)

_WinWaitActivate("Found New Hardware Wizard","")

sleep(1000)

Send("{SPACE}")

Thank you for your help.

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
×
×
  • Create New...