Removes Path column from driver source table display

Simplifies the driver source selection table by removing the full Path column from the formatted output.

The RelativePath column already provides sufficient information for users to identify driver sources, making the full path redundant and cluttering the display.
This commit is contained in:
rbalsleyMSFT
2025-11-18 18:59:38 -08:00
parent 19081a2e1f
commit 9a59b9fea4
@@ -1239,7 +1239,7 @@ if ($null -eq $DriverSourcePath) {
Path = $DriverSources[$i].Path Path = $DriverSources[$i].Path
} }
} }
$displayArray | Format-Table -Property Number, Type, RelativePath, Path -AutoSize $displayArray | Format-Table -Property Number, Type, RelativePath -AutoSize
do { do {
try { try {