how to enable automatic login in windows 8

11

6

I have disabled my windows 8 lock screen but i would like to disable logging in altogether so that windows 8 automatically logs me in. If it is possible to disable lock screen, see here, then i'm sure there has to be a way of disabling logging in altogether but i don't just know how to. Can anyone help?

Favourite Chigozie Onwuemene

Posted 2012-10-28T22:55:00.317

Reputation: 193

Also see here for lock screen disabling and enabling auto login.

– Karan – 2012-10-28T23:25:01.793

@aditya if you feel that a question is a duplicate of another please use the flagging option instead. This will alert higher rep users and they can decide upon the action to take. – James Mertz – 2012-10-29T14:16:39.343

its not a duplicate. That question handles disabling the lock screen. I have disabled my pc lock screen. I even put a link on how to that in the question. – Favourite Chigozie Onwuemene – 2012-10-29T16:24:46.257

Answers

11

Press Win + R and enter:

netplwiz

enter image description here

Uncheck the Users must enter a user name and password to use this computer check box and then hit apply.

enter image description here

This will bring up a dialog which will ask for your password, enter it and hit OK.

enter image description here

When you restart your PC next, you should be automatically logged in.

Dan

Posted 2012-10-28T22:55:00.317

Reputation: 1 703

1that's easier than typing "control userpasswords2"! – Moab – 2012-10-28T23:06:48.707

1

I wonder if having a Microsoft account changes anything. These are the same usernames, but one is local: http://i.stack.imgur.com/ywMEa.png

– Louis – 2012-10-28T23:24:58.393

1

Start the User Accounts settings by running netplwiz (Win + R). Uncheck the box

Users must enter a user name and password to use this computer

enter image description here

More information

Caleb Jares

Posted 2012-10-28T22:55:00.317

Reputation: 2 629

I press start and type run – Caleb Jares – 2012-10-28T23:02:55.240

Should be, "from the start screen type "run" – Moab – 2012-10-28T23:04:40.800

Changed back to Win + R – Caleb Jares – 2012-10-28T23:06:33.423

0

On a related note if you need to enable auto logon on windows server - you need to set the following registry values. (This answer assumes that you are aware of the security concerns with enabling the auto logon on a server and still want to do it.)

Under HKLM\software\Microsoft\Windows NT\CurrentVersion\winLogon key, set following reg values (all REG_SZ) 1. AutoAdminLogon 1 2. DefaultUserName 3. DefaultPassword 4. DefaultDomainName (for workground - I see this getting set to machine name)

restart the server. You can refer details here. While link is for win2k server but it seems to be applicable to winserver 2012 also.

Sushil

Posted 2012-10-28T22:55:00.317

Reputation: 101

This is not an answer to the question, it is the answer to a different question. The appropriate way to provide this information is to write a new question, which you answer yourself (that Q&A format is fine on this site). – fixer1234 – 2014-12-12T06:34:57.807