Posts

Showing posts with the label Mac Address

Change MAC Address Of Intel(R) Dual Band Wireless-AC 7260

Answer : Although Intel doesn't support it anymore, it still does work for me with the AC 7260 and driver version 17.15.0.5. Only thing that took me some tries and searching was the fact that Microsoft restricts spoofing for wireless cards in Windows, so that you have to use 2,6,A or E for the second character. So your MAC has to follow one of these patterns: X2-XX-XX-XX-XX-XX X6-XX-XX-XX-XX-XX XA-XX-XX-XX-XX-XX XE-XX-XX-XX-XX-XX If you add the following to your registry you should even be able to edit it again in the advanced configuration options. BUT BEWARE to find the correct ID number for your wireless adapter. So please change the key name "0002" in the following code to the correct number for your card. To find that go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318} in the registry and look through the keys named "0000", "0001" etc. and look for their "DriverDesc" val...