Link to home
Start Free TrialLog in
Avatar of JeffreyWest
JeffreyWest

asked on

Can't redirect "My Pictures" with Group Policy

I want to redirect everyone's picture folder to a common share. I have "My Documents" redirected, but the settings on the Advanced Tab is grayed out. I've created a new OU, a policy within the domain and tried to adjust the main domain policy, but I can't get it active.

Can anyone help?

Jeff
Avatar of visioneer
visioneer

There is no built-in GPO setting for "My Pictures" folder redirection, specifically.

However, there is a registry key that keeps this information.  You could use a GPO to modify this particular registry key to point to the location you want:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explore\User Shell Folders

Value: My Pictures
Type: REG_SZ (or can be REG_EXPAND_SZ if you wish to include variables like %username%)
Data: \\server\share\whatever

I hope this helps.
Avatar of JeffreyWest

ASKER

I just completed a rebuild of my domain, and there was a listing for My Pictures under the My Documents in the GPO. I've never had to touch the registry before. I wonder what's up.

Jeff
ASKER CERTIFIED SOLUTION
Avatar of visioneer
visioneer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial