You administer computers that run Windows 8 Pro. Your company uses credit card readers
that require a custom driver supplied by the manufacturer. The readers frequently are moved
from computer to computer.
Your company recently purchased five new computers that run Windows 8 Pro. You want
the required drivers to be installed automatically and silently when users connect the
readers to the new computers.
You need to pre-stage the credit card reader driver on the new computers.
What should you do?

A.
Add a Registry key with a path to a network shared folder that has the driver installation
files.
B.
Run the pnputil.exe utility. Specify the document scanner driver.
C.
Add a Registry key with a path to a local folder on every computer. Copy the driver
installation files to the folder.
D.
Run the dism.exe utility. Copy the driver files to the C:\Windows\System32\drivers folder
in the WIM image.
Answer is correct.
Per https://technet.microsoft.com/en-us/library/cc772036.aspx
pnputil.exe -a /driver.inf
will stage a driver to be available when the device is first plugged in.
0
0
nobody is worried by the fact that it states “documement scanner driver” and not “card reader driver” ???
0
0
lol, actually i was worried.
0
0