JSI Tip 1372. How can I prevent the My Briefcase icon from being created on a new users desktop?

Jerold Schulman

June 6, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

The following registry hack does not remove the My Briefcase icon from a user who has previously logged on:

Use Regedt32 to modify the default user hive on the server and NT Workstation at:

SoftwareMicrosoftWindows NTCurrentVersionWinlogon

On the Edit menu, Add Value name RunSyncApp as a type REG_DWORD and set the data value to 0.

On the NT Workstation, navigate to:

HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionWinlogon

On the Edit menu, Add Value name RunSyncApp as a type REG_DWORD and set the data value to 0.

Rename %SystemRoot%System32syncapp.exe to syncapp.old.

Shutdown and restart the NT Workstation.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like