If you want to make a backup of the hardware drivers on your computer so you can reinstall them later, you can easily make a backup of them with a simple command. Then if you do something like reinstall Windows, you can import them all at once using Device Manager. Or if you need to roll back to one of the drivers, you can do that as well.
Here are the three commands you can use from the video. Just be sure to change the destination directory to match your computer.
dism /online /export-driver /destination:"E:\Backup\Drivers" (PowerShell or CMD)
pnputil /export-driver * "E:\Backup\Drivers2" (PowerShell or CMD)
Export-WindowsDriver -Online -Destination "E:\Backup\Drivers3" (PowerShell)
Here is a writeup of the process on our website.
https://onlinecomputertips.com/suppor...
Learn More:
Check out our online training courses!
http://madeeasytraining.com
Check out our book titled Windows 11 Made Easy to take your Windows skills to the next level!
https://amzn.to/3TW2nG7
Check out our extensive tech\computer book series.
https://www.madeeasybookseries.com/home
*This description contains affiliate links. As an Amazon Associate, we earn from qualifying purchases.
#drivers
#windowsdrivers
#devicemanager
#powershell
#commandline
#cmd
#windowstips
コメント