Optimize Win 2000 for one application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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

:
|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?
 
Back
Top