Jump to content

Recommended Posts

Posted

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

Posted
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
Posted

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

Posted
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).
Posted

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.

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...