You have a computer named Computer1.
You obtain a new driver for a device installed on Computer1. The driver package is stored in C:\\Drivers and
includes the following files.
-Driver.inf -Driver.dll -Driver.sys -Driver.cat
You need to install the driver on Computer1 by using File Explorer. Which file should you use to initiate the
installation?
A.
Driver sys
B.
Driver.dll
C.
Driver.cat
D.
Driver.inf
From past experience of working with windows, it should be Driver.inf
B is 100% wrong: right answer is D
B is Wrong! right answer is D
I agree. It’s always the .inf file.
Agreed on D.
https://docs.microsoft.com/en-us/windows-hardware/drivers/ifs/using-an-inf-file-to-install-a-file-system-filter-driver
In Windows Explorer, right-click the INF file name. A shortcut menu will appear.
Click Install.
https://docs.microsoft.com/en-us/windows-hardware/drivers/install/overview-of-inf-files
How the hell can you say DLL. Who answers these questions?
I guess they do it on purpose.
Damnit. .. ofcourse it is INF
Agree about INF
https://docs.microsoft.com/en-us/windows-hardware/drivers/ifs/using-an-inf-file-to-install-a-file-system-filter-driver (In a nutshell you can right click the INF file in file explorer and click install)
Yup, definitely D
Agreed D
D
you cannot install anything by double-clicking on a dll.
B is wrong. D is correct.