Windows Vista Forums

text and background colors
  1. #1


    =?Utf-8?B?Unlhbg==?= Guest

    text and background colors

    How do I change the default text and background colors? RC1 = white text w/
    black background. RC2 = white text w/ dark blue background. I like the look
    of RC 1 better.



      My System SpecsSystem Spec

  2. #2


    =?Utf-8?B?V2VpIFd1IFtNU0ZUXQ==?= Guest

    RE: text and background colors

    You can launch powershell from "Start"=>"Run", this will give you the old
    look of powershell.
    Also you can include the following lines in profile.ps1
    $host.ui.rawui.backgroundcolor="black"
    $host.ui.rawui.foregroundcolor="white"
    cls


    --
    Wei Wu [MSFT]
    Windows PowerShell Team
    Microsoft Corporation
    This posting is provided "AS IS" with no warranties, and confers no rights.



    "Ryan" wrote:

    > How do I change the default text and background colors? RC1 = white text w/
    > black background. RC2 = white text w/ dark blue background. I like the look
    > of RC 1 better.


      My System SpecsSystem Spec

  3. #3


    =?Utf-8?B?Unlhbg==?= Guest

    RE: text and background colors

    That works.

    TVM

    "Wei Wu [MSFT]" wrote:

    > You can launch powershell from "Start"=>"Run", this will give you the old
    > look of powershell.
    > Also you can include the following lines in profile.ps1
    > $host.ui.rawui.backgroundcolor="black"
    > $host.ui.rawui.foregroundcolor="white"
    > cls
    >
    >
    > --
    > Wei Wu [MSFT]
    > Windows PowerShell Team
    > Microsoft Corporation
    > This posting is provided "AS IS" with no warranties, and confers no rights.
    >
    >
    >
    > "Ryan" wrote:
    >
    > > How do I change the default text and background colors? RC1 = white text w/
    > > black background. RC2 = white text w/ dark blue background. I like the look
    > > of RC 1 better.


      My System SpecsSystem Spec

  4. #4


    Gary Guest

    Re: text and background colors

    How can I get PowerShell to use a different font/colors without using
    Start -> Run?

    It would be nice if it acted like RC1 and every other console
    application out there and just used the settings I picked from the
    properties window.

    Is there at least something I put in my profile to change the font and
    not just the colors?

    Wei Wu [MSFT] wrote:
    > You can launch powershell from "Start"=>"Run", this will give you the old
    > look of powershell.
    > Also you can include the following lines in profile.ps1
    > $host.ui.rawui.backgroundcolor="black"
    > $host.ui.rawui.foregroundcolor="white"
    > cls
    >
    >


      My System SpecsSystem Spec

  5. #5


    Andrew Watt [MVP] Guest

    Re: text and background colors

    Gary,

    If you want to change font size permanently you can use the File |
    Properties option in the PowerShell window.

    Select the Font tab, then select a font available. Click OK to save
    then elect to modify the shortcut.

    Personally, I didn't like any other option that I tried better than
    the default but your mileage may vary.

    Andrew Watt MVP

    On Wed, 27 Sep 2006 15:24:02 +0000, Gary
    <gary@discussions.microsoft.com> wrote:

    >How can I get PowerShell to use a different font/colors without using
    >Start -> Run?
    >
    >It would be nice if it acted like RC1 and every other console
    >application out there and just used the settings I picked from the
    >properties window.
    >
    >Is there at least something I put in my profile to change the font and
    >not just the colors?
    >
    >Wei Wu [MSFT] wrote:
    >> You can launch powershell from "Start"=>"Run", this will give you the old
    >> look of powershell.
    >> Also you can include the following lines in profile.ps1
    >> $host.ui.rawui.backgroundcolor="black"
    >> $host.ui.rawui.foregroundcolor="white"
    >> cls
    >>
    >>


      My System SpecsSystem Spec

  6. #6


    Gary Guest

    Re: text and background colors

    This is exactly what is no longer working now that I have RC2. I no
    longer have the option "Modify Shortcut" in the console properties
    dialog for some reason. I wonder if this is a different kind of shortcut?

    However, I was able to find the same options located in the shortcut
    properties. Changing the font and colors here appears to work properly.
    I still wonder what broke the persistence in the console properties.

    Andrew Watt [MVP] wrote:
    > Gary,
    >
    > If you want to change font size permanently you can use the File |
    > Properties option in the PowerShell window.
    >
    > Select the Font tab, then select a font available. Click OK to save
    > then elect to modify the shortcut.
    >
    > Personally, I didn't like any other option that I tried better than
    > the default but your mileage may vary.
    >
    > Andrew Watt MVP
    >
    > On Wed, 27 Sep 2006 15:24:02 +0000, Gary
    > <gary@discussions.microsoft.com> wrote:
    >
    >> How can I get PowerShell to use a different font/colors without using
    >> Start -> Run?
    >>
    >> It would be nice if it acted like RC1 and every other console
    >> application out there and just used the settings I picked from the
    >> properties window.
    >>
    >> Is there at least something I put in my profile to change the font and
    >> not just the colors?
    >>
    >> Wei Wu [MSFT] wrote:
    >>> You can launch powershell from "Start"=>"Run", this will give you the old
    >>> look of powershell.
    >>> Also you can include the following lines in profile.ps1
    >>> $host.ui.rawui.backgroundcolor="black"
    >>> $host.ui.rawui.foregroundcolor="white"
    >>> cls
    >>>
    >>>


      My System SpecsSystem Spec

  7. #7


    /\\/\\o\\/\\/ [MVP] Guest

    Re: text and background colors

    Another bad design chooice in RC2,
    overruling user settings is not good !

    Greetings /\/\o\/\/

    "Gary" <gary@discussions.microsoft.com> wrote in message
    news:%23eV5PJn4GHA.3396@TK2MSFTNGP04.phx.gbl...
    > This is exactly what is no longer working now that I have RC2. I no longer
    > have the option "Modify Shortcut" in the console properties dialog for
    > some reason. I wonder if this is a different kind of shortcut?
    >
    > However, I was able to find the same options located in the shortcut
    > properties. Changing the font and colors here appears to work properly. I
    > still wonder what broke the persistence in the console properties.
    >
    > Andrew Watt [MVP] wrote:
    >> Gary,
    >>
    >> If you want to change font size permanently you can use the File |
    >> Properties option in the PowerShell window.
    >>
    >> Select the Font tab, then select a font available. Click OK to save
    >> then elect to modify the shortcut.
    >>
    >> Personally, I didn't like any other option that I tried better than
    >> the default but your mileage may vary.
    >>
    >> Andrew Watt MVP
    >>
    >> On Wed, 27 Sep 2006 15:24:02 +0000, Gary
    >> <gary@discussions.microsoft.com> wrote:
    >>
    >>> How can I get PowerShell to use a different font/colors without using
    >>> Start -> Run?
    >>>
    >>> It would be nice if it acted like RC1 and every other console
    >>> application out there and just used the settings I picked from the
    >>> properties window.
    >>>
    >>> Is there at least something I put in my profile to change the font and
    >>> not just the colors?
    >>>
    >>> Wei Wu [MSFT] wrote:
    >>>> You can launch powershell from "Start"=>"Run", this will give you the
    >>>> old look of powershell.
    >>>> Also you can include the following lines in profile.ps1
    >>>> $host.ui.rawui.backgroundcolor="black"
    >>>> $host.ui.rawui.foregroundcolor="white"
    >>>> cls
    >>>>
    >>>>




      My System SpecsSystem Spec

  8. #8


    Alex K. Angelopoulos [MVP] Guest

    Re: text and background colors

    This works fine for me, either directly editing the shortcut or clicking the
    console title bar and editing the shortcut. If you're trying to modify the
    shortcut to PowerShell in the All Users/Programs group, you may need to
    switch to an administrative account to get around permissions issues.


    "Gary" <gary@discussions.microsoft.com> wrote in message
    news:%23eV5PJn4GHA.3396@TK2MSFTNGP04.phx.gbl...
    > This is exactly what is no longer working now that I have RC2. I no longer
    > have the option "Modify Shortcut" in the console properties dialog for
    > some reason. I wonder if this is a different kind of shortcut?
    >
    > However, I was able to find the same options located in the shortcut
    > properties. Changing the font and colors here appears to work properly. I
    > still wonder what broke the persistence in the console properties.
    >
    > Andrew Watt [MVP] wrote:
    >> Gary,
    >>
    >> If you want to change font size permanently you can use the File |
    >> Properties option in the PowerShell window.
    >>
    >> Select the Font tab, then select a font available. Click OK to save
    >> then elect to modify the shortcut.
    >>
    >> Personally, I didn't like any other option that I tried better than
    >> the default but your mileage may vary.
    >>
    >> Andrew Watt MVP
    >>
    >> On Wed, 27 Sep 2006 15:24:02 +0000, Gary
    >> <gary@discussions.microsoft.com> wrote:
    >>
    >>> How can I get PowerShell to use a different font/colors without using
    >>> Start -> Run?
    >>>
    >>> It would be nice if it acted like RC1 and every other console
    >>> application out there and just used the settings I picked from the
    >>> properties window.
    >>>
    >>> Is there at least something I put in my profile to change the font and
    >>> not just the colors?
    >>>
    >>> Wei Wu [MSFT] wrote:
    >>>> You can launch powershell from "Start"=>"Run", this will give you the
    >>>> old look of powershell.
    >>>> Also you can include the following lines in profile.ps1
    >>>> $host.ui.rawui.backgroundcolor="black"
    >>>> $host.ui.rawui.foregroundcolor="white"
    >>>> cls
    >>>>
    >>>>




      My System SpecsSystem Spec

text and background colors problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox - make text readable on sites with dark background colors MilesAhead Browsers & Mail 4 02 Apr 2010
Desktop Background Only Solid Colors pooty Vista General 3 09 Feb 2008
background colors - change color from white? Dave Horne Vista General 4 02 Jan 2008
Windows Mail Stationery Stopped Working, Also Font colors and background colors... John Hanley Vista mail 4 05 Jun 2007
Windows Photo Gallery- Option to Change Background and font colors sedonatrekker Vista General 1 06 Feb 2007