APC Powerchute Disables Serial Mouse in Boot.ini (149446)



The information in this article applies to:

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional
  • Microsoft Windows 2000 Datacenter Server
  • Microsoft Windows NT Workstation 3.5
  • Microsoft Windows NT Workstation 3.51
  • Microsoft Windows NT Workstation 4.0
  • Microsoft Windows NT Server 3.5
  • Microsoft Windows NT Server 3.51
  • Microsoft Windows NT Server 4.0

This article was previously published under Q149446

SYMPTOMS

When you set up American Power Conversion (APC) Powerchute software, the NoSerialMice:COMx option is added to the Boot.ini file as follows:

multi(0)disk(0)rdisk(0)partition(1)\WINNT35="Windows NT Workstation

    Version 3.51" /NoSerialMice:COMx

multi(0)disk(0)rdisk(0)partition(1)\WINNT35="Windows NT Workstation

    Version 3.51 [VGA mode]" /basevideo /sos /NoSerialMice:COMx
					

CAUSE

The COMx device is set according to the COMx option that is selected during APC setup. If this COMx device is set incorrectly, or if it is in conflict with a pointing device already using the COMx port, the pointing device no longer functions due to an incorrect setting in Boot.ini.

RESOLUTION

To correct this problem, modify the Boot.ini file as follows:
  1. On File Manager View menu, click By File Type and then click Show Hidden-System Files.
  2. Find Boot.ini in C:\ (or appropriate partition).
  3. On the File Manager menu, select Attributes and clear all file attributes.
  4. Edit the file using Notepad to contain the appropriate settings according to the following information:

    /NoSerialMice - Disables the detection of serial mice on all COM ports.

    /NoSerialMice:COMx - Disables the detection of serial mice on COMx, where x is the number of the port.

    /NoSerialMice:COMx,y,z - Disables the detection of serial mice on COM x, COMy and COMz.

  5. Save and quit Notepad.
  6. Return the attribute permissions cleared in Step 3.
  7. Restart the computer.

Modification Type:MajorLast Reviewed:5/7/2003
Keywords:kbprb kbsetup KB149446