NtosKrnl.Win

5 object(s)
 

Get MAC address from command line (CMD)

netsh interface ipv4 show interfaces
getmac
wmic nic get macaddress
wmic nic where netconnectionid!=NULL get macaddress
powershell Get-WmiObject win32_networkadapter