2018 年 9 月 24 日

如何在 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.

如何在 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.

如何在 Windows 10 中備份和還原裝置驅動程式

確保建立一個還原點,以防出現問題。

Method 1: Backup All Device Drivers using Command Prompt

1. 打開命令提示符。 用戶可以通過搜索來執行此步驟 'cmd' 然後按Enter鍵。

開啟命令提示字元。使用者可以透過搜尋“cmd”然後按 Enter 來執行此步驟。

2. 在 cmd 中輸入以下命令並回車:

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。 類型 PowerShell的 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. 確保勾選“Include subfolder” then click on 下一步。

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.

推薦:

這樣你就成功學會了 如何在 Windows 10 中備份和還原裝置驅動程式 但如果您對本教程仍有任何疑問,請隨時在評論部分提出。