Windows 7 Boot Screen Looks Like Dirty Vista, How do I Get Rid?

Discussion in 'Windows 7' started by jedinight2002, Feb 27, 2012.

  1. jedinight2002

    jedinight2002 MDL Novice

    Jun 8, 2008
    45
    4
    0
    I recently had to recreate my BCD after flashing my BIOS for some obscure reason.

    Anyway, I have two Win 7 OS's on different partitions in my boot menu, one boots with the Vista boot screen and the other with the Windows 7 boot screen.

    How do I fix the former?
     
  2. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,429
    2,610
    60
  3. 100

    100 MDL Expert

    May 17, 2011
    1,349
    1,576
    60
    #3 100, Feb 27, 2012
    Last edited by a moderator: Apr 20, 2017
    Code:
    bcdedit /set {current} locale en-US
    should bring it back for the currently running OS.
    {current} can be replaced with the identifier of another OS installation (viewed by executing bcdedit), and en-US can be replaced with a different locale.
     
  4. jedinight2002

    jedinight2002 MDL Novice

    Jun 8, 2008
    45
    4
    0
    #5 jedinight2002, Mar 1, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Code:
    bcdedit /set {current} locale en-GB
    Thank you!! That fixed it

    Weird though, i have had to recreate my BCD before without that problem.