When using a computer or laptop running Windows 11, several drivers are installed to help the computer’s components function properly. Without drivers, your laptop will definitely not run optimally. Therefore, it’s crucial to back up your drivers before reinstalling your laptop. There are several backup methods you can use, including backup software and the Windows 10 command prompt.
To simplify the driver backup process in Windows 11, an easier and faster method is to use the command prompt. This technique is used by opening CMD as an administrator and then running the DISM command. Once the command is executed, it will back up all the drivers installed on your computer or laptop.
- Crate new folder name a on disc C
- Run cmd as Administrator
- Paste this command
- DISM /online /export-driver /destination:C:\a
Done
© Copyright notes
文章版权归作者所有,未经允许请勿转载。
Done