Skip to content

Commit f9da99b

Browse files
committed
[PE Helper/PXE Helpers] Update provider representation
1 parent 22bc290 commit f9da99b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Helpers/extps1/PE_Helper/pxehelpers/PXEHelpers.Startup.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,9 @@ function Show-PxeProviders {
167167
if ($unavail) {
168168
Write-Host "$nameString" -BackgroundColor DarkYellow -ForegroundColor Black
169169
} else {
170-
Write-Host "$nameString" -BackgroundColor DarkGreen -ForegroundColor White
170+
Write-Host "$nameString" -BackgroundColor DarkGreen -ForegroundColor Black
171171
}
172172
Write-Host " $($provider.ProviderDescription)" -ForegroundColor DarkGray
173-
Write-Host ""
174173
Write-Host " This provider is supported on DISMTools versions $($provider.ProviderVersionCompatibility)"
175174
Write-Host " " -NoNewline
176175
$csReqMessage = ""
@@ -190,7 +189,6 @@ function Show-PxeProviders {
190189
$idx++
191190
Write-Host ""
192191
}
193-
Write-Host ""
194192

195193
# Show additional options
196194
Write-Host " N. Install a Network Adapter"

0 commit comments

Comments
 (0)