User Account Image
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hi all, plz tell me how i can get the picture represeting the user account( which shows in logon screen and startmenu ) in windows xp.
Thanks & Regards
It seems that under
C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\
Windows XP stores an image with the user's login name that will be shown on the logon screen. So if your user's login name is "nitin3", then it will beC:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\nitin3.bmp
. Don't know about other versions of windows. If you find out about any API to access this information, tell me. :)> The problem with computers is that they do what you tell them to do and not what you want them to do. <