We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d451a commit ad93ebbCopy full SHA for ad93ebb
change-windows10-mac-address.py
@@ -26,7 +26,7 @@
26
# If the MAC address change fails try setting the second character to 2 or 6 or A or E,
27
# for example: 0A1122334455 or 0A5544332211
28
# If unsure, leave the MAC addresses listed here as is.
29
-mac_to_change_to = ["0A1122334455", "0E1122334455", "021122334455", "061122334455", "0ADEADBEEF01", "0AFACEB00K01"]
+mac_to_change_to = ["0A1122334455", "0E1122334455", "021122334455", "061122334455"]
30
31
# We create an empty list where we'll store all the MAC addresses.
32
mac_addresses = list()
0 commit comments