Microsoft Windows 2000
|
|
User Profile Setting Not Being Maintained on Server
NETBIOS names no longer get resolved to their fully qualified DNS names. You have to configure the profile, home, shared, and application directories using fully qualified DNS names in the form of \\mycomputer.mydomain.com\myshare. Problem: The old NETBIOS names keep reappearing wherever the roaming user logs on. Changes made at the workstation will work fine until the user logs off. When the user logs back on, the workstation has reverted to the earlier configuration. Solution: Use Registry Editor to add the following registry value (or modify it, if the value already exists):
After you make this change, restart the computer. The log file is written to the %systemroot%\Debug\Userenv.log file. Confirm that the profile is getting read and written to the server correctly. Use REGEDT32 to load and view the server based profile (ntuser.dat) using the steps defined in Knowledge Base article Q146050: Modifying Ntuser.dat Hive So New Users Get Defined Settings. |