From 9a59b9fea46a908b8f0d24b6bfb4b88f7bc7deec Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:59:38 -0800 Subject: [PATCH] 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. --- FFUDevelopment/WinPEDeployFFUFiles/ApplyFFU.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFUDevelopment/WinPEDeployFFUFiles/ApplyFFU.ps1 b/FFUDevelopment/WinPEDeployFFUFiles/ApplyFFU.ps1 index affc9d4..bc929e6 100644 --- a/FFUDevelopment/WinPEDeployFFUFiles/ApplyFFU.ps1 +++ b/FFUDevelopment/WinPEDeployFFUFiles/ApplyFFU.ps1 @@ -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 {