Bitmap behind logon screen

  • Thread starter Thread starter GWilliam
  • Start date Start date
G

GWilliam

Hi all,
Can Anyone help me set up a bitmap logo behind the screen where users logon
and enter passwords, not just their desktop? A solution for xp machines
would be great
 
Can Anyone help me set up a bitmap logo behind the screen where users logon
and enter passwords, not just their desktop? A solution for xp machines
would be great

Try this:
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"Pattern"="(None)"
"Wallpaper"="d:\\path\\fubar.bmp"
"TileWallpaper"="0"
"WallpaperStyle"="0"

This might also be of interest:
[HKEY_USERS\.DEFAULT\Control Panel\Colors]
"Background"="red green blue"
where red green blue are values from 0-255.
 
Back
Top