- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
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
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
Комментарии отсутствуют
Информация о видео
9 июня 2026 г. 10:04:07
00:01:27
Другие видео канала





















