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