Turn off Automatic login with Windows 7

201,595

Solution 1

I found the answer with a little better Google search.

Press Windows R. A command box should appear. Type control userpasswords2 and hit the enter key. This should display the User Accounts screen in Windows 7. Select the user account in the main table and uncheck the “Users must enter a user name and password to use this computer". A click on the Apply button will open the Automatically Log On window. Enter the password and confirm it to add the password to the system so that it does not need to be entered during logon.

Of course the reverse of this (putting a check in "users must enter a user name and password to use this computer") fixes it for me.

Alternative way to get to the same place: Start > then type netplwiz

Solution 2

An alternative is to use Autologon from SysInternals. This lets you set or remove the autologon password for a user.

Solution 3

You can use TweakUI or Sysinternals Autologon.

For Windows x64, a company called NeoSmart developed a 64bit version of TweakUI that basically looks and behaves pretty much exactly like Microsoft's TweakUI.

Also, Microsoft now owns Sysinternals, which they puchased from the developer Mark Russinovich a while back. I tested Sysinternals Autologon (released Nov 1, 2006) on Windows 7 and it worked fine for me.

Granted, I get that the OP wants to disable Autologon. But for others that want to enable it, consider this...

While Autologon is a very convenient feature (I've used it myself in the past), it's generally not a good practice from a security standpoint. I always set a password (I'm amazed at how many general end users do not even set a password on their PC) and disable or do not use Autologon. Besides, always having to type your password makes it less likely that you will forget the password.

Here comes the "but this is my home computer and windows passwords are easy to hack/crack" argument. True, but suppose your laptop got stolen (this has happened to me recently) or someone broke into your home and stole your computer.

You'll probably be glad you set a password (or if you're like me, also use encryption). Why make it super easy for a thief or hacker to get into your PC? Even if they can eventually bypass the password, make 'em work for it.

People always say "it's just my home PC", but you'd be surprised how many of those people also forget that they actually do have some sensitive data on their PC such as TurboTax data, Quicken data, PDF copies of loan applications, and all sorts of stuff like that.

These days, we live in a world where lax security is no longer an option, (unless you want your PC and data to get raped). The argument that hackers and theives only go after large corporations no longer holds any water. They go for the low hanging fruit...the easy targets. If they can't get any useful data from your PC, they can at least use it as a bot to perform other actions for them (why do you think there are so many viruses and spyware?).

If you want to use Autologon, then that's your personal choice. But just make sure you know and understand the risks.

Share:
201,595

Related videos on Youtube

Jim McKeeth
Author by

Jim McKeeth

Lead World Wide Developer Evangelist for Embarcadero Technologies Invented and patented swipe to unlock in 2000. See US Patent # 8352745 & 6766456, and others. Host of the Podcast at Delphi.org. (mostly a blog, but some podcast episodes). Preferred Languages: Delphi / Object Pascal C# / .NET JavaScript Java C++ Objective-C

Updated on September 17, 2022

Comments

  • Jim McKeeth
    Jim McKeeth over 1 year

    I setup my Windows 7 to automatically log into my account at home. I have a password set so that I can access it remotely. It seems like this was a feature in control panel somewhere, but now I can't find it to turn if off. I know I used to use Tweak UI in older versions of windows to do this, and before that I could edit the registry . . . but it appears they changed it for Windows 7

  • Jim McKeeth
    Jim McKeeth over 14 years
    Autologon is for older Windows version from before they added this feature proper. Have you tested it with Windows 7?
  • Steve Rowe
    Steve Rowe over 14 years
    Yes Jim. I have. It works fine. The API's it is based on didn't change.
  • Steve Rowe
    Steve Rowe over 14 years
    It works just fine. I've tried it many times.
  • studiohack
    studiohack almost 14 years
    this is correct! +1
  • vy32
    vy32 almost 13 years
    the Alternative way worked better for me!