Jump to content

Recommended Posts

Posted (edited)

This is starting to drive me a little mad lol

 

Im having trouble trying to point the redirection to the users individual Favorites folder

 

I have S:\ mapped to \\W8E-DC01\%USERNAME%Cached$

 

which points to the users work folder.

 

so I tried the following UNC path in the folder redirection for Favorites

 

\\W8E-DC01\%USERNAME%Cached$\Favorites

 

I've done a GPUPDATE but still having no joy.

 

Can anyone help?

 

Cheers

Edited by PEO
Posted
Which option are you using in GPO? Is it "Create a folder ..." or "Redirect to this ocation"? If the first the breadcrumbs show where the redirect will ultimately go i.e. it already knows that you want it to be \Claire\Favorites. Had a bit of a tussle with this myself, sorted now I think but my locations are not combinations of system variable+name$ shares, don't know if that makes a difference.
  • Thanks 1
Posted
Just a sanity check, the clients are running Vista and not XP? Favourites redirection is not available on XP clients (at least not via the 'normal' method).

 

using xpSP3 no vista clients on network... Can't believe I did not realise this

Posted

This code has an error

 

Option Explicit

 

Dim RegLocate, objShell

 

Set objShell = WScript.CreateObject(”WScript.Shell”)

 

RegLocate = “HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Favorites”

 

objShell.RegWrite RegLocate,”t:\Favorites”,”REG_SZ”

 

RegLocate = “HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Favorites”

 

objShell.RegWrite RegLocate,”t:\Favorites”,”REG_SZ”

 

 

invalid character line 5 character 37

 

any ideas?

Posted

HI

 

I redirect favorites in gpo policy with this adm with windows xp and it works ok.

 

You have to change one of the settings to see the settings as its not a normal windows settings under view filtering and remove the tick from the only show policy settings that can be fully managed.

 

This will then give you a user option under administrative templates, widows components, internet explorer and Favorites.

 

Richard

ie_favorites_location.zip

  • Thanks 2
Posted
HI

 

I redirect favorites in gpo policy with this adm with windows xp and it works ok.

 

You have to change one of the settings to see the settings as its not a normal windows settings under view filtering and remove the tick from the only show policy settings that can be fully managed.

 

This will then give you a user option under administrative templates, widows components, internet explorer and Favorites.

 

Richard

 

does this adm apply on a 2008 box?

Posted
This code has an error

 

Option Explicit

 

Dim RegLocate, objShell

 

Set objShell = WScript.CreateObject(”WScript.Shell”)

 

RegLocate = “HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Favorites”

 

objShell.RegWrite RegLocate,”t:\Favorites”,”REG_SZ”

 

RegLocate = “HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Favorites”

 

objShell.RegWrite RegLocate,”t:\Favorites”,”REG_SZ”

 

 

invalid character line 5 character 37

 

any ideas?

 

Error is the directional quote characters ” . It need to be a regular double quote. Use notepad and paste it in it should change them to ".

 

Other than that do you want the favourites to follow the user? You can install the Group Policy Client Side Extensions update from microsoft to make the XP machines comply with the new Group Policy options that are available to Vista.

Posted
..but, since it's a 2008 forum you could have added that reg setting with a Preference!

 

Don't know about PEO but I have yet to explore those. How would it be done in there please?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...