|
Does libwdi have an equivalent function to usb deview? Primarily, is there a way to say "uninstall the drivers for all devices matching some vid/pid"?
Thanks, -Vitali ------------------------------------------------------------------------------ 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ _______________________________________________ Libusb-win32-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel |
|
On Thu, Jul 21, 2011 at 7:48 AM, Vitali Lovich <[hidden email]> wrote:
> Does libwdi have an equivalent function to usb deview? Primarily, is > there a way to say "uninstall the drivers for all devices matching > some vid/pid"? This is not libwdi but Travis has written the following utility which works on Vista/Win7, not Windows XP though. http://code.google.com/p/picusb/downloads/detail?name=PnpFind.7z For Windows 7, you can use the GUI version. http://driverstoreexplorer.codeplex.com/ Or you can use Microsoft pnputil. http://msdn.microsoft.com/en-us/library/ff550419%28v=vs.85%29.aspx For Windows XP, then Travis' libusbdotnet has similar functions. -- Xiaofan ------------------------------------------------------------------------------ 5 Ways to Improve & Secure Unified Communications Unified Communications promises greater efficiencies for business. UC can improve internal communications as well as offer faster, more efficient ways to interact with customers and streamline customer service. Learn more! http://www.accelacomm.com/jaw/sfnl/114/51426253/ _______________________________________________ Libusb-win32-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel |
|
Yeah - pnputil is not fully sufficient even on Vista & 7. usbdeview clears out a lot more registry stuff that completely disassociates a driver from a device. And importantly it also works on XP.
-Vitali On Jul 20, 2011, at 5:37 PM, Xiaofan Chen wrote: > On Thu, Jul 21, 2011 at 7:48 AM, Vitali Lovich <[hidden email]> wrote: >> Does libwdi have an equivalent function to usb deview? Primarily, is >> there a way to say "uninstall the drivers for all devices matching >> some vid/pid"? > > This is not libwdi but Travis has written the following utility which > works on Vista/Win7, not Windows XP though. > http://code.google.com/p/picusb/downloads/detail?name=PnpFind.7z > > For Windows 7, you can use the GUI version. > http://driverstoreexplorer.codeplex.com/ > > Or you can use Microsoft pnputil. > http://msdn.microsoft.com/en-us/library/ff550419%28v=vs.85%29.aspx > > For Windows XP, then Travis' libusbdotnet has similar functions. > > > -- > Xiaofan > > ------------------------------------------------------------------------------ > 5 Ways to Improve & Secure Unified Communications > Unified Communications promises greater efficiencies for business. UC can > improve internal communications as well as offer faster, more efficient ways > to interact with customers and streamline customer service. Learn more! > http://www.accelacomm.com/jaw/sfnl/114/51426253/ > _______________________________________________ > Libusb-win32-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel ------------------------------------------------------------------------------ 5 Ways to Improve & Secure Unified Communications Unified Communications promises greater efficiencies for business. UC can improve internal communications as well as offer faster, more efficient ways to interact with customers and streamline customer service. Learn more! http://www.accelacomm.com/jaw/sfnl/114/51426253/ _______________________________________________ Libusb-win32-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel |
| Powered by Nabble | Edit this page |
