having a different logon for each user

  • Thread starter Thread starter Ugo
  • Start date Start date
U

Ugo

Hi XPE folks,
does anybody know how to have each user running a different
configuration script at logon?

In other words,
I would like to have 2 different users, let's say "normalUser" and
"administrator". If I logon as 'normalUser' I would like XPE to
automatically run an application. If I logon as 'administrator' I
would like to see the normal explorer shell interface.

Thank in advance for your help,

Ugo
 
create the REG_SZ key

HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\
shell=yourapplication.exe

for the normal user only
you may want to play with reg.exe to see how to automatically
modify the key by loading the profile of the normal user

Zirong
 
Back
Top