How to Disable the My Briefcase Icon on the Desktop
ID: Q219297
|
The information in this article applies to:
-
Microsoft Windows NT Workstation versions 4.0, 4.0 SP1, 4.0 SP2, 4.0 SP3, 4.0 SP4
-
Microsoft Windows NT Server versions 4.0, 4.0 SP1, 4.0 SP2, 4.0 SP3, 4.0 SP4
-
Microsoft Windows NT Server, Enterprise Edition versions 4.0, 4.0 SP4
IMPORTANT: This article contains information about editing the registry.
Before you edit the registry, make sure you understand how to restore it if
a problem occurs. For information about how to do this, view the "Restoring
the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help
topic in Regedt32.exe.
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 INFORMATIONWARNING: Using Registry Editor incorrectly can cause serious problems that
may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry Editor
can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys and
Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete
Information in the Registry" and "Edit Registry Data" Help topics in
Regedt32.exe. Note that you should back up the registry before you edit it.
If you are running Windows NT, you should also update your Emergency
Repair Disk (ERD).
To disable the automatic creation of the My Briefcase icon:
- Click Start, click Run, type regedt32, and then click OK.
- On the Window menu, click HKEY_CURRENT_USER on Local Machine.
- Double-click the \Software\Microsoft\Windows NT\CurrentVersion\Winlogon folder.
- On the Edit menu, click Add Value.
- In the Value Name box, type RunSyncApp, click REG_DWORD in the Data Type box, and then click OK.
- In the Data box, type 0, and then click OK.
- Quit Registry Editor.
- At a command prompt, change to the %SystemRoot%\System32 folder, type ren syncapp.exe syncapp.old, and then press ENTER.
- Restart the computer.
Additional query words:
Keywords : kbenv kbui
Version : winnt:4.0,4.0 SP1,4.0 SP2,4.0 SP3,4.0 SP4
Platform : winnt
Issue type : kbinfo
|