To temporarily disable automatic login on a server that has been configured to use Sysinternals Autologon functionality, you can modify the AutoAdminLogon value in the registry. Setting the AutoAdminLogon value to 0 will disable automatic login. To do this, follow these steps:
- Click Start, and then click Run.
- In the Open box, type Regedit.exe, and then press Enter.
- Locate the
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
subkey in the registry. - Double-click the AutoAdminLogon entry.
- In the Edit String dialog box, change the value to 0 and then click OK.
- Exit Registry Editor.
Setting the AutoAdminLogon value to 0 will disable automatic login. To enable automatic login again, set the AutoAdminLogon value back to 1.
References: