christiankyle-ching / DisableAutoLoginWin10

Simple batch script to disable auto-logging in of passwordless last user in Windows 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DisableAutoLoginWin10

A simple batch script to disable auto-logging in of passwordless last user in Windows 10. If a user without a password shuts down the PC, Windows 10 for some reason decides to automatically login that user on the next restart, making it more difficult to choose what user you really want to sign-in (as you have to sign-out of that account first before being able to choose).

For more information, read these threads:

IMPORTANT DISCLAIMER

I will not be responsible to any damages that this program may cause your machine. DO A SYSTEM BACKUP FIRST! Read the LICENSE for more information.

Windows Defender SmartScreen might block the execution of this file. Read the source code if you have any doubts, or run a VirusTotal scan.

How to Install?

Download as ZIP, then extract to your desired location.

How to Use?

Right-click DISABLE_AUTO_LOGIN.bat > Run as Administrator.

How to Restore Old Behaviour?

Right-click RESTORE.bat > Run as Administrator.

Auto-Login is back after Windows Update?

Just re-run the script : DISABLE_AUTO_LOGIN.bat > Run as Administrator.

Dependencies

  • SetACL - for changing registry permissions

About

Simple batch script to disable auto-logging in of passwordless last user in Windows 10

License:MIT License


Languages

Language:Batchfile 100.0%