Jump to content

Recommended Posts

Posted

Hi,

 

We are finally moving our students over to Windows 7 over the summer so I have been trying to get our images and profiles sorted early.

 

I have created the profile and it is almost fine, however I'm having trouble with My documents and all the different libraries, my music folders etc. I've looked through a lot of threads on here with regards to this but nothing seems to be doing what I want, or I'm doing it wrong.

 

What I've done is redirect My Documents to a users network share and this is mapped in My Computer and the link on start menu goes there also. I've applied Reg fixes to remove Favorites, Libraries etc from My Computer but when saving files within a program they still show up. Is there a way I can absolutely get rid off EVERYTHING so I'm just left with my redirected Documents to the one network share.

 

I hope this makes sense. Any help with this would be great. Cheers.

Posted

Can't help you but wanted to post so I get the thread updates :)

 

Our last tech sorted this for us but no idea how. Apparently there's a folder on one of the servers that by simply browsing it will screw up the libraries for all users on the school so. No idea if bullcrap or not but made me laugh at how ridiculous it sounds. We thought we had this sorted but for some reason the "downloads" folder always saves directly to the c:\ no matter what we do in terms of redirection \ reghacks. Get the odd kid from time to time coming in saying they can't find work and it's been saved locally.

Posted
Can't help you but wanted to post so I get the thread updates :)

 

Our last tech sorted this for us but no idea how. Apparently there's a folder on one of the servers that by simply browsing it will screw up the libraries for all users on the school so. No idea if bullcrap or not but made me laugh at how ridiculous it sounds. We thought we had this sorted but for some reason the "downloads" folder always saves directly to the c:\ no matter what we do in terms of redirection \ reghacks. Get the odd kid from time to time coming in saying they can't find work and it's been saved locally.

 

i use library tool google it

 

it lets you set the librarys to network shares

 

run it on your mandatory profile and edit the librarys so they point to your users mapped home folder.

 

ours use the u: drive so mine points to u: for docs an u:\downloads etc

 

hope this helps i posted instructions in another thread

  • Thanks 1
Posted (edited)

It's also possible to edit the Library paths in Notepad since they are just text files. e.g. from a Command Prompt...

 

notepad \\YourDomain\netlogon\Default User.v2\AppData\Roaming\Microsoft\Windows\Libraries\Documents.library-ms
notepad \\YourDomain\netlogon\Default User.v2\AppData\Roaming\Microsoft\Windows\Libraries\Music.library-ms
notepad \\YourDomain\netlogon\Default User.v2\AppData\Roaming\Microsoft\Windows\Libraries\Pictures.library-ms
notepad \\YourDomain\netlogon\Default User.v2\AppData\Roaming\Microsoft\Windows\Libraries\Videos.library-ms

 

Documents


 100
 true
 imageres.dll,-1002
 
   {7D49D726-3C21-4F05-99AA-FDC2C9474656}
 
 
   
   
 
 
   
     true
     true
     
       [color="#FF0000"]N:\[/color]
     
   
 

 

Music


 100
 true
 imageres.dll,-1004
 
   {94D6DDCC-4A68-4175-A374-BD584A510B78}
 
 
   
   
 
 
   
     true
     false
     
       [color="#FF0000"]N:\My Music[/color]
     
   
 

 

Pictures


 100
 true
 imageres.dll,-1003
 
   {B3690E58-E961-423B-B687-386EBFD83239}
 
 
   
   
 
 
   
     true
     false
     
       [color="#FF0000"]N:\My Pictures[/color]
     
   
 

 

Videos


 100
 true
 imageres.dll,-1005
 
   {5FA96407-7E77-483C-AC93-691D05850DE8}
 
 
   
   
 
 
   
     true
     false
     
       [color="#FF0000"]N:\My Video[/color]
     
   
 

 

^ The paths above can be UNC paths rather than mapped drives.

 

http://kevinjmorse.ca/articles/configuring-windows-7-libraries-using-group-policy-preferences

 

IIRC, you should also completely remove the following XML elements from your .library-ms files since not doing so will cause issues.

 

LongEncodedTextInHere

 

S-1-5-21-2127521184-1604012920-1887927527-4897363

 

Edit. According to MS, the element should be left empty. The element will be recreated automatically when the user logs on to a computer.

Edited by Arthur
  • Thanks 1
Posted

Thanks both of you. Very useful and I' have it sorted now!

 

The only thing left for my profile to be complete is to remove the favorites. I have applied a reg update to the following key:

 

HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\ShellFolder

 

I came across this on various websites on google as well as on here, however I can't get it to remove Favorites. Any ideas?

Posted

Could you not just redirect Favorites instead of removing them? I deployed a registry key to put them in users home drives.

 

Modify HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folder\Favorites

 

Point it to H:\Favorites (or whatever drive letter you use). If its a mandatory profile for everyone, open the NTuser.man hive file in regedit and make this change once, then you don't need a GPO :)

 

- - - Updated - - -

 

Wooooaaahhh great minds and all that lol

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