How can I stop certain folders being replicated as part of the user profile?

John Savill

June 1, 1999

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

A. Service Pack 4 introduced a new registry setting,ExcludeProfileDirs, which can be used to exclude certain directories from thereplication of user profiles.

To implement perform the following:

  1. Start the registry editor (regedit.exe)

  2. Move to HKEY_CURRENT_USERSoftwareMicrosoftWindows NTCurrentVersionWinlogon

  3. From the Edit menu select New - String value

  4. Enter a name of ExcludeProfileDirs and press Enter

  5. Double click the new value and set to the relevant areas, separating them by semi-colons, for example
    Local SettingsApplication DataMicrosoftOutlook;Temporary Internet Files;Personal
    Click OK

  6. Close the registry editor

This can also be done via a system policy:

  1. Start the Policy Editor (poledit.exe)

  2. Create a new policy (or open an existing one providing it was created after SP4 installation)

  3. Double click Default User

  4. Expand 'Windows NT User Profiles'

  5. Check the 'Exclude directories in roaming profile'

  6. In the data box type the name of the directories to be excluded
    Click here to view image

  7. Click OK

  8. Save the policy to the netlogon share of the PDC

About the Author

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