Simple method to change MAC Address

icymid

#00
Messages
37
Reputation
1
Reaction score
53
Points
18
I'll be sharing a fairly simple method to change the MAC address of your windows device. (This will be explained for Windows 10 not sure if older version windows follow same procedure)

Step 1.
Open command prompt; type "regedit" to open registry editor. Leave it minimized after opening while we work on the process to change MAC and then we will get back to registry editor.

Step 2.
Open command prompt application again; type "getmac /v /fo list" and confirm MAC Addresses

You should get a list like:
Connection Name: Wi-Fi
Network Adapter: Adapter Name eg Intel xxxxxx xxx xxxxx
Physical Address: XX-XX-XX-XX-XX-XX
Transport Name: \Device\Tcpip_{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}

**Take note of the Physical Address. That is your MAC address
**Take note of the values in the Transport Name ONLY the values within the{brackets}
**IF you're using an Ethernet connection as your source then you want to MAC Spoof your Ethernet adapter instead, it is the same process

Step 3.
Open the registry editor from earlier, under COMPUTER we want to locate the file LOCAL MACHINE > right click on SYSTEM folder > Find > and then paste your values from "Transport Name"

Step 4.
It will then directly take you to the adapters file in which you are trying to MAC Spoof. For my case it took me to the Wifi adapter.

Step 5.
Don't navigate out of the page but right click on a blank area and click New > String Value > name file as "NetworkAddress"
* Keep registry editor open/minimized

Step 6.
Grab new MAC Address (generate.plus has a free MAC address generator) You want to input the new values into string value of the NetworkAddress file we created
*** Whatever MAC address you generated make sure the 2nd Value of the MAC is A,E,2, or 6 if it is another number/letter just change it for 100% MAC Spoof guarantee and close registry editor

Step 7.
In Network Connections, Disable then Enable the wifi driver or whichever driver you spoofed.

Step 8.
Open command prompt type "getmac /v /fo list" and your new MAC should be appearing!
 

Blackmouse572

Member
Messages
14
Reputation
0
Reaction score
5
Points
3
What different when using method like this instead of tool like Tmac (mac changer tool) ?
 

Hacker

Professional
Messages
1,047
Reputation
9
Reaction score
732
Points
113
The MAC address is the ID of the device's network card. This physical address is" sewn " into the map at the production stage, and it cannot be changed. However, the map address set by the software driver has a high priority, and this is exactly what you can change. What for? To improve anonymity on the network by making it harder to identify the device. There are also banal reasons: for example, the provider issues Internet access only by MAC address, and the user has changed the laptop.

So, how do I change the MAC address of my computer?
We will consider exclusively the WINDOWS family of operating systems. There are several ways to change the MAC address of your computer. Here's the simplest one:

Changing the Windows MAC address
Press the WIN and R keys simultaneously on the keyboard. In the "Command Prompt" window, type devmgmt. msc in English and click on the "OK" button. The Device Manager window opens, in which you should find the line "Network adapters" and click on the plus icon to expand the network card tree. Right-click on the adapter for which you are changing the MAC address, and then select Properties. In the window that opens, go to the "Advanced" tab and in the "Network Address" item, set the new Mac address of the device by entering it without hyphens.

• XA-XX-XX-XX-XX-XX
• X2-XX-XX-XX-XX-XX
• XE-XX-XX-XX-XX-XX
• X6-XX-XX-XX-XX-XX

Instead of X, you need to substitute any hexadecimal number system character: numbers from 0 to 9 and Latin letters from A to F. You can either restart your computer or disable / enable the adapter to fix the changes.

To check whether a new MAC address has been assigned to the network adapter, run the GETMAC command.
 

cardbaron

Carder
Messages
53
Reputation
0
Reaction score
8
Points
8
I'll be sharing a fairly simple method to change the MAC address of your windows device. (This will be explained for Windows 10 not sure if older version windows follow same procedure)

Step 1.
Open command prompt; type "regedit" to open registry editor. Leave it minimized after opening while we work on the process to change MAC and then we will get back to registry editor.

Step 2.
Open command prompt application again; type "getmac /v /fo list" and confirm MAC Addresses

You should get a list like:
Connection Name: Wi-Fi
Network Adapter: Adapter Name eg Intel xxxxxx xxx xxxxx
Physical Address: XX-XX-XX-XX-XX-XX
Transport Name: \Device\Tcpip_{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}

**Take note of the Physical Address. That is your MAC address
**Take note of the values in the Transport Name ONLY the values within the{brackets}
**IF you're using an Ethernet connection as your source then you want to MAC Spoof your Ethernet adapter instead, it is the same process

Step 3.
Open the registry editor from earlier, under COMPUTER we want to locate the file LOCAL MACHINE > right click on SYSTEM folder > Find > and then paste your values from "Transport Name"

Step 4.
It will then directly take you to the adapters file in which you are trying to MAC Spoof. For my case it took me to the Wifi adapter.

Step 5.
Don't navigate out of the page but right click on a blank area and click New > String Value > name file as "NetworkAddress"
* Keep registry editor open/minimized

Step 6.
Grab new MAC Address (generate.plus has a free MAC address generator) You want to input the new values into string value of the NetworkAddress file we created
*** Whatever MAC address you generated make sure the 2nd Value of the MAC is A,E,2, or 6 if it is another number/letter just change it for 100% MAC Spoof guarantee and close registry editor

Step 7.
In Network Connections, Disable then Enable the wifi driver or whichever driver you spoofed.

Step 8.
Open command prompt type "getmac /v /fo list" and your new MAC should be appearing!
Bene - grazie well-received!
 

Mintchen

Member
Messages
6
Reputation
0
Reaction score
1
Points
3
在虚拟机上使用tmac时,无法上网。我只能在关闭它后才能恢复互联网。有没有人遇到过这种情况?
 
Top