View Single Post
Old 08-Mar-2007, 10:04 PM   #1 (permalink)
Anilrgowda
Administrator
 
Anilrgowda's Avatar

Posts: 18,715
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default Custom shell as user.... default shell (explorer.exe) as administrator...

We have a wbt to set up..... So we created a custom shell "wbt.exe" which the users get when they start into Windows XPe. This is done by editing the registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Shell"="C:\wbt.exe"

Now the problem is that also as local administrator (this WBT is not part of a domain) we are getting this shell, and we don't want that; the local administrator must have the default shell.

There are several things we have tried to get a normal desktop as an admin, while retaining the custom shell for the user :
- From taskmanager (logged in as admin) launch an "explorer.exe" => starts a windows explorer, not the desktop.
- Re-create the "Show Desktop" button and (logged in as admin) launch it as admin => nothing happens.

We are trying to figure out how to arrange this. Does any of you know how to get around this (start the desktop when you don't have the default shell)?
Anilrgowda is offline   Reply With Quote