• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows 2000 image at boot

dweezill

Member
Hello I would like to know if there is a way to change the blue screen at windows 2000 boot. I mean when there is the login windows....

Is it possible to put an image or change the color?????
 
I found it :

http://www.jsiinc.com/TIP0000/rh0029.htm


029 » Displaying Your Company Logo (or other bitmap) during logon.
Design an appropriate bitmap and place it in your NT directory as YourLogoName.BMP. Use 8.3 naming convention.

Edit: HKEY_USERS \.DEFAULT\Control Panel\Desktop

Double click or Add Value REG_SZ of Wallpaper and set it to the full path to YourLogoName.BMP.
Double click or Add Value REG_SZ of TileWallpaper. 0 is Don't tile, 1 is tile.
Double click or Add Value REG_SZ of WallpaperStyle. 0 is normal, 2 is stretch to fill the screen (which is mutually exclusive with TileWallpaper = 1).
If you use a normal, not tiled logo, you can position it by adding the following REG_SZ values:
WallpaperOriginX set to the number of pixels from the left hand edge of the screen.
WallpaperOriginY set to the number of pixels from the top of the screen

 
Back
Top