Загрузка...

How to Backup and Restore the Drivers using Command Prompt?

dism /online /export-driver /destination:"C:\DriverBackup"

You can back up all third-party drivers on Windows using the built-in DISM (Deployment Image Servicing and Management) command. This copies all installed .inf drivers (like Wi-Fi, Bluetooth, and display drivers) to a folder.

The Command:

Open Command Prompt as Administrator and run the following command:

dism /online /export-driver /destination:"D:\DriverBackup"

Note: Replace "D:\DriverBackup" with the actual folder path where you want your drivers saved (e.g., an external USB drive like "D:\DriverBackup"). Ensure the folder already exists before running the command.

Alternative Commands
If you prefer, you can use these alternative tools via PowerShell or Command Prompt:

PowerShell:
Export-WindowsDriver -Online -Destination "D:\DriverBackup"

Pnputil:
pnputil /export-driver * "D:\DriverBackup"

How to Restore the Drivers ?

After a fresh Windows installation or if you are reinstalling a driver, you can restore them manually:
1. Right-click the Start button and select Device Manager.
2. Right-click the hardware component you need a driver for and select Update driver.
3. Choose Browse my computer for drivers.
4. Click Browse and locate your backup folder, ensure Include subfolders is checked, then click Next.

Видео How to Backup and Restore the Drivers using Command Prompt? канала Er Sital Mandal
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять