發表文章

目前顯示的是有「driver install」標籤的文章

How to preinstall / pre-add a driver to the Windows 10

How to preinstall / pre-add a driver to the Windows 10    All drivers are stored in the so called DriverStore, which is located under %SYSTEMDRIVE%\Windows\System32\DriverStore. With the built-in command line tool pnputil you can add or remove drivers. e.g, Adding drivers and copy all drivers from that folder "c:\LOCATION_OF_DRIVER" : Run CMD Pnputil.exe /add-driver c:\LOCATION_OF_DRIVER\*.inf /subdirs Deleting a driver: Pnputil.exe /delete-driver DRIVER_NAME.inf Reference: https://www.wardvissers.nl/2015/05/21/how-to-add-a-driver-to-the-driverstore/