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