--- In [email protected], "ariegilbert" <ar...@...> wrote: > > I have some legacy hardware, and it still works in Winxp > but after one use, device manager must be refreshed > or the device is not "seen" > > I do the following as indicted below, > but was wondering if someone could suggest a > more elegant solution? > > -----> > C:\WINDOWS\system32\devmgmt.msc > *wait visiblewindow *device* > *Keys {to device manager}{tab}%aa > *wait sleep 3000 > *window close device manager > <--------
There is a command line utility, devcon, alternative to Device Manager. devcon.exe rescan ...is probably what you need. <http://support.microsoft.com/kb/311272> Regards, Sheri
