Restrict Changes to User Folder Locations (Windows 2000/Me/XP) Category: Home > Security
These restrictions disable the ability for users to change the location of user-specific folders such as My Documents, My Pictures, My Music and Favorites.
Open your registry and find the key below.
For each folder create a new DWORD value from the list below and set it to equal "1" to restrict changes or "0" to allow them.
- DisablePersonalDirChange - Restrict changes to My Documents
- DisableMyPicturesDirChange - Restrict changes to My Pictures
- DisableMyMusicDirChange - Restrict changes to My Music
- DisableFavoritesDirChange - Restrict changes to Favorites
Log off or restart Windows for the change to take effect.
 |  |  |  |  |
 |  | (Default) | REG_SZ | (value not set) |  |
 |  | DisablePersonalDirChange | REG_DWORD | 0x00000001 (1) |  |
 |  | DisableMyPicturesDirChange | REG_DWORD | 0x00000001 (1) |  |
 |  | DisableMyMusicDirChange | REG_DWORD | 0x00000001 (1) |  |
 |  | DisableFavoritesDirChange | REG_DWORD | 0x00000001 (1) |  |
 |
 | HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Exp... |  |
 |
Settings: |
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer]
Name: DisablePersonalDirChange, DisableMyPicturesDirChange, DisableMyMusicDirChange, DisableFavoritesDirChange
Type: REG_DWORD (DWORD Value)
Value: (0 = allow changes, 1 = restrict changes)
|
Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.
Last Modified: March 30, 2002
|