Jump to content

Trying to install when Found New Hardware Wizard is active.


Falcon1
 Share

Recommended Posts

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.

Link to comment
Share on other sites

  • Moderators

You have not stated where you're running into trouble. What problem are you encountering, and what have you tried to overcome it?

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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