Windows (especially 64-bit versions) requires drivers to be digitally signed by Microsoft or the manufacturer. If you get an error about an "unsigned driver":
If "INF" refers to networking:
In this example, the inf file specifies the version, class, and hardware IDs for the network adapter. It also lists the required files (NIC.DLL and NIC.SYS), and provides installation commands to copy these files, create a registry entry, and launch the installation executable (NIC_SETUP.EXE). inf install
| Option | Description | |--------------|-------------| | /add-driver | Adds the INF file to the driver store. | | /install | Installs the driver for any matching devices. | | /subdirs | Recursively processes INF files in subdirectories. | | /reboot | Automatically reboot if needed to complete installation. |
Add-WindowsDriver -Path "C:\mount\offline" -Driver "C:\Drivers\MyDriver.inf" Windows (especially 64-bit versions) requires drivers to be
rastructure Install" (IT Systems)
Understanding "inf install": A Deep Dive into Windows Driver Setup | | /reboot | Automatically reboot if needed
Find the device you want to update (often under "Other devices" with a yellow exclamation mark). Right-click the device and select . Choose Browse my computer for drivers .
copyright © 2016 Sterling Tulus Cemerlang - SAP Indonesia Gold Partner . all rights reserved