sippo Posted January 28, 2011 Posted January 28, 2011 We have a vanilla XP Pro network with Server 2003 here, and Mandatory profiles for staff and students. I was wondering, does anyone know how to 'enable' favourites for users? We've had a vanilla for nearly 4 years now and it's only just come up! I did suggest just copying and pasting the url and saving somewhere else, but apparently that's too much hassle.
Jon Posted January 28, 2011 Posted January 28, 2011 You could redirect favourits using group policy... Redirect Favorites and Cookies folder using a Group Policy 1
sippo Posted January 28, 2011 Author Posted January 28, 2011 Not sure that will work with Mandatory profiles though?
Jon Posted January 28, 2011 Posted January 28, 2011 I have used it succesfully in the past. Give it a go, works the same as redirecting my docs or any other folder.
zag Posted January 28, 2011 Posted January 28, 2011 We save the favorites to the my documents through group policy. It was posted on here a while ago. Works perfectly so far.
pete Posted January 28, 2011 Posted January 28, 2011 We redirect favourites to a hidden Favourites folder in their redirected My Documents.
3s-gtech Posted January 28, 2011 Posted January 28, 2011 Same as above, but with local profiles. Students are mandatory - their favourites are set by GP which works fine.
sippo Posted January 28, 2011 Author Posted January 28, 2011 How do you set them by GP? Do they save their favourites, and they are still there when they log back in?
sted Posted January 28, 2011 Posted January 28, 2011 either via gpo or you could edit the ntuser.man file and change hkuser\username\software\microsoft\windows\current version\explorer\user shell folders\favirotes and instead of %userprofile%\favorites point it at say U:\favorites (we use u drive for their user area) 1
sippo Posted January 28, 2011 Author Posted January 28, 2011 Thanks y'all. All working now. Redirected to my documents.
itwasntme Posted February 23, 2011 Posted February 23, 2011 (edited) Is there a way to continue deploying favourites via group policy in addition to allowing them to save their own favourites within a mandatory profile? Using WinXP/Server2K3R2. Cheers ---- To clarify, updating the ntuser.man/dat with redirected favorites path allows them to save their own favorites but does not pull down their favorites as deployed by GPO. Edited February 23, 2011 by itwasntme clarification
sted Posted February 23, 2011 Posted February 23, 2011 Is there a way to continue deploying favourites via group policy in addition to allowing them to save their own favourites within a mandatory profile? Using WinXP/Server2K3R2. Cheers ---- To clarify, updating the ntuser.man/dat with redirected favourites path allows them to save their own favorites but does not pull down their favorites as deployed by GPO. gpo favourites should go out ok iirc or not via gpo and crude but effective copy \\server\favourites\pupils\*.url u:\favorites /y
itwasntme Posted February 25, 2011 Posted February 25, 2011 gpo favourites should go out ok iirc or not via gpo and crude but effective copy \\server\favourites\pupils\*.url u:\favorites /y I was hoping not to have to maintain a list of favorites by copying/deleting every login - can anyone confirm that it does/should work if you've statically configured a fixed path for favorites in the users home folder and still want GPO favorites deployed? If anything is stopping it I would imagine it is applying the gpo favorites first and then setting the path?
Disease Posted March 8, 2011 Posted March 8, 2011 Is there a way to automate the creation of a hidden Favorites and Cookies folder for existing and new users?
sted Posted March 8, 2011 Posted March 8, 2011 assuming users drive is u: if not exist u:\favorites md u:\favorites attrib u:\favorites +h if not exist u:\cookies md u:\cookies attrib u:\cookies +h crude but should work 1
Disease Posted March 9, 2011 Posted March 9, 2011 (edited) Thanks I will give that a go. ****Edit**** Worked a treat thanks. Edited March 9, 2011 by Disease
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