2025-08-27 08:31:30 +00:00
|
|
|
:: ---------------------------------------------------------------
|
|
|
|
:: Exportiere Treiber mittels Powershell
|
|
|
|
:: ---------------------------------------------------------------
|
|
|
|
|
2025-08-27 08:34:25 +00:00
|
|
|
powershell -command "& Export-WindowsDriver -Online -Destination C:\SETUP\Treiber"
|
2025-08-27 08:31:30 +00:00
|
|
|
|