

NOBOOT.TXT
6-4-93


NOBOOT.EXE is a program to disable the Ctrl-Alt-Del keys from performing
a reboot while in the Windows environment. The program calls a virtual
device driver called VCADD.386 to disable these keys.

In order for NOBOOT.EXE to use the driver, VCADD.386 must first be loaded
when Windows starts up. Therefore, you must put the following line in
your SYSTEM.INI file under the [386Enh] heading:

device=VCADD.386

You must also copy the VCADD.386 file to your \WINDOWS\SYSTEM directory.

You can place NOBOOT.EXE in your startup group, so that Windows will
automatically run the program upon starting.

If you would like to reboot your machine after running the NOBOOT program,
you will need to exit Windows first or run NOBOOT again using the command
line parameter -e. The command line parameter -d, displays a message box
indicating the program was successful.

Examples:

    NOBOOT.EXE          : Disables Ctrl-Alt-Del with no indication
                          that the program executed correctly.

    NOBOOT.EXE -d       : Disables Ctrl-Alt-Del and displays a message
                          that it did.

    NOBOOT.EXE -e       : Enables Ctrl-Alt-Del with no indication
                          that the program executed correctly.

    NOBOOT.EXE -e -d    : Enables Ctrl-Alt-Del  and displays a message
                          that it did.






