Optimize Win 2000 for one application

G

Guest

Guest
Archived from groups: microsoft.public.win2000.setup (More info?)

I would like to setup Windows 2000 so that it will run only one program and
the program launches after booting up.

How do I go about achieving this?
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.setup (More info?)

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

--
Regards,

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

"djd4n" wrote:
|I would like to setup Windows 2000 so that it will run only one program and
| the program launches after booting up.
|
| How do I go about achieving this?