Changing a users shell

E

Eric Fadely

On a standalone workstation how is it possible to change
one users shell and not another? I want to make users
have a shell of say winword.exe and not explorer.exe. I
see in group policies how to do this but this is globally
and I only want it done a group of users.
 
R

Ray at

I'm not familiar with using AD methods for distibuting registry settings,
the the setting that you want to create/change is
HKCU\software\Microsoft\windowsNT\currentversion\winlogon
shell="C:\Program Files\Microsoft Office\Office\winword.exe"
(REG_SZ)

That path to winword.exe is typically what it is, but not necessarily, so
make sure you adjust it as needed. The "shell" value does not exist in HKCU
by default, but if you create it, it will be honored.

Ray at work
 

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