sleepydvdr Posted January 23, 2007 Share Posted January 23, 2007 Just wondering if Windows looks in any particular places first or does deeper scans in particular folders. If not, is there any way to tell Windows to look in more places?Thanks! Link to comment Share on other sites More sharing options...
MadBoy Posted January 23, 2007 Share Posted January 23, 2007 (edited) Don't put drivers yourself in that System32/drivers path or on C drive directly. In registry you can put paths to drivers (to .inf files) in following key:$HKLM & "\SOFTWARE\Microsoft\Windows\CurrentVersion", "DevicePath" But remember that you need to enter every path that has .inf into there for it to work (remember to use semicolon every new path) when devices are P&P detected.You can take a look at my proggy that's in sticky (http://www.msfn.org/board/index.php?showtopic=70209) which will do what you need for you. Just point directory you have drivers in and it will do it for you (well more things than just that) or use pyron's setdevicepath.exe tool if you want to do something else then what my proggy does. Edited January 23, 2007 by MadBoy Link to comment Share on other sites More sharing options...
sleepydvdr Posted January 25, 2007 Author Share Posted January 25, 2007 Thanks for the advice. Good info to know. I'll check out your program and see if I can figure it out. Link to comment Share on other sites More sharing options...
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