Skip to content

Commit ad93ebb

Browse files
authored
Update change-windows10-mac-address.py
1 parent b7d451a commit ad93ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

change-windows10-mac-address.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# If the MAC address change fails try setting the second character to 2 or 6 or A or E,
2727
# for example: 0A1122334455 or 0A5544332211
2828
# If unsure, leave the MAC addresses listed here as is.
29-
mac_to_change_to = ["0A1122334455", "0E1122334455", "021122334455", "061122334455", "0ADEADBEEF01", "0AFACEB00K01"]
29+
mac_to_change_to = ["0A1122334455", "0E1122334455", "021122334455", "061122334455"]
3030

3131
# We create an empty list where we'll store all the MAC addresses.
3232
mac_addresses = list()

0 commit comments

Comments
 (0)