home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q101 / 7 / 30.TXT < prev    next >
Encoding:
Text File  |  1993-09-28  |  2.7 KB  |  66 lines

  1. DOCUMENT:Q101730  24-SEP-1993  [W_NT]
  2. TITLE   :Deleting COM Ports from a Windows NT Installation
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. WARNING: Using Registry Editor incorrectly can cause
  16.      serious, system-wide problems that may require you to
  17.      reinstall Windows NT to correct them. Microsoft cannot
  18.      guarantee that any problems resulting from the use of
  19.      Registry Editor can be solved. Use this tool at your own
  20.      risk.
  21.  
  22. Microsoft Windows NT and Windows NT Advanced Server support up to 256
  23. COM ports on each workstation. Use the Ports application in the
  24. Windows NT Control Panel to add ports. However, Windows NT does not
  25. provide a graphical interface to remove ports after adding them. To
  26. remove a COM port, you must use the Registry Editor utility.
  27.  
  28. Perform the following five steps to remove a COM port from a Windows
  29. NT or Windows NT Advanced Server workstation:
  30.  
  31. 1. Start the Registry Editor (REGEDT32.EXE)
  32.  
  33. 2. Find the following key:
  34.  
  35.    \HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
  36.        \Serial\Parameters
  37.  
  38. 3. The Parameters key has several subkeys such as Serial10000,
  39.    Serial10001, and so on. Each of these subkeys corresponds to a COM
  40.    port. To determine the COM port to which each applies, check the
  41.    corresponding DosDevices value.
  42.  
  43. 4. After you determine the COM port to remove, choose the appropriate
  44.    Serial<xxxxx> subkey and choose Delete from the Edit menu.
  45.  
  46. 5. Close the Registry Editor and shutdown and restart your system.
  47.  
  48. Additional reference words: 3.10 communications FIFO modem
  49. KBCategory: INPUT/OUTPUT DEVICES
  50. KBSubcategory: ioput
  51.  
  52. =============================================================================
  53.  
  54. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  55. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  56. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  57. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  58. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  59. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  60. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  61. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  62. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  63. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  64. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  65.  
  66. Copyright Microsoft Corporation 1993.