MASIGNCLEAN104

Export and Backup Device Drivers in Windows 10 using PowerShell

iklan banner

In this post, nosotros volition run into how y'all can export together with dorsum upwards your Device Drivers using PowerShell in Windows 10. Windows 10 ships amongst PowerShell v 5 which is a command-line crunch together with scripting language, built on the .NET Framework, designed for organisation administration, information technology professionals together with developers. We cause got already seen a bunch of posts where nosotros cause got seen how PowerShell tin assistance us simplify carrying out of tasks. You tin update Windows Defender definitions, list Drives, uninstall Universal apps, find scheduled tasks queued status, create System Image, create a desktop shortcut to opened upwards Windows Store apps, together with fifty-fifty get an Installed Driver list, to nurture a few.

Backup Windows Drivers using PowerShell

 We cause got already seen a bunch of posts where nosotros cause got seen how PowerShell tin assistance us simpl Export together with Backup Device Drivers inwards Windows 10 using PowerShell

Open PowerShell every bit an Administrator. To opened upwards an elevated PowerShell prompt, inwards the taskbar search, type powershell. Now run into the final result Windows PowerShell which appears on the top. Right-click on it together with pick out Run every bit Administrator.

We volition last using the Export-WindowsDriver cmdlet to dorsum upwards your drivers. The Export-WindowsDriver cmdlet exports all third-party drivers from a Windows icon to a goal folder.

In the PowerShell window, type the next ascendancy together with hitting Enter:

Export-WindowsDriver -Online -Destination D:\DriverBackup

Here D:\Driver Backup is the goal folder, where the Drivers volition last exported together with saved to.

You tin every bit good export drivers from an offline image. This ascendancy exports third-party drivers from an offline icon mounted at c:\offline-image is:

Export-WindowsDriver -Path c:\offline-image -Destination D:\DriverBackup

A detailed read tin last constitute at TechNet.

Now accept a hold back at how to generate a listing of Disabled Features inwards Windows 10 using PowerShell.

You tin every bit good role the built-in Device Manager to manage, backup, restore your Drivers. Then in that place are freeware similar Double Driver, Driver Fusion, Free Driver Backup, etc, that assistance y'all easily backup together with restore drivers.


Source: https://www.thewindowsclub.com/
Share This :