mercoledì 19 agosto 2020

RIPRISTINO ED ESPORTAZIONE DRIVER

 RIPRISTINO ED ESPORTAZIONE DRIVER

In alcuni casi potrebbe essere utile esportare ed importare i driver, da un'installazione ad un'altra, o magari prima di una reinstallazione. Ci sono software dedicati che lo fanno, ma ho scoperto che lo si puo fare anche in Windows, usando DISM. Purtroppo non tutte le versioni di DISM hanno il comando export-driver (Windows server 2008 R2 no, Windows 10 si)

DISM - esportazione driver

dism /online /export-driver /destination:c:\temp\

DISM - installazione driver

dism /image:C:\ /add-driver /ForceUnsigned /driver:C:\temp /recurse (C is my OS partition and G is the DVD drive.)

dism /image:C:\test\offline /Add-Driver /driver:C:\test\drivers</strong>

dism /image:C:\test\offline /Add-Driver /driver:C:\test\drivers /recurse

dism /image:C:\test\offline /Add-Driver /driver:C:\test\drivers\mydriver.inf

dism /image:C:\test\offline /Add-Driver /driver:C:\test\drivers\mydriver.inf /ForceUnsigned

SOFTWARE PER ESPORTAZIONE DRIVER

Io mi sono sempre trovato bene con Double Driver, che ho usato senza problemi in diverse situazioni.

REFERENCE:

https://www.aranzulla.it/come-salvare-e-ripristinare-i-driver-di-windows-851.html

proprio lui!!!

Nessun commento:

Posta un commento