Files
setup_windows_2/scripts/script_export-drivers-ps.cmd

7 lines
260 B
Batchfile

:: ---------------------------------------------------------------
:: Exportiere Treiber mittels Powershell
:: ---------------------------------------------------------------
powershell -command "& Export-WindowsDriver -Online -Destination C:\SETUP\Treiber"