disable the background screen at log-on prompt (set to plain)

  • Thread starter Thread starter Brad Pears
  • Start date Start date
B

Brad Pears

On my Dell Windows 2003 server, the background came set at the factory to
the Dell background. I have modifed the background settings so that there
isn't one now. It is simply "plain" blue.

However, even though I have set the background to "None", if I log off the
system so that it is sitting at the "Log On" screen, that same old Dell
background appears.

How do I disable this and set it to plain blue like my background setting in
the display settings? Since this machine is also a terminal server for
remote users, it is a real pain for them as this background appears on the
log-in dialog screen and it takes forever to load it over a dial-up
connection !!

Help!!

Thanks,
Brad
 
I haven't verified this on my own.. but I'm pretty sure you need to set the
registry value:

HKEY_USERS\.DEFAULT\Control Panel\Desktop\Wallpaper

Just delete the data contained in the "Wallpaper" REG_SZ or set it to the
path of the background you want to use.

If you're not comfortable using regedit, the following can be run from a
command-line (cmd.exe):
reg add "HKU\.DEFAULT\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d "" /f

--

Thanks,
Mike

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Please do not send e-mail directly to this alias.
This alias is for newsgroup purposes only.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top