12 Eylül 2022 Pazartesi

How to Backup Windows 10/11 Driver?

Method 1: Backing Up Drivers via Command Line Process

With the DSIM command, in Windows 8 and higher operating systems, you can take backups of all drivers used on the device to a folder you will create on your computer.

You can start the driver backup process by typing "cmd" in the "Run" window and executing the DISM command when Enter is pressed.

dism /online /export-driver /destination:”D:\Drivers Backup”

With this command; drivers are backed up to the previously created Drivers Backup folder on disk D.


Method 2: Backing up drivers in Powershell

When powershell is written in the "Type here for search" section at the bottom left of the screen, select Powershell and select Run as administrator with the right mouse button.

In the Powershell screen,

Export-WindowsDriver -Online -Destination "D:\Drivers Backup"

When the command is run, the computer will back up all the drivers to the Driver Backup folder on the D disk.

Hiç yorum yok:

Yorum Gönder