Windows 10 Disable Sign In Screen
Posted: 03 Feb 2024, 20:53
DIsable Sign In after Turn On
Run REGEDIT (Win+R - regedit)
Open
Computer/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/WindowsNT/CurrentVersion/Winlogon
Change AutoAdminLogon key to 1
New > String Value to create a new string value. And name it DefaultPassword.
Double click the DefaultPassword you just created and enter your account password in the Value data field. Then click on OK.
Disable Sign In after Sleep
Open Windows Terminal (Admin) (Win+R - "cmd")
On Battery
Plugged In
Run REGEDIT (Win+R - regedit)
Open
Computer/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/WindowsNT/CurrentVersion/Winlogon
Change AutoAdminLogon key to 1
New > String Value to create a new string value. And name it DefaultPassword.
Double click the DefaultPassword you just created and enter your account password in the Value data field. Then click on OK.
Disable Sign In after Sleep
Open Windows Terminal (Admin) (Win+R - "cmd")
On Battery
- Code: Select all
powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0
Plugged In
- Code: Select all
powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0