cancel
Showing results for 
Search instead for 
Did you mean: 

Get last logged in user from Regestryfile

Former Member
0 Kudos

Helloo all,

I want to get the last logged in user from the registry file..Means When some one is login ,then in the login creen  in the place of userid colum the last logged in username should come..How will i do ..Can you guys please help me out.

Best Regards ,

Sulfath

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sulfath;

  May I suggest that you try this key with your PB RegistryGet() command ...

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI]

"LastLoggedOnSAMUser"

Regards ... Chris