Put the changes in your profile then they will be applied every time to start
PowerShell
--
Richard Siddaway
Please note that all scripts are supplied "as is" and with no warranty
Blog:
http://richardsiddaway.spaces.live.com/
PowerShell User Group:
http://www.get-psuguk.org.uk
"Robert Ludig" wrote:
> using $Host.PrivateData.*ColorName* = "Color"
>
> I can change the following colors of the powershell:
>
> DebugForeGroundColor
> DebugBackGroundColor
> ErrorForeGroundColor
> ErrorBackGroundColor
> ProgressForeGroundColor
> ProgressBackGroundColor
> VerboseForeGroundColor
> VerboseBackGroundColor
> WarningForeGroundColor
> WarningBackGroundColor
>
> Unfortunately they are only changed for the scope of the session. As
> soon as I reopen the powershells these settings are gone. How can I
> change the colors permanently for all colors ?
>
>