


How do I know if I need to update my Drivers? Once you have the details you can search the manufacturers website for your drivers and, if available, download and install these drivers. To fix your Drivers problems you will need to know the particular model of the USB device you are having problems with. Updates are recommended for all Windows XP, Vista, and Windows 7 users.ĭownload and install USB Drivers How Do I Install Driver updates? IMPORTANT NOTICE: Downloading the latest Driver releases helps resolve driver conflicts and improve your computer’s stability and performance. Driver updates will resolve any driver conflict issues with all devices and improve the performance of your PC. The 64-bit version can then call UpdateDriverForPlugAndPlayDevices, specifying a FullInfPath parameter that identifies the location of the 64-bit versions of all files.It is recommended you update your Windows 7 USB Drivers regularly in order to avoid conflicts. Instead, it must call CreateProcess (described in the Windows SDK documentation) to start the 64-bit version of the application. If the return value is ERROR_IN_WOW64, the 32-bit application is executing on a 64-bit platform and cannot update inbox drivers. The 32-bit version of the application must check the value returned by UpdateDriverForPlugAndPlayDevices. That is, the 32-bit version should be invoked by Autorun (described in the Microsoft Windows SDK documentation), so that it starts automatically when a user inserts your distribution disk. If you are writing a device installation application, the 32-bit version must be the default version. Provide one or more cross-platform INF files that use decorated INF sections to control platform-specific installation behavior. For more information, see Porting Your Driver to 64-Bit Windows. Provide both 32-bit and 64-bit compilations of all kernel-mode drivers, device installation application, class installers, and co-installers. If your device will be installed on both 32-bit platforms and 64-bit platforms, you must follow these steps when you create a driver package:
