Configurazione 802.1x cablato su PC non in dominio e SENZA una scheda di rete wireless

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"
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"