Where is the "Automatically use my Windows logon name and password (and domain if any)" Checkbox Reset after Reboot" setting in the registry

Brett Frank 0 Reputation points
2024-09-10T15:56:48.1066667+00:00

Where can I find the registry key that controls this setting in the wireless properties for PEAP? "Automatically use my Windows logon name and password (and domain if any)" check box.

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Lucas 266 Reputation points
    2024-09-10T20:06:38.34+00:00

    This is not stored in the registry but in the WLAN profile (an XML file).

    You can export/import the XML file with the netsh wlan command.

    Example to export a profile: netsh wlan export profile <profile_name>

    In the XML file, the setting corresponding to the checkbox you are referring to is UseWinLogonCredentials

    After being created/imported, the wlan profiles are stored here C:\ProgramData\Microsoft\Wlansvc\Profiles\Interfaces\<INTERFACE_GUID> (this path isn't documented so it may change in future release, I don't recommend modifying the files in there manually. Export/Import with the netsh command instead).

    0 comments No comments

  2. Jing Zhou 7,765 Reputation points Microsoft External Staff
    2024-09-12T01:54:23.06+00:00

    Hello,

     

    Thank you for posting in Q&A forum.

    To achive the configuration, we can follow below steps:

    1.Run Win + R, type regedit, and press Enter.

    2.Navigate to the following key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Eapol\Parameters\General\Global

     

    3.Set the value of AuthMode to 2 to enable the checkbox, or 1 to disable it.

    4.Restart the PC to apply the change.

     

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

     

    Best regards,

    Jill Zhou

     


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

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.