Hi,
I am trying to map the My Documents folder on XP Pro machines to a users home drive on the network, but am getting very confused looking at the info I've found ...
I've got the smeserver-loginscript-0.2-8.noarch.rpm contrib to change the netlogon.bat script, and map users shares happily, but can not figure out how to map the 'My Documents' folder.
I think I need to apply the following registry patch,
[Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"AppData"="H:\.windows_settings\Application Data"
"Desktop"="H:\.windows_settings\Desktop"
"Programs"="H:\.windows_settings\Start Menu\Programs"
"Recent"="H:\.windows_settings\Recent"
"Start Menu"="H:\.windows_settings\Start Menu"
"Startup"="H:\.windows_settings\Start Menu\Programs\Startup"
"My Pictures"="H:\My Documents\My Pictures"
"Personal"="H:\My Documents"
But I'm not sure how to do it, for safety I think it should be installed everytime a user logs in, but have no idea how to achieve this

Any help much appreciated.
Dan