Hello,
Thank you for posting in Q&A forum.
Based on the information you provided, I suggest you try the following methods to see if they can solve the problem:
Check for invalid Wired profiles.
Open the command prompt and run the following command:
netsh lan show profiles
The Authentication tab will only be drawn if no wired profiles exist, or no existing profiles are invalid. In the case of no profiles, at least one valid profile must be imported via "netsh lan add profile filename=<profile.xml> interface=<interfacename>"
filename:
A valid XML profile must exist at path
%sysdir%\ProgramData\Mircosoft\dot3svc\Profiles\Interfaces<interfaceguid>
where interfaceguid is GUID of interface for respective adapter. This can usually be found in
NetCfgInstanceId of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{4d36e972-e325-11ce-bfc1-08002be10318}<adapterindex>
interfacename:
The interface name given is the "friendly" name of the respective adapter. This can be found in "netsh interface show interfaces"
I hope the information above is helpful.
Best regards
Zunhui
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.