How To Display Company Logo Image On Start Up Screen/ Boot Page
Friday | Labels: Tricks | |Here Is a way for all those who want to display the Logo of there company on the Start up Screen.
First create the desired logo as a Bitmap file. Like say we created a image logo.bmp.
Then move it in the folder
C:\Document and setting\ All users\ApplicationData
Now we need to create its referrence in the registry. Open Registry editor by typing regedit in Start-->Run.
Browse to the following Key
HKEY USERS\DEFULT\control palel\Desktop
There locate the string Wallpaper. Double click it and in the value field enter the full path of the logo image (in our example its C:\Document and setting\ All users\ApplicationData\logo.bmp )
You can customize the look and feel.
Double click on the string TileWallpaper enter the value 1 to tile and 0 to not.
Same way in the WallpaperStyle string putting the value 0 will leave it normal and 2 will strech to fit the screen.
