keyongtech


  keyongtech > win2000.* > win2000.general > 06/2007

 #1  
06-19-07, 05:36 PM
crookj
Looking to change the default shell explorer.exe with a custom exe
file only for the 2 local users i have on the machine and want to
leave the administrator account with the normal shell.. can someone
please explain step by step on how to do this..... The issue is
that i have to remote uses connecting to this machine and i only want
them to have access to 1 program and not windows. Thanks for any help
i receive.

Jay C
 #2  
06-20-07, 05:18 AM
Dave Patrick
You can set the Reg_Sz string value of;
"Shell"="Explorer.exe"
to the full path of the program you wish to start by default. found at
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

For example to start the command interpreter;
"Shell"="C:\winnt\system32\cmd.exe"

You may be able to define this per user at;
HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
 #3  
06-20-07, 04:59 PM
marinema6
On Jun 20, 12:18 am, "Dave Patrick" <DSPatr>
wrote:
[..]
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows][..]
>
> <cro> wrote:
>


Thanks for the help.. That worked out great.

Jay C
 #4  
06-21-07, 06:02 AM
Dave Patrick
Good to hear. You're welcome.
Similar Threads
Administrator shell and User shell

Hi, I would like to have two shells (explorer shell and application shell) for XPE operating system because there are two types of users: administrator and normal user. ...

Bourne shell script to determine users shell

All, As root, I would like to get the shell and home directory of any user. I know I can grep it out of /etc/passwd -OR- ypcat passwd but what if the authentication is via...

How to change the default shell csh->bash (not with administrator rights)?

As a normal user on a SunSolaris machine my normal shell is cshrc. But i want to have the bash as default shell. I cannot ask the administrator to change /etc/passwd where...

The shell was stopped and then restarted. By default, the shell is explorer.exe

Can I delete this file and then restart the computer? I found these two sites with help, but I'm worried about messing up my computer more! [..] [..] Thanks for...

A quick question: How do I change a shell's environment variable from a sub-shell

Hello everybody, I have a small question, that I am sure there is a simple answer to. The specific problem is this: $ echo blabla | { cat ; foo=3 ; echo $foo ; } ; echo...


All times are GMT. The time now is 07:15 PM. | Privacy Policy