Regedit Value for Windows Auto Sign-in After Update
This article explains which Windows Registry (Regedit) value controls the Automatic Restart Sign-On (ARSO) feature. Windows uses ARSO to automatically log into your account and lock your device after a Windows Update to finish configuring settings and apps. Below, you will find the exact registry keys, values, and steps needed to enable or disable this behavior.
The Registry Key and Value
The primary value that controls automatic sign-in after a restart or
update is
DisableAutomaticRestartSignOn.
- Registry Path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon - Value Name:
DisableAutomaticRestartSignOn - Value Type:
REG_DWORD(32-bit) - Value Data:
1= Disabled (Windows will not automatically sign in after an update)0= Enabled (Windows will automatically sign in to finish setup)
How to Configure the Setting in Regedit
Press Win + R, type
regedit, and press Enter to open the Registry Editor.Navigate to the following path in the address bar:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinlogonLook for the
DisableAutomaticRestartSignOnDWORD value in the right pane.- If it does not exist, right-click on an empty space, select
New > DWORD (32-bit) Value, and name it
DisableAutomaticRestartSignOn.
- If it does not exist, right-click on an empty space, select
New > DWORD (32-bit) Value, and name it
Double-click the value to edit it:
- Set the Value data to
1to stop Windows from signing in automatically after an update. - Set the Value data to
0if you want Windows to automatically complete update configurations.
- Set the Value data to
Click OK and restart your computer for changes to take effect.
Alternative Group Policy Registry Path
If the setting is being managed through system policies, it can also be configured under the Policies hive:
- Registry Path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System - Value Name:
DisableAutomaticRestartSignOn - Value Type:
REG_DWORD(32-bit) - Value Data:
1= Policy enabled (Disables auto sign-in)0= Policy disabled (Enables auto sign-in)