About 44,800 results
Open links in new tab
  1. List of all colors available for PowerShell? - Stack Overflow

    Dec 12, 2013 · I am searching for a list of all colors I can use in PowerShell. Since we need to provide names and no hexnumbers, it's hard to figure out if a color exists or not, at least if you …

  2. windows - Powershell Color Schemes? - Stack Overflow

    2 I needed "PowerShell syntax colors" changed, but I didn't want to run the ISE. Using a modern system that only had PowerShell 5.x, I had to do the following:

  3. Colorize Powershell Format-List output? - Stack Overflow

    Aug 25, 2021 · My first attempt. If you want to go through the trouble. There's probably a powershell module that does color (Pansies?). Write-host doesn't write to standard output, and …

  4. Multiple foreground colors in PowerShell in one command

    Multiple foreground colors in PowerShell in one command Asked 15 years, 7 months ago Modified 1 year, 2 months ago Viewed 130k times

  5. Fill Excel Cells via Powershell with custom colors

    Sep 11, 2020 · 1 can I fill Excel Cells with with more (custom) colors than the Interior.ColorIndex (56 Colors) provides? I am using "Interior.ColorIndex" but it provides only 56 different colors.

  6. colors - How to colorise PowerShell output of Format-Table

    Dec 20, 2013 · It's possible to use Write-Host with colors, but there's no "output" to send to format-table. The "output" from Write-Host is a side-effect that sends data directly to the …

  7. colors - Powershell: Properly coloring Get-Childitem output once …

    Feb 23, 2012 · This approach allows as much granularity as possible, but reduces the output of Get-Childitem to text. As most powershell users are aware, Get-Childitem does not output text, …

  8. Setting Powershell colors with hex values in profile script

    Apr 29, 2013 · However in the Powershell Console one can go to the Color tab in Properties and modify the RGB values of the standard 16 ANSI colors manually. Is it possible to do set either …

  9. Different PowerShell colors for different Windows Terminal profiles ...

    Dec 21, 2022 · I have two different Windows Terminal profiles for PowerShell Core -- one with a dark color scheme, one with a light color scheme. This generally works well, except in the …

  10. How to set Powershell background color programmatically to RGB …

    Sep 8, 2013 · 12 The current selection of 16 colors from Console Colors is not the right choice for me. I would like to use much darker variants of these for the background. I could definitely set …