PEO Posted April 28, 2009 Posted April 28, 2009 (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 April 28, 2009 by PEO
leco Posted April 28, 2009 Posted April 28, 2009 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. 1
AngryTechnician Posted April 28, 2009 Posted April 28, 2009 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). 1
tomscaper Posted April 28, 2009 Posted April 28, 2009 We use a script for favorite redirection. Will put it up when i find it. 1
PEO Posted April 28, 2009 Author Posted April 28, 2009 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
PEO Posted April 28, 2009 Author Posted April 28, 2009 We use a script for favorite redirection. Will put it up when i find it. Cheers Tom
plexer Posted April 28, 2009 Posted April 28, 2009 How to redirect favorites through logon script | Windows Reference 1
PEO Posted April 28, 2009 Author Posted April 28, 2009 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?
ricki Posted April 28, 2009 Posted April 28, 2009 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. Richardie_favorites_location.zip 2
PEO Posted April 28, 2009 Author Posted April 28, 2009 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?
cromertech Posted April 28, 2009 Posted April 28, 2009 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.
PEO Posted April 28, 2009 Author Posted April 28, 2009 cheers gang, its now working... next job NOD32 remote console
PiqueABoo Posted April 28, 2009 Posted April 28, 2009 ..but, since it's a 2008 forum you could have added that reg setting with a Preference!
ricki Posted April 29, 2009 Posted April 29, 2009 does this adm apply on a 2008 box? I am sorry I dont know I dont have any windows 2008 yet I am sorry. Richard
leco Posted April 29, 2009 Posted April 29, 2009 ..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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now