Shared Icon Does Not Appear After Sharing a Folder with a LFN

Last reviewed: October 28, 1997
Article ID: Q147224
The information in this article applies to:
  • Microsoft Windows NT Workstation version 4.0
  • Microsoft Windows NT Server version 4.0

SYMPTOMS

When you share a folder with a long filename on a FAT partition, Windows NT Explorer may not display the shared icon. Also, you cannot administer the shared folder from Windows NT Explorer, but the share can be seen from network clients.

CAUSE

This problem occurs when the path for the shared folder is stored in the registry as a short filename (for example, C:\Progra~1). The path is stored this way if the RunOnce registry option executed a file in the same folder during the most recent reboot. The path specified for the RunOnce registry option is also stored as a short filename (SFN). Explorer.exe does display the shared icon if a SFN is used in the path to the shared folder.

RESOLUTION

Perform the following steps to resolve this problem:

  1. Type the following at a command prompt to delete the share:

          net share <sharename> /d
    

    where <sharename> is the path to the shared folder.

    NOTE: For assistance with the NET SHARE command, please type the following at a command prompt:

          net share /?
    

  2. Shut down and restart your computer.

  3. Use Windows NT Explorer to share the folder.

STATUS

Microsoft has confirmed this to be a problem in Windows NT 4.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

The RunOnce registry parameter is used to run an application one time when you logon on the subsequent reboot. Primarily, setup programs use RunOnce to perform tasks on subsequent reboots. RunOnce is documented in the Windows NT Resource Kit.


Additional reference words: 4.00 overlay
Keywords : kbbug4.00 NTSrvWkst ntui kbenv kbui
Version : WinNT:4.0
Platform : winnt
Issue type : kbbug


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: October 28, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.