bobthenob Posted January 18, 2010 Posted January 18, 2010 id like to say thanks for a great forumive used blue4603's 7Customizerand maxXPsoft's Se7en_UA booth great programshttp://clubhouse.microsoft.com/Public/Post...73-19dd4d4a7c31Hi i found this how to change automatic driver install options is there away to do this through a reg keyor through mounting my wim imageive some how changed it to never searchcheers Robin
Tripredacus Posted January 19, 2010 Posted January 19, 2010 Without contacting the program author, you may have to run a Process Monitor to find out what registry keys it is changing.
bobthenob Posted January 19, 2010 Author Posted January 19, 2010 (edited) hi thanks for your replyive 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 heresleep (10000);change Device InstallationOpt("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 January 19, 2010 by bobthenob
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now