Custom Shell

A

Alessandro

Dear All,

I need to implement the following:

- When logged as administrator the shell shall be Windows Explorer
- When logged as User (Not Administrator) the shell shall be the customer's
application.

I thank you all

Alessandro
 
G

Guest

if I use a custom shell in the HKLM tree and set the shell for the
Administrator account in HKCU to explorer.exe, the explorer ist started as
explorer and not as shell... how can i avoid this behavior. i need a explorer
shell for the administrator account...
 
S

Sean Liming \(eMVP\)

Did you set the first registry key correctly?:

Key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows
NT\CurrentVersion\IniFileMapping\system.ini\boot\Shell
Type: REG_SZ
Value: USR:Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit.
 
M

ms

Sean said:
Did you set the first registry key correctly?:

This was my fault ;) I didn't see the little difference.

I use in the HKLM-Key my custom shell and for the Admin a different
shell. This works. But if I start an Explorer in my User-Accounts, this
Explorer ist started in shell mode... is this normal?
 
S

Sean Liming \(eMVP\)

Yes, that is normal. I don't know the switch off hand to start it in File
Explorer mode.

-Sean
 

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

Top