To check Mac address of a Windows PC follow below given simple steps:
1) Login with administrator account
2) Open run by pressing Win+R
3) Enter get Mac and click on ok
4) it will shows Mac address of computer
To check Mac address of a Windows PC follow below given simple steps:
1) Login with administrator account
2) Open run by pressing Win+R
3) Enter get Mac and click on ok
4) it will shows Mac address of computer
1)Login in admin account & open Run by pressing Win+R
2) Type Cmd, and press ok. This will open command prompt
3) Type netstat -a -n -o and hit enter button
-a display all connections and listening ports
-n display addresses and port numbers in numeric form
-o displays owning process I'd associated with connection
4) It will display list of open connections with ports, source and destination address and status and owning executable file of process