Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Location of "Switch User" graphics?

Reply
Thread Tools Display Modes

Location of "Switch User" graphics?

 
 
+Bob+
Guest
Posts: n/a

 
      04-01-2010
Where does windows store the graphics used for the "Switch User"
graphic (not the user pictures, but the actual button that says
"switch user") ?

Thanks,

 
Reply With Quote
 
 
 
 
PvdG42
Guest
Posts: n/a

 
      04-01-2010

"+Bob+" <> wrote in message
news:...
> Where does windows store the graphics used for the "Switch User"
> graphic (not the user pictures, but the actual button that says
> "switch user") ?
>
> Thanks,
>


I doubt that you'll find what you're looking for. The object (button with a
text property = "Switch User"), is not stored anywhere. It's created from
one of the classes in the Windows API, the Button class, when needed. Button
objects are generic. Their properties (like height, width, text, etc) are
set when the needed button object is created. When the button is no longer
needed, it's destroyed.


 
Reply With Quote
 
Sascha
Guest
Posts: n/a

 
      04-02-2010
All the UI related images in Windows ( Vista and 7 )

are stored in %WINDIR%\System32

Main : "Imageres.dll"

Second : "shell32.dll"

With a resource extractor you can view them all.. they contain thousands of
icons,pictures,avis,sounds.. some leftovers from XP and Longhorn Alphas are
also inside.. interesting stuff.

Make a backup before tinkering with such systemfiles. If you edit them and
make an error your Windows will be kaputt.





"+Bob+" <> schrieb im Newsbeitrag
news:...
> Where does windows store the graphics used for the "Switch User"
> graphic (not the user pictures, but the actual button that says
> "switch user") ?
>
> Thanks,
>


 
Reply With Quote
 
+Bob+
Guest
Posts: n/a

 
      04-02-2010
On Fri, 2 Apr 2010 05:27:25 +0200, "Sascha" <barefoot_nrw__@gmx.net>
wrote:

>All the UI related images in Windows ( Vista and 7 )
>
>are stored in %WINDIR%\System32
>
>Main : "Imageres.dll"
>
>Second : "shell32.dll"
>
>With a resource extractor you can view them all.. they contain thousands of
>icons,pictures,avis,sounds.. some leftovers from XP and Longhorn Alphas are
>also inside.. interesting stuff.
>
>Make a backup before tinkering with such systemfiles. If you edit them and
>make an error your Windows will be kaputt.
>
>


I assume you can extract without danger? That is... it would be the
modification of such files that would get you in danger?

Assuming you extracted a graphic and modified, how would you re-insert
it?

 
Reply With Quote
 
Zaphod Beeblebrox
Guest
Posts: n/a

 
      04-02-2010

"+Bob+" <> wrote in message
news:...
> On Fri, 2 Apr 2010 05:27:25 +0200, "Sascha" <barefoot_nrw__@gmx.net>
> wrote:
>
>>All the UI related images in Windows ( Vista and 7 )
>>
>>are stored in %WINDIR%\System32
>>
>>Main : "Imageres.dll"
>>
>>Second : "shell32.dll"
>>
>>With a resource extractor you can view them all.. they contain
>>thousands of
>>icons,pictures,avis,sounds.. some leftovers from XP and Longhorn
>>Alphas are
>>also inside.. interesting stuff.
>>
>>Make a backup before tinkering with such systemfiles. If you edit
>>them and
>>make an error your Windows will be kaputt.
>>
>>

>
> I assume you can extract without danger? That is... it would be the
> modification of such files that would get you in danger?
>
> Assuming you extracted a graphic and modified, how would you
> re-insert
> it?
>


Extraction is safe, replacing is where you could get into trouble.
How you re-insert it depends on the tool you use. Oh, and those
files/folders are some of the protected ones, and as I recall the
imageres.dll file is in use when Windows is running, so replacing it
with your modified version may require you to jump through some
hoops...

--
Zaphod

Pan-Galactic Gargle Blaster: A cocktail based on Janx Spirit.
The effect of one is like having your brain smashed out
by a slice of lemon wrapped round a large gold brick.


 
Reply With Quote
 
+Bob+
Guest
Posts: n/a

 
      04-07-2010
On Fri, 2 Apr 2010 18:48:13 +0100, "Dave-UK" <> wrote:

>
>"+Bob+" <> wrote in message
>news:.. .
>> On Fri, 2 Apr 2010 05:27:25 +0200, "Sascha" <barefoot_nrw__@gmx.net>
>> wrote:
>>
>>>All the UI related images in Windows ( Vista and 7 )
>>>
>>>are stored in %WINDIR%\System32
>>>
>>>Main : "Imageres.dll"
>>>
>>>Second : "shell32.dll"
>>>
>>>With a resource extractor you can view them all.. they contain thousands of
>>>icons,pictures,avis,sounds.. some leftovers from XP and Longhorn Alphas are
>>>also inside.. interesting stuff.
>>>
>>>Make a backup before tinkering with such systemfiles. If you edit them and
>>>make an error your Windows will be kaputt.
>>>
>>>

>>
>> I assume you can extract without danger? That is... it would be the
>> modification of such files that would get you in danger?
>>
>> Assuming you extracted a graphic and modified, how would you re-insert
>> it?
>>

>
>The button you are looking for is not in imageres.dll.
>You can extract resources from exes, dlls etc with free tools,
>Here's a couple to play with:
>
>Anolis Resourcer 0.9
>http://anolis.codeplex.com/releases/view/32286
>
>Nirsoft
>http://www.nirsoft.net/utils/resources_extract.html
>
>The Anolis Resourcer is claimed to work with 64 bit files and it will extract
>from 64 bit files but I can't seem to get it to replace items.
>(I have been trying to change the Win7 start-up sound in imageres.dll (64 bit).
>If you are going to mess about with a system file copy it to your Desktop, that
>way you will have permission to edit it. If you want to replace your edited system
>file you need to know how to take ownership and rename the original.
>You also have to be able to recover from a possibly hosed system!
>If you can't boot into a repair environment and handle a command prompt to undo
>what you did to trash your system, then don't mess with system files!
>
>
>
>

Thanks Dave. By "repair environment" are you referring to the stock
windows repair, or getting to a command prompt and manually shuffling
back the original files?


 
Reply With Quote
 
+Bob+
Guest
Posts: n/a

 
      04-08-2010
On Thu, 8 Apr 2010 08:48:30 +0100, "Dave-UK" <> wrote:

>
>"+Bob+" <> wrote in message
>news:.. .
>> On Fri, 2 Apr 2010 18:48:13 +0100, "Dave-UK" <> wrote:


>>>

>> Thanks Dave. By "repair environment" are you referring to the stock
>> windows repair, or getting to a command prompt and manually shuffling
>> back the original files?
>>
>>

>
>I meant getting to a command prompt and manually reverting any changes you made.
>If you are careful you will be OK but you must have some sort of backup plan if you
>are going to alter system files.
>

OK, thanks.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Move \Users folder once for all Peter Meinl Windows Vista Installation 25 03-03-2010 01:37 AM
"name locked" or "switch user" page LumberGumRubber Internet Explorer 6 12-31-2009 06:17 PM
Slow Vista startup Jedi940 Windows Vista Performance 1 01-13-2008 08:50 PM
Have to click "Switch User" for Fingerprint Reader to log me in nLinked Windows Vista Hardware 2 09-02-2007 01:40 PM
Intel Graphics Card Issues. Aaron Lindsay Windows Vista Hardware 1 11-05-2006 04:46 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59