File tree Expand file tree Collapse file tree
Helpers/extps1/PE_Helper/pxehelpers Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments