Jak na automatické přihlášení uživatele do domény

You will need to configure the automatic logon through the registry editor.

pro WINDOWS 7,8,10

  1. Open the registry editor (regedit)
  2. Navigiate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  3. Open the ‘AutoAdminLogon’ key and change it’s value to “1”
  4. Open the ‘DefaultDomainName’ key and set the value to your domain name (or the computers name if using a local account)
  5. Open the ‘DefaultUserName’ key and set the value to the user name for the auto logon
  6. Create a new STRING (REG_SZ) value called ‘DefaultPassword’ and set the value to the user account password.

pro WIN SERVERY

  1. Run regedit.exe
  2. Navigate to
    HKLM\Software\Microsoft\Windows NT\CurrentVersion\winlogon
    
  3. Set or create the following keys (DWORD, String, String)
    AutoAdminLogon = "1"
    DefaultUserName = Your user name
    DefaultPassword = Your password
    
  4. Restart and let us know if it works!