You administer Windows 8.1 Enterprise computers in your company’s Active Directory Domain Services (AD
DS) domain.
Your company uses several peripheral devices. The drivers for these devices are not available on Windows
Update.
You need to ensure that the drivers install when users connect these devices to their computers.
What should you do?
A.
For the Group Policy setting Prioritize all digitally signed drivers equally during the driver ranking and
selection process, select Disabled
B.
For the Group Policy setting Configure driver search locations, select Enabled. Make the drivers available on
the UNC path to the driver’s share.
C.
Add the following registry key to the computers:
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/ DevicePath. Add %systemroot%\inf
and the UNC path to the drivers share.
D.
From Device Manager, find the detected scanner device and select Update Driver.
Explanation:
http://technet.microsoft.com/en-us/library/cc753716.aspx
Configure Windows to Search Additional Folders for Device Drivers
To configure Windows to Search Additional Folders for Device Drivers
1. Start Registry Editor. Click Start, and in the Start Search box type regedit.
2. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and
then click Yes.
3. Navigate to the following registry key:
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version
4. In the details pane, double-click DevicePath.
5. Add additional folder paths to the setting, separating each folder path with a semi-colon. Ensure that
%systemroot%\inf is one of the folders included in the value.
Caution:
Do not remove %systemroot%\inf from the DevicePath registry entry. Removal of that folder can break device
driver installation.
Further Information:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff553973%28v=vs.85%29.aspx
Where Windows Searches for Drivers
After a device is attached, Windows attempts to locate a matching driver package from which it can install a
driver for the device. Windows searches for driver packages from various locations and performs this search in
two phases, as described in the following table.Starting with Windows 7, Windows automatically downloads matching driver packages from Windows Update
without prompting the user for permission. If a matching driver package is found, Windows downloads the
package and stages it to the driver store.
If a matching driver package cannot be downloaded, Windows searches for matching driver packages in the
driver store. This includes in-box drivers, installed drivers other than in-box drivers, and preinstalled drivers.
Windows also searches for driver packages that were preloaded in the locations that are specified by the
DevicePath registry value. This value is under the following subkey of the registry.
HKEY_LOCAL_MACHINE
Software
Microsoft
Windows
CurrentVersion
By default, the DevicePath value specifies the %SystemRoot%\INF directory.
If a matching driver package is found either on Windows Update or in a location that is specified by the
DevicePath value, Windows first stages the driver package to the driver store before the driver is installed. In
this way, Windows always installs drivers from the driver store.