2018 년 9 월 24 일

How to Backup and Restore Device Drivers in Windows 10

If you reinstall your Windows, then you will need to download and reinstall the drivers again. The problem is that you may have misplaced the CD/DVD or the backup of the device driver is missing. Some of these device drivers are no longer compatible with your system; hence you need to find a way to export all of your latest drivers in a safe place and this tutorial will see a way to back up your device drivers.

How to Backup and Restore Device Drivers in Windows 10

Also, its always a good idea to back up your device drivers before doing a clean installation of your Windows. If you have the backup, then you could easily restore any of these drivers on your system, when the need persists. Anyway, without wasting any time, let’s see How to Backup and Restore Device Drivers in Windows 10 with the help of the below-listed tutorial.

How to Backup and Restore Device Drivers in Windows 10

혹시라도 문제가 생길 경우를 대비해 복원 지점을 만들어 두시기 바랍니다.

Method 1: Backup All Device Drivers using Command Prompt

1. 명령 프롬프트를 엽니다. 사용자는 다음을 검색하여 이 단계를 수행할 수 있습니다. 'cmd' Enter를 누르십시오.

명령 프롬프트를 엽니다. 사용자는 'cmd'를 검색한 후 Enter를 눌러 이 단계를 수행할 수 있습니다.

2. cmd에 다음 명령을 입력하고 Enter를 누르십시오.

dism /online /export-driver /destination:”folder_location”

Backup All Device Drivers using Command Prompt | How to Backup and Restore Device Drivers in Windows 10

참고 : Replace folder_location with the folder’s actual full path to export all the device drivers. For example dism /online /export-driver /destination:”E:Drivers Backup”

3. Once the export is finished, close command prompt.

4. Now navigate to the above-specified folder location (E:Drivers Backup), and you will see all of your device drivers backups.

Navigate to the above-specified folder location & you will find all of your device drivers backups

Method 2: Backup All Device Drivers in Windows 10 using PowerShell

1. 유형 파워 쉘 in Windows search then right-click on the PowerShell을 선택 관리자 권한으로 실행하십시오.

Windows 검색 유형 Powershell에서 Windows PowerShell을 마우스 오른쪽 버튼으로 클릭합니다.

2. Now type the following in command and hit enter:

Export-WindowsDriver -Online -Destination G:backup

Export Drivers Using PowerShell Export-WindowsDriver -Online -Destination

참고 : G:backup is the destination directory where all the drivers would be back up if you want some other location or have another driver letter to type in the changes in the above command and then hit Enter.

3. This command would let Powershell began exporting the drivers to the above location, which you specified and wait for the process to finish.

Navigate to the above-specified folder location & you will find all of your device drivers backups

Method 3: Restore Device Drivers from the Backup in Windows 10

1. Windows 키 + R을 누른 다음 입력 devmgmt.msc를 Enter를 누르십시오.

devmgmt.msc device manager | How to Backup and Restore Device Drivers in Windows 10

2. 마우스 오른쪽 버튼으로 장치 you want to restore the driver for then select 드라이버 업데이트.

Restore Device Drivers from the Backup using Device Manager

3. On the next screen, select “컴퓨터에서 드라이버 소프트웨어 찾아보기".

내 컴퓨터에서 드라이버 소프트웨어 찾아보기를 선택합니다.

4. 클릭 "검색” then navigate to the folder where you have the backup of the device drivers.

Click Browse then navigate to the folder where you have the backup of the device drivers

Select your backup driver's folder and click OK

5. Make sure to checkmark “Include subfolder”그런 다음 다음.

Checkmark Include subfolder then click on Next | How to Backup and Restore Device Drivers in Windows 10

6. Device Manage will automatically search for the device driver from the above folder, and if it’s a newer version, it would be installed.

7. Once you’re finished restoring the device driver’s close everything.

권장 사항 :

그것이 당신이 성공적으로 배운 것입니다. How to Backup and Restore Device Drivers in Windows 10 그러나 이 튜토리얼과 관련하여 여전히 질문이 있는 경우 의견 섹션에서 자유롭게 질문하십시오.