mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
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:
@@ -1239,7 +1239,7 @@ if ($null -eq $DriverSourcePath) {
|
||||
Path = $DriverSources[$i].Path
|
||||
}
|
||||
}
|
||||
$displayArray | Format-Table -Property Number, Type, RelativePath, Path -AutoSize
|
||||
$displayArray | Format-Table -Property Number, Type, RelativePath -AutoSize
|
||||
|
||||
do {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user