PortValhalla/winiso/winpefs/Scripts/Drivers.ps1

4 lines
80 B
PowerShell

Get-ChildItem -Recurse X:\drivers "*.inf" | ForEach-Object {
drvload $_;
};