How can I stop certain folders being replicated as part of the user profile?
June 1, 1999
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:
Start the registry editor (regedit.exe)
Move to HKEY_CURRENT_USERSoftwareMicrosoftWindows NTCurrentVersionWinlogon
From the Edit menu select New - String value
Enter a name of ExcludeProfileDirs and press Enter
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 OKClose the registry editor
This can also be done via a system policy:
Start the Policy Editor (poledit.exe)
Create a new policy (or open an existing one providing it was created after SP4 installation)
Double click Default User
Expand 'Windows NT User Profiles'
Check the 'Exclude directories in roaming profile'
In the data box type the name of the directories to be excluded
Click here to view imageClick OK
Save the policy to the netlogon share of the PDC
About the Author
You May Also Like