Monday, October 7, 2013

Add Devices to the Windows Driver List

How to Add Devices to the Windows Driver List

Post image for How to Add Devices to the Windows Driver List 
Whenever you install a device in Windows, you might be prompted to choose which driver to use. You may notice that the list contains a select few devices, but it’s not complete. Pressing the Windows Update button may populate the list with more options, but some devices won’t ever show in this list. If you would like to add a device to the list of pre-installed drivers within Windows, it’s easy. Just follow these steps.
So let’s say that I install a lot of HP LaserJet P1006 printers and I want it to be on the list of drivers to choose from when installing it. Windows will not show the LaserJet P1006 by default. I will use the following steps to add this printer to the list of drivers in Windows.
1. Download the drivers.
2. Hold down the Windows Key and press R to bring up a run dialog box.
3. Type %SystemRoot%\Inf, then press Enter.
4. Within the Inf folder, create a new folder with the name of the device. In this case I made one called “HP P1006″.
Folder in INF directory
5. Put the driver files into the folder you created. In this case, my driver came as an EXE file. I had to use WinRAR to extract the files, then copied them from WinRAR to the C:\Windows\inf\HP P1600 folder.
Copy files from WinRAR
6. Now when going to add a printer, the driver shows in the pre-installed driver list within Windows. W00t!
Driver now listed

Note: This tutorial will only work with signed drivers. Non-signed drivers will not show in the list.

No comments:

Post a Comment