PowerTip: Back up Drivers with PowerShell

Doctor Scripto

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:\

0 comments

Discussion is closed.

Feedback usabilla icon