Disable the authentication loopback check
Re-enable the behavior that exists in Windows Server 2003 by setting the DisableLoopbackCheck registry entry in the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa registry
subkey to 1. To set the DisableLoopbackCheck registry entry to 1, follow these steps on the client computer:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
- Right-click Lsa, point to New, and then click DWORD Value.
- Type DisableLoopbackCheck, and then press ENTER.
- Right-click DisableLoopbackCheck, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Exit Registry Editor.
- Restart the computer.
本文介绍如何通过修改注册表项DisableLoopbackCheck来重新启用Windows Server 2003中关于禁用认证回环检查的行为。具体步骤包括使用regedit编辑注册表,设置HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsa子键下的DisableLoopbackCheck值为1,并重启计算机。

205

被折叠的 条评论
为什么被折叠?



