7 lines
260 B
Batchfile
7 lines
260 B
Batchfile
:: ---------------------------------------------------------------
|
|
:: Exportiere Treiber mittels Powershell
|
|
:: ---------------------------------------------------------------
|
|
|
|
powershell -command "& Export-WindowsDriver -Online -Destination C:\SETUP\Treiber"
|
|
|