Registry Entry for Synchronizing Windows NT Domain and Windows Passwords (230598)



The information in this article applies to:

  • Microsoft Windows Millennium Edition
  • Microsoft Windows 98
  • Microsoft Windows 98 Second Edition
  • Microsoft Windows 95

This article was previously published under Q230598
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

SUMMARY

This article describes how a network administrator can use a registry key to synchronize the Windows 95/98, Windows Millennium Edition (Me) and Windows NT domain passwords.

MORE INFORMATION

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.

Normally, you must use the Passwords tool in Control Panel to change your Windows password after you specify a new domain password at the logon prompt.

You can also use the Passwords tool to synchronize passwords by selecting the Microsoft Networking check box on the Change Passwords tab in the Passwords tool in Control Panel.

You can make this modification directly in the registry by adding a new binary value named UseMasterKey to the following registry key:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\PwdProvider\MSNP32

A value of 00 00 00 00 clears the check box.
A value of 00 00 00 01 selects the check box.

To synchronize the Windows 95/98 or Windows Me password with the screen saver password, add a binary value named UseMasterKey to the following registry key:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\PwdProvider\SCRSAVE

A value of 00 00 00 00 clears the check box.
A value of 00 00 00 01 selects the check box.


Modification Type:MinorLast Reviewed:12/20/2004
Keywords:kbenv kbinfo kbnetwork KB230598