PortValhalla/winiso/winpefs/Scripts/Drivers.ps1

4 lines
80 B
PowerShell
Raw Normal View History

2024-07-24 22:03:35 +00:00
Get-ChildItem -Recurse X:\drivers "*.inf" | ForEach-Object {
drvload $_;
};