October 1st, 2015

PowerTip: Back up Drivers with PowerShell

Doctor Scripto
Scripter

Summary: Use the Export-WindowsDriver cmdlet to back up all of your Windows drivers elsewhere.

Hey, Scripting Guy! Question How can I use Windows PowerShell in Windows 10 to get a copy of the current drivers in my Windows
           operating system when my computer is a clone system?

Hey, Scripting Guy! Answer Use the Export-WindowsDriver cmdlet to back up all of your drivers to a folder or a USB device, for example:

Export-WindowsDriver -Online -Destination I:\

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.