On Mon, 15 Mar 2004, Andrew Judge wrote:
> I have a question about disabling roaming profiles. Apparently we can
> do that by adding logon path = , but if we do that on a machine that has
> roaming enabled, will I have to go and change that to local on all the
> accounts or will it do it automatically? Also, will that impact the
> users at all?
>
> Andy
>
Based on what I remember of disabling profiles on the server I have that
actually has them disabled, it will automatically set the users to local
profiles on machines which use it as a logon server. Windows queries for
the roaming profile path every time LogonUser() is called from Windows, so
it shouldn't attempt to load a roaming profile when it doesn't return a
path to load.
Clint