Q. I want to store driver packages on my corporate network and have desktops automatically search that location for drivers. How can I do this?

John Savill

April 27, 2010

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Windows has a DevicePath registry setting that tells it where to look for drivers (and, with Windows 7, it also checks with Windows Update). You can update this DevicePath to look in locations other than the default of %SystemRoot%inf. To add a network path, do the following:

  1. Start the registry editor (regedit.exe).

  2. Move to HKLMSOFTWAREMicrosoftWindowsCurrentVersion.

  3. Double-click DevicePath.

  4. Add the new location after the existing one with a semicolon separating them. For example, your entry may become

    %SystemRoot%inf;\savdalbfs01drivers


  5. Click OK and exit the registry editor.

You don't want to do this manually on a large number of machines, so you can push this update with a script or custom group policy template.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like