having a different logon for each user

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
 
Z

Zirong Wang

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top