I set the following registry key on all of my Workstations (including View Desktops) to search c:\drivers for drivers:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
DevicePath=C:\Windows\inf;C:\drivers
I also install some drivers using the following command on the View snapshot:
pnputil -i -a "C:\drivers\Driver\*.inf"