feross / SpoofMAC

:briefcase: Change your MAC address for debugging
https://feross.org/spoofmac/
3.02k stars 271 forks source link

Not working with windows 10 #64

Closed command-paul closed 8 years ago

command-paul commented 8 years ago

Tried running your script on a windows 10 machine with an Intel 8260 WiFi module, The mac address did not change ..

feross commented 8 years ago

This library is not actively maintained anymore. You're welcome to send a PR to fix the issue.

CCninja86 commented 6 years ago

I might see if I can figure it out when I have the chance. It would be nice to have a script for Windows 10. You'll just have to set it manually for now.

Although if nobody has fixed it yet, then I'm not very hopeful for it, since it's been a long time since it stopped working.

It's pretty easy to change MAC address in Windows 10 anyway, just not as convenient as a command line tool.

CCninja86 commented 6 years ago

I've just noticed that when you change your MAC address in the network adapter properties, it does change the MAC address, but the new MAC address is still not visible from ipconfig in the command line. It might be that this script does actually work with Windows 10, but the change isn't visible. I'll investigate this further at a later date and update with the results.