4 lines
102 B
Batchfile
4 lines
102 B
Batchfile
@echo off
|
|
set driversPath=\\serveur\drivers
|
|
pnputil /add-driver %driversPath%\*.inf /subdirs /install
|