cmd
Run as administrator
C:\WINDOWS\system32>sc config dot3svc start= auto
C:\WINDOWS\system32>sc start dot3svc
C:\WINDOWS\system32>netsh lan show profiles Profile on interface Ethernet ======================================================================= Applied: User Profile Profile Version : 1 Type : Wired LAN AutoConfig Version : 1 802.1x : Enabled 802.1x : Not Enforced EAP type : Microsoft: Protected EAP (PEAP) 802.1X auth credential : [Profile credential not valid] Cache user information : [Yes] Machine profile is not installed on this device.
netsh lan show interfaces
netsh lan add profile filename="C:\Users\pallino\Desktop\lan_prof.xml" interface="Ethernet"
802.1X auth credential
sia impostato a User credential
. Credentials Configured
resterà impostato a No.C:\WINDOWS\system32>netsh lan show profiles Profile on interface Ethernet ======================================================================= Applied: User Profile Profile Version : 1 Type : Wired LAN AutoConfig Version : 1 802.1x : Enabled 802.1x : Not Enforced EAP type : Microsoft: Protected EAP (PEAP) > 802.1X auth credential : User credential > Credentials Configured : No Cache user information : Yes Machine profile is not installed on this device.
netsh lan delete profile interface="Ethernet"
Riferimenti: