Adding drivers to Nano Server
Learn how to add drivers to Nano Server
John Savill
March 26, 2017
1 Min Read
Q. How do I add additional drivers to a Nano Server instance?
A. To add drivers to an existing Nano Server instance the pnputil.exe can be leveraged with the /add-driver switch. You should have a folder with the required drivers in it, e.g. c:drivers then use:
pnputil.exe /add-driver c:drivers*.inf /subdirs /install
You cannot perform an online installation of non-PNP drivers. To install drivers offline utilize DISM or DISM PowerShell in the same way other updates etc are installed.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like