IMPORTANT: This article contains information about modifying the registry. Before you
modify the registry, make sure to back it up and make sure that you understand how to restore
the registry if a problem occurs. For information about how to back up, restore, and edit the
registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986 Description of the Microsoft Windows Registry
RESOLUTION
WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may
require you to reinstall your operating system. Microsoft cannot guarantee that you can solve
problems that result from using Registry Editor incorrectly. Use Registry Editor at your own
risk.
Change the data value of the UpdateMode value to 1. This value is located
in the following registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update
The following table lists valid settings for the UpdateMode DWORD value.
Setting Description
----------------------------------------------------------------------
0 System policies are disabled.
1 Automatic mode. Search for a system policy file named
Ntconfig.pol in the authenticating server's Netlogon share.
This is the default value.
2 Manual mode: Search for the specified system policy file in
the location specified by the optional NetworkPath SZ value.
An UpdateMode data value of 2 requires an additional SZ value called
NetworkPath that specifies a local or network system policy path and file
name.
The following samples demonstrate valid entries for the NetworkPath value:
\\<Servername>\<Sharename>\<Filename>
C:\<Directoryname>\<Filename>
The file name does not require a .pol extension, although you may want to
do so for file identification.