I'm not given a warning if logged on using cached credentials in Windows 2000.

John Savill

January 26, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. In Windows NT 4.0 if you log on and no domain controller can befound you are logged on using cached information (assuming you have previouslylogged onto the machine). You are given a warning "A domain controllercould not be contacted and you have been logged on using cachedinformation".

This warning is disabled by default in Windows 2000 but can be enabled byperforming the following on each computer:

  1. Start the registry editor (Regedit.exe)

  2. Move to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon

  3. From the Edit menu select New - String Value

  4. Enter a name of ReportControllerMissing and press Enter

  5. Double click the new value and set to TRUE (must be uppercase). Click OK

Now for each user who you wish to have controller missing message displayedperform the following:

  1. Start the registry editor (Regedit.exe)

  2. Move to HKEY_CURRENT_USERSoftwareMicrosoftWindows NTCurrentVersionWinlogon

  3. From the Edit menu select New - DWORD Value

  4. Enter a name of ReportDC and press Enter

  5. Double click the new value and set to 1. Click OK

You may want to automate this via a logon script or via a policy template.

This warning was probably removed by default as most users would notunderstand the warning and just ignored it so be selective about re-enabling.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like