Integrating Win95 and Samba

Simon Hyde shyde at poboxes.com
Thu Oct 9 16:30:38 GMT 1997


On Thu, 9 Oct 1997 23:29:56 +1000, you wrote:

[snip]
>
>> How to prevent Windows from writing a local user profile when it is
>> already written on the server?
>
>These are the registry setting that seem to matter.
>
>----------------snip----------------
>REGEDIT4
> 
>[HKEY_LOCAL_MACHINE\Network\Logon]
>"UseHomeDirectory"=dword:00000001
>"UserProfiles"=dword:00000001
>
>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProfileList\jdoe]
>"ProfileImagePath"="C:\\WINDOWS\\Profiles\\jdoe"
>
>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ProfileReconciliation]
>"ProfileDirectory"="C:\\WINDOWS\\Profiles\\jdoe"
>
>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell
>Folders]
>"Desktop"="C:\\WINDOWS\\Profiles\\jdoe\\Desktop"
>"Programs"="C:\\WINDOWS\\Profiles\\jdoe\\Start Menu\\Programs"
>"Start Menu"="C:\\WINDOWS\\Profiles\\jdoe\\Start Menu"
>"Startup"="C:\\WINDOWS\\Profiles\\jdoe\\Start Menu\\Programs\\Startup"
>"Recent"="C:\\WINDOWS\\Profiles\\jdoe\\Recent"
>"NetHood"="C:\\WINDOWS\\Profiles\\jdoe\\NetHood"
>
>
>----------------snip----------------
You may be better off changing these to UNC names that point to the
server, ie
"Start Menu"="\\\\server\\homes\\Profile\\Start Menu"

or
"Start Menu"="\\\\server\\jdoe\\Profile\\Start Menu"
This will prevent windows from taking a copy of the profile from the
server, since it just compares the server copy of the profile with the
server copy of the profile which, supprisingly, happens to be the same
:-).


More information about the samba mailing list