Micro Computer Service - Brockville
Windows Registry Tweaks


Warning: Editing the system registry can render your computer un-usable if the wrong settings are applied. Back up your system registry before attempting any modification below. Micro Computer Service assumes no responsibility for the results of any modification below that you attempt.  Enter the system registry at your own risk.

These tweaks are a collection obtained over the years from our own needs and discoveries, the Internet, books, magazines or other sources - MCS does not assume full credit for anything below.

Index Disable Internet Explorer Splash Screen - Windows ALL >>
Change Default Colors for Command Prompt - Windows NT/2K/XP

User Key: [HKCU\Software\Microsoft\Command Processor]
Value Name: DefaultColor
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = default)

The value DefaultColor controls the foreground and background colors used in command prompt windows. It has a default value of 0, for standard white text on a black background.

You can replace this value with a two-digit hexadecimal number, in which the first digit selects a background color and the second a foreground color. The hexadecimal codes are:

0 Black
1 Blue
2 Green
3 Aqua
4 Red
5 Purple
6 Yellow
7 White
8 Gray
9 Light Blue
A Light Green
B Light Aqua
C Light Red
D Light Purple
E Light Yellow
F Bright White
A value of F0, for example, would give black text on a white background, and 1E would yield yellow text on a blue background.

The change should take effect the next time you open a console window.



Last updated by Administrator (admin)  on Aug 28 2006  at 18:39
Index Disable Internet Explorer Splash Screen - Windows ALL >>