Changing the shell

C

chellea

I have an app that I shell to on startup. Occasional I need to do some
phone support for this user. Can I write a VB script to change the registry
key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\shell, so I can switch it back more easily? I am
wary of walking some users through the steps, and risking them making a
mistake.

Thanks in advance.
 
D

Dave Patrick

Yes as long as the user has registry editing rights. You may be able to
define a special local account for this purpose by adding;
"Shell"="explorer.exe"
at
HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
| I have an app that I shell to on startup. Occasional I need to do some
| phone support for this user. Can I write a VB script to change the
registry
| key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
| NT\CurrentVersion\Winlogon\shell, so I can switch it back more easily? I
am
| wary of walking some users through the steps, and risking them making a
| mistake.
|
| Thanks in advance.
|
|
 

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