Ste_Harve Posted September 11, 2007 Posted September 11, 2007 How do you all allow staff to keep the favorites? My network is running on mandatory profiles and when the machine is rebooted, all local profiles are deleted. I've had some staff come to me asking why they can't save their favorites. Is there anyway round this? Cheers, Ste
molesm Posted September 11, 2007 Posted September 11, 2007 At our school we redirect everyones favoties to their work area, hence they are saved, its a registry mdofication I can look it up if you want
Geoff Posted September 11, 2007 Posted September 11, 2007 Here's an ADM template to do it. http://blogs.microsoft.co.il/blogs/guyt/archive/2006/11/18/Redirecting-IE-Favorites-via-GPO.aspx http://blogs.microsoft.co.il/files/folders/guyt/entry4648.aspx
Ste_Harve Posted September 11, 2007 Author Posted September 11, 2007 If you could look it up that would be great. Don't mind for the kids but the staff are annoying!!!
GlennT Posted September 11, 2007 Posted September 11, 2007 Hi Ste, Try this.... http://www.amset.info/loginscripts/ie-favorites.asp Cheers, Glenn.
molesm Posted September 11, 2007 Posted September 11, 2007 Its in Hkey_Current_user\software\microsoft\windows\currentversion\explorer\user shell folders and Hkey_Current_user\software\microsoft\windows\currentversion\explorer\ shell folders One of them overrides the other but we just have both looking to the favorites folder in the home folder
Ste_Harve Posted September 11, 2007 Author Posted September 11, 2007 Thanks for that, I've used the GPO template and have applied it. Will have to wait and see if it works!! Thanks again everyone. Ste
Geoff Posted September 11, 2007 Posted September 11, 2007 Just bear in mind you might need to go digging around local profiles for 'lost' favourites. This mainly happens for staff who sit at the same PC all the time (office staff usually).
Ste_Harve Posted September 11, 2007 Author Posted September 11, 2007 Well it's tuff, i told them before the holidays that favorites would be changing, a lot backed them up by writing the url down!!!!
Slartibartfast Posted September 13, 2007 Posted September 13, 2007 Redirecting 'Favourites' in this fashion appears to stop group policy assigned favourites appearing. Other than that, it works perfectly.
Geoff Posted September 13, 2007 Posted September 13, 2007 Yes I suggest you use a login script to robocopy predefined favourites into their networked favourites folder.
seanmh Posted September 13, 2007 Posted September 13, 2007 Have a look at Kixtart for creating useful login scripts You can make reg changes as people log in as part of the script. I do mine like this $RC=WRITEVALUE("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders","Favorites","P:\Favorites","REG_EXPAND_SZ") Works a treat and allows staff to access their favourites from any machine on the network.
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