Powershell: Easily export your Windows Drivers
2016-12-15
I was looking for a simple solution for me to export (and import later) my Windows driver. I already knew that Windows 2016 had a Powershell command for that but didn’t knew that it also worked for Windows Server 2012R2 and Windows 10! Use the following command : Export-WindowsDriver -Destination “C:\Drivers\$((Get-WmiObjectRead More →