IntelliType Manager Settings Not Retained

Last reviewed: November 18, 1996
Article ID: Q128643
The information in this article applies to:
  • Microsoft IntelliType software version 1.0

SYMPTOMS

Changes that you make in IntelliType Manager may not be saved. Instead, the default settings are restored when you quit Windows.

CAUSE

This problem can be caused by an incorrect MSINPUT environment variable.

RESOLUTION

Make sure the SET MSINPUT= statement in the AUTOEXEC.BAT file is set to a valid directory. If the statement points to a directory that does not exist, or does not contain the full path to the directory, the statement is invalid. For example, the incorrect statement

   SET MSINPUT=C:MSINPUT

should be changed to:

   SET MSINPUT=C:\MSINPUT

MORE INFORMATION

When the keyboard driver loads, it examines the MSINPUT environment variable to find the MSINPUT.INI file. If the MSINPUT variable does not exist, the directory from which the keyboard driver (KBD.DRV) is loaded is scanned for the MSINPUT.INI file. If the file does not exist in this directory, a new MSINPUT.INI file is created in the directory for future use.

If the MSINPUT variable is set to a valid directory that does not contain an MSINPUT.INI file, the file is created in that directory and used for updates. If the MSINPUT variable is set to an invalid directory, defaults for IntelliType Manager are used and updates are not saved.


KBCategory: kbenv kbhw
KBSubcategory: mnk
Additional reference words: 1.00 natural keyboard


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 18, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.