Changing your MAC address in Windows (cont.) Python Script

After writing the previous blog post about manually changing the MAC address of a Windows system, I decided to create a small Python script which would ease up the whole process. The scripts basic functionality List all network interfaces Change the MAC address of an interface Restart the interface Reset a changed MAC back to … Read more

Changing your MAC address in Windows

A media access control address (MAC address) is a unique identifier assigned to a network interface controller (NIC) for communications at the data link layer of a network segment. Unlike IP addresses, provided by your ISP, router or network admin, the MAC address is assigned by the manufacturer of the network interface controller. However, it … Read more