How to backup drivers before upgrading to SSD – PowerShell

If you clean install Windows, you will need to install drivers for each device in the system. Some of these device drivers may no longer be available from the manufacturer, or you misplaced a backup of the driver installation file from the manufacturer.

It would be a good idea to back up your device drivers before doing a clean install to make it easy to restore any of these drivers as needed afterwards.

This is one way to back up all your drivers on your Windows 10 PC

Step1:-

Run PowerShell as administrator then run the following command

Export-WindowsDriver -Online -Destination “full path of folder

For example: Export-WindowsDriver -Online -Destination D:\Driverbackupabcd

Referal:-

https://www.tenforums.com/tutorials/68426-backup-restore-device-drivers-windows-10-a.html

Leave a Comment

Your email address will not be published. Required fields are marked *