How to Disable the My Briefcase Icon on the Desktop (219297)



The information in this article applies to:

  • Microsoft Windows NT Workstation 4.0
  • Microsoft Windows NT Workstation 4.0 SP1
  • Microsoft Windows NT Workstation 4.0 SP2
  • Microsoft Windows NT Workstation 4.0 SP3
  • Microsoft Windows NT Workstation 4.0 SP4
  • Microsoft Windows NT Server 4.0
  • Microsoft Windows NT Server 4.0 SP1
  • Microsoft Windows NT Server 4.0 SP2
  • Microsoft Windows NT Server 4.0 SP3
  • Microsoft Windows NT Server 4.0 SP4
  • Microsoft Windows NT Server, Enterprise Edition 4.0
  • Microsoft Windows NT Server, Enterprise Edition 4.0 SP4

This article was previously published under Q219297
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

SUMMARY

This article describes how to disable the creation of the My Briefcase icon (located on the Windows NT 4.0 desktop) during startup for all new users who log on to a Windows NT-based computer.

NOTE: Changing the following registry entry does not remove the icon from a user's desktop if the user has previously logged on to the Windows NT-based computer.

MORE INFORMATION

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

To disable the automatic creation of the My Briefcase icon:
  1. Click Start, click Run, type regedt32, and then click OK.
  2. On the Window menu, click HKEY_CURRENT_USER on Local Machine.
  3. Double-click the \Software\Microsoft\Windows NT\CurrentVersion\Winlogon folder.
  4. On the Edit menu, click Add Value.
  5. In the Value Name box, type RunSyncApp, click REG_DWORD in the Data Type box, and then click OK.
  6. In the Data box, type 0, and then click OK.
  7. Quit Registry Editor.
  8. At a command prompt, change to the %SystemRoot%\System32 folder, type ren syncapp.exe syncapp.old, and then press ENTER.
  9. Restart the computer.

Modification Type:MajorLast Reviewed:5/14/2003
Keywords:kbenv kbinfo kbui KB219297