Skip to main content

Changing the Logon Background

Ever want to change the background color of the classic logon screen from light blue to some new color? Windows makes this difficult, because there are no options anywhere in graphical user interfaces of Windows to change it. However, with the help of the Registry Editor, you can easily change the color of the logon screen. To get started, follow these steps:

1. First, you will want to start up the Registry Editor by clicking the Start menu and selecting Run. Then type regedit in the box and click OK.

2. Once the Registry Editor starts up, you will want to expand HKEY_USERS,
.DEFAULT, Control Panel, and then Colors.

3. Once you have expanded the Colors key, you will see all of the different default user settings. These are all of the settings that are used on the logon screen. The entry that you will be interested in is called Background. You will notice that the background entry has a value that contains three different numbers. Each of these numbers represents a different color makeup in the RGB color format. The first number is red, the second is green, and the third is blue. The numbers can range from 0 to 255. A RGB Value of 255 255 255 is white; Ò0 0 0Ó is black. Changing the color is not as simple as replacing the numbers with the word red; first you have to convert the color that you want to use to the correct RGB numbers.

An easy way to convert a color to a RGB number value is to use Microsoft Paint, which can be found in the Start menu under Accessories. Once you have Paint up and running, double-click one of the colors in the color palette; this will bring up the Edit Colors window. Next, click the Define Custom Colors button. This will expand the window and will show you the Red, Green, and Blue values for any color you select. Click the boxes in the Basic Colors section to see their RGB values
or if you do not see a color you like, use your mouse to click around on the color image to the right to get a custom color. Once you have found a color you like, just write down the number of Red, Green, and Blue. These values can be found in the lower-right corner of the screen.

4. When you have found the color that you want to use as the background and have also converted it to the Red, Green, and Blue format, you are ready to edit the entry. Right-click the entry, and select Modify.

5. In the Edit String box, replace the numbers so that the first number is the number of red, followed by a space. Then, repeat that format for the other two colors so that your entry looks something like this entry for orange, 255 128 0. Click OK when you are finished to save the change.

Once you change the color, the next time you reboot and the classic logon screen is displayed, you will see your new background color.

If you ever want to revert your computer back to the default blue color, repeat the steps above to change the color and set the value of the background entry to 0 78 152.

Comments

Popular posts from this blog

Using the quick boot feature of the BIOS

All systems initialize in more or less the same way. During the power on self-test mentioned earlier, the BIOS checks the hardware devices and counts the system memory. Out of all of the different types of system memory, the random access memory, better known as RAM, takes the longest to be counted. Counting the RAM takes time, and on a machine that has large amounts of RAM, this calculation can take several seconds. For example, a machine that has 512MB of RAM may take up to 3 seconds just to count the memory. On top of the RAM counting, a few other tests need to be done because your computer wants to make sure that all of the hardware in your computer is working properly. All of these system tests are not needed every time you boot, and can be turned off to save time. Most BIOS's offer a feature called quick boot. This feature will allow the user to turn off these tests. Other BIOSs only allow you to turn off the memory check, which will still cut down on a lot of time....

File and Folder Permissions

Windows XP Professional boxes running the NTFS file system have the capability to set indi vidual file permissions on both files and folders. File and folder permissions allow you to specify exactly who will be able to read, write, execute, and even list or access a folder. So, file and folder permissions can be a very powerful tool to protect your data from others' eyes. If your file system is FAT32, then you will not be able to set permissions. Fortunately, an easy way exists for you to convert your FAT32 file system to NTFS. Do a search in the Windows Help and Support Center for Convert to NTFS and you will be shown directions on how you can go about converting your drive's file system. Setting the permissions on with a lot of control requires you to disable simple file sharing and security. To do so, follow these steps: 1 . Open up any folder on your computer and expand the Tools menu and select Folder Options. 2 . Click the View tab and scroll to the bottom of the Adv...

Rapidshare Timelimit

Directions Rapidshare traces the users IP address to limit each user to a certain amount of downloading per day. To get around this, you need to show the rapidshare server, a different IP address. You can do this one of multiple ways. Requesting a new IP address from your ISP server. Here's how to do it in windows: 1. Click Start 2. Click run 3. In the run box type cmd.exe and click OK 4. When the command prompt opens type the following. ENTER after each new line. ipconfig /flushdns ipconfig /release ipconfig /renew exit 5. Erase your cookies in whatever browser you are using. 6. Try the rapidshare download again. Frequently you will be assigned a new IP address when this happens. Sometime you will, sometimes you will not. If you are on a fixed IP address, this method will not work. To be honest, I do not know how to do this in linux/unix/etc. If this works for you, you may want to save the above commands into a batch file, and just run it when you need it.