Microsoft Windows SMB Registry : Autologon Enabled not Working

blacks4cybersec 0 Reputation points
2023-05-18T15:29:29.1933333+00:00

There a vulnerability posted but the remediation doesnt work.. The autologin sysinterntal tool is broken (https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon). When the tool is used, passwords are encrypted for the autologin machines. however, once those machines are rebooted, pw are in cleartext and not encrypted anymore! Windows 10 :2022H2 machines #microsoft.

https://www.tenable.com/plugins/nessus/10412
SMB/name, SMB/login, SMB/password, SMB/registry_access, SMB/transport

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,258 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,776 Reputation points
    2023-05-19T11:26:43.2266667+00:00

    Hello there,

    Try this registry

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

    In the right pane of the above-mentioned registry location, you need to make sure that the following data exists. If something is missing, you can add it:

    AutoAdminLogon – Registry String (REG_SZ) – Value data is 1.

    DefaultPassword – Registry String (REG_SZ) – Value data is your user account password.

    DefaultUserName – Registry String (REG_SZ) – Value data is your user account name.

    Hence add the missing information, if any, and once you’re done, close Registry Editor and reboot.

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.