Ref: 16530014
Title: Preventing Users from Accessing Server Via Server Keyboard
Date: 2/27/90

Copyright 3Com Corporation, 1991.  All rights reserved.

To prevent anyone from accessing the server via the keyboard attached to
the server, you can run MINSHELL, then put a NET CONSOLE statement at
the end of the STARTUP.CMD file.  (Running MINSHELL causes the STARTUP.CMD
file to be executed after the CONFIG.SYS file is executed.)  Users
will not be able to Ctrl-Esc or Alt-Esc to other screen groups.  Also, they
will not be able to exit to the OS/2 prompt unless they know the password.

In the CONFIG.SYS file, change the "protshell" line to look like this:

   protshell=c:\os2\minshell.exe c:\os2\cmd.exe /k c:\startup.cmd

In the STARTUP.CMD file, put NET CONSOLE on a line at the end of the file.
Make sure you do not have an exit command at the end of the file, because
STARTUP.CMD has nothing to return to.  Also make sure you are not running
the program selector or Presentation Manager.

Note:  You cannot run the client side of Lanvision with this
configuration, because it requires the use of Presentation Manager.

