JSI Tip 8199. When you upgrade a Windows 2000 domain controller to Windows Server 2003, you receive 'LSASS.EXE terminated unexpectedly with status code -1073741571' when you restart your server?

Jerold Schulman

June 28, 2004

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

After you upgrade a Windows 2000 domain controller to Windows Server 2003, and restart your server, you receive:

The system process LSASS.EXE terminated unexpectedly with status code -1073741571. The system will now shut down and restart.

This problem will occur if the SearchList Value Name at HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters is a REG_DWORD data type, instead of a String (REG_SZ) data type.

To fix this problem:

1. Restart you computer.

2. Press and hold down the F8 key and select Safe Mode on the Windows Server 2003 Startup Menu.

3. Open a CMD.EXE window.

4. Type the following command and press Enter:

reg ADD HKLMSYSTEMCurrentControlSetServicesTcpipParameters /v SearchList /t REG_SZ /d "" /f

5. Shutdown and restart your domain controller.



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