You can hide the Active Directory folder under My Network Places so that users won’t be
able to see or browse the folder but will still be able to search on that directory.
To hide the Active Directory folder using Registry Editor, perform the following:
- Start a registry editor (e.g. regedit.exe).
- Navigate to the subkey:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Directory UI
If this subkey doesn’t exist, create it and add the following valuename to it:
Hive: |
HKEY_CURRENT_USER |
Key: |
Software\Policies\Microsoft\Windows\Directory UI |
Name: |
HideDirectoryFolder |
Type: |
REG_DWORD |
Value: |
1 enable (ie. this enables the HideDirectoryFolder, thus nothing is displayed!) |
- Close the registry editor.
- Log off and log on again for the change to take effect.
Alternatively, and possibly less involved, you can also configure this using the
policy setting method, through a GPO setting:
- Open Group Policy with the Group Policy Editor (GPE).
- Navigate to
User Configurations, Administrative Templates, Desktop, Active Directory.
- Double-click "Hide Active Directory folder".
- Select the Policy tab.
- Click Enabled, and click OK.
- Close the policy.
|