0

I have several computers in my enterprise with autologin enabled.

But, in one computer, this option does not work.

I try this :

www.intowindows.com/how-to-automatically-login-in-windows-10 (method 1 and 2) https://technet.microsoft.com/en-us/sysinternals/autologon.aspx Export key registry from another computer where it works and import it

The result is : Computer start and ask mail address The username change on logon page

In the eventvwr, only this message relating to authentication :

"Microsoft Windows Server has detected that NTLM authentication is presently being used between clients and this server."

But, this is not a server, just a client computer belonging to domain

The computer work on Windows 10 x64 (windows is activated) Of course, the credential and connectivity are valid

Thank you for your help :)

3
  • Edit : Thank for your reply, I already configured in normal account
    – Isopote42
    Commented Sep 26, 2016 at 10:51
  • Hi! I reinstall Windows completely -> Join to domain ->Test -> It's Work / Update to build 10240 -> Don't autologin after update...
    – Isopote42
    Commented Sep 30, 2016 at 8:07
  • After this update, Autologon work only if : Computer not in the domain or network card is disconnect (but computer into the domain)
    – Isopote42
    Commented Sep 30, 2016 at 15:03

2 Answers 2

0

I think you have to disable Microsoft Account and enable "normal" account.

"Configuration" > "Accounts" > "Login with local account instead".

You will be asked about microsoft account password.

1
  • I have more then 3 systems all configured to use a connected account all configured to automatically log into that account. A local account isn't required
    – Ramhound
    Commented Sep 26, 2016 at 12:18
0

You can do this editing the registry. Here is the process:

  1. Win + R and type Regedit

  2. We go to Winlogon:

    HKEY_LOCAL_MACHINE
    |
    |------Software
        |
        |------Microsoft
            |
            |-----------WindowsNT
                |
                |-----------Current
                    |
                    |-WinLogon
    
  3. Here we create three chainvalues:

    DefaultPassword->User Password
    DefaultUserName-> user
    AutoAdminLogon-> 1
    
1
  • Methode 2 of www.intowindows.com/how-to-automatically-login-in-windows-10, already tested :( View my config The account password is very simple, only use in internal enterprise, but I test with more sophisticated password
    – Isopote42
    Commented Sep 26, 2016 at 12:32

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .