MacFile Applet Does Not Show Up After Changing Drive Letters

Last reviewed: August 20, 1996
Article ID: Q120741
The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1

SYMPTOMS

If you install Services For Macintosh (SFM) version 3.1, then change the drive letter of the drive that NT is installed on, the MacFile control panel applet no longer appears in File Manager. This can also happen if you upgrade by installing Windows NT version 3.5 over Windows NT version 3.1 and the drive letters had been changed the same way.

CAUSE

In Windows NT 3.1 the path to the .CPL file for the MacFile menu item was hard coded to the system root directory:

   HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\
   FileManager\AddOns\AfpManager: REG_SZ: E:\NTS612\System32\sfmmgr.cpl
   (in this example E:\NTS612 is where Windows NT 3.1 was installed)

Changing the drive letter renders this path invalid.

RESOLUTION

In Windows NT version 3.5 the path is not hard coded in the registry. Edit it to read as shown below using REGEDT32.EXE:

   HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\
   FileManager\AddOns\Afp Manager: REG_SZ: sfmmgr.cpl

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

STATUS

Microsoft has confirmed this to be a problem in Windows NT version 3.1. This problem has been corrected in Windows NT version 3.5.


KBCategory: kbenv kbbug3.10 kbfix3.50
KBSubcategory: ntmac ntregistry NTSrv
Additional reference words: prodnt 3.10


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: August 20, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.