473,396 Members | 1,779 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Sorry it's posted here!

Guys,
how do i change the image in the login screen. without any software.
I mean programatically. Is there any way i can tweak windows to
display an image of my choice on login.

Thanx.

Even if noone can answer me here, pls refer me to d right forum.
Jul 7 '08 #1
6 879


"creamy" <bl**************@yahoo.comwrote in message
news:27**********************************@d1g2000h sg.googlegroups.com...
Guys,
how do i change the image in the login screen. without any software.
I mean programatically. Is there any way i can tweak windows to
display an image of my choice on login.

Thanx.

Even if noone can answer me here, pls refer me to d right forum.
You can try microsoft.public.windowsxp.general. They should be able to help
with that. This is, after all, a software forum and you want a non-software
solution.

:)

Mythran
Jul 7 '08 #2
On Mon, 07 Jul 2008 08:49:03 -0700, creamy <bl**************@yahoo.com>
wrote:
how do i change the image in the login screen. without any software.
I mean programatically. Is there any way i can tweak windows to
display an image of my choice on login.
Display how? You could add your image to the Startup folder or as a value
to the user's Run registry key, and then Windows would use the default
application for that image format to display the image. If you're writing
your own C# program to display the image, then you could just add your
application to either of those places.

AFAIK, Windows doesn't itself "do" login splash screens, so it's something
you'd have to implement yourself.

I also don't understand the phrase "without any software, I mean
programmatically". How you do do something programmatically without
software? That seems like an oxymoron to me.

Pete
Jul 7 '08 #3
It really depends on which version of Windows you're referring to.

In Windows XP The login screen background is just a simple registry setting
under: HKU\.DEFAULT\Desktop. If the Wallpaper value exists already just set
it to the full path to the image you're wanting to use, otherwise you'll need
to create a new string value and then set it to the full path to the image.

In Windows Vista things are quite a bit more difficult than just setting a
simple registry key. You need to use software to change the login screen at
all (even the background color) since the background image is stored inside a
DLL on the machine. If you need more information about doing this with Vista
just let me know. I don't have my Vista box in front of me right now to get
the software name.
"Peter Duniho" wrote:
On Mon, 07 Jul 2008 08:49:03 -0700, creamy <bl**************@yahoo.com>
wrote:
how do i change the image in the login screen. without any software.
I mean programatically. Is there any way i can tweak windows to
display an image of my choice on login.

Display how? You could add your image to the Startup folder or as a value
to the user's Run registry key, and then Windows would use the default
application for that image format to display the image. If you're writing
your own C# program to display the image, then you could just add your
application to either of those places.

AFAIK, Windows doesn't itself "do" login splash screens, so it's something
you'd have to implement yourself.

I also don't understand the phrase "without any software, I mean
programmatically". How you do do something programmatically without
software? That seems like an oxymoron to me.

Pete
Jul 7 '08 #4


"Peter Duniho" <Np*********@nnowslpianmk.comwrote in message
news:op***************@petes-computer.local...
On Mon, 07 Jul 2008 08:49:03 -0700, creamy <bl**************@yahoo.com>
wrote:
>how do i change the image in the login screen. without any software.
I mean programatically. Is there any way i can tweak windows to
display an image of my choice on login.

Display how? You could add your image to the Startup folder or as a value
to the user's Run registry key, and then Windows would use the default
application for that image format to display the image. If you're writing
your own C# program to display the image, then you could just add your
application to either of those places.

AFAIK, Windows doesn't itself "do" login splash screens, so it's something
you'd have to implement yourself.

I also don't understand the phrase "without any software, I mean
programmatically". How you do do something programmatically without
software? That seems like an oxymoron to me.

Pete

I think he means to display the image in the login screen without any
software (meaning without programatically changing the image).

Mythran
Jul 7 '08 #5
On Mon, 07 Jul 2008 10:24:24 -0700, Mythran <My*****@community.nospam>
wrote:
I think he means to display the image in the login screen without any
software (meaning without programatically changing the image).
Frankly, I don't think it's clear what he means. I take the statement
"display an image of my choice on login" to mean that _when_ a login
occurs, he displays an image. That's different from the login screen
itself. He also writes that he wants to do it "programmatically" but
"without any software".

It's a poorly worded question however you look at it. But without any
clarification, I suppose all we can do is throw as many different answers
as we can think of and hope one sticks. :)

Pete
Jul 8 '08 #6


"Peter Duniho" <Np*********@nnowslpianmk.comwrote in message
news:op***************@petes-computer.local...
On Mon, 07 Jul 2008 10:24:24 -0700, Mythran <My*****@community.nospam>
wrote:
>I think he means to display the image in the login screen without any
software (meaning without programatically changing the image).

Frankly, I don't think it's clear what he means. I take the statement
"display an image of my choice on login" to mean that _when_ a login
occurs, he displays an image. That's different from the login screen
itself. He also writes that he wants to do it "programmatically" but
"without any software".

It's a poorly worded question however you look at it. But without any
clarification, I suppose all we can do is throw as many different answers
as we can think of and hope one sticks. :)

Pete
In that case, one solution is for him to pay me $1 million USD and I'll do
it with or without programming....

"Given enough time and money, anything is possible." -- My old boss, but
don't know where he got the quote from...

Mythran
Jul 8 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: ByrgB | last post by:
I needed to test that my setup is OK. Sorry!
9
by: Michael Burtenshaw | last post by:
I would like to make a slide show using random images. The problem is my host is 250.com, and they don't support cgi-programs. Is there another way to accomplish random images?
6
by: M Kumar | last post by:
.... I hit "post" when I meant to hit "preview". Sorry for the inconvenience/spurious note.
2
by: Patrick Kowalzick | last post by:
Hello NG, sorry to bother again, but I am a lit surprised that I got no answer on my post (attached below). So I refined the code a little bit :-). If there is a typedefed class X inside a...
6
by: Martin Ho | last post by:
What would be the easiest way to connect to Mysql from VB.NET? thanks ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup...
21
by: Phil Powell | last post by:
<script type=\"text/javascript\"> <!-- var browserArray = new Array(\"Microsoft Internet Explorer\", \"Netscape\"); if (browserArray.in_array(navigator.appName, browserArray) &&...
8
by: Vincent RICHOMME | last post by:
Hi, first I would like to apologize about my question because usually I hate specific implementation but in this case I really would like an answer. Besides my example is an example of what's...
6
by: creamy | last post by:
Guys, how do i change the image in the login screen. without any software. I mean programatically. Is there any way i can tweak windows to display an image of my choice on login. Thanx. Even...
10
by: Scott M. | last post by:
Sorry about the future-post group. I've noticed a large increase in the number of general Windows questions hitting this NG lateley and thought I'd try a test to see if anyone actually reads it. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.