From 3298ab30b473fbfeb97f7eca198a818d33a2aad7 Mon Sep 17 00:00:00 2001 From: Sietse Ringers Date: Thu, 8 Jan 2015 22:06:02 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 589fe26..a04a0a4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ A small tool allowing Windows users to easily change the MAC-address of network adapters through a registry key. +## Disclaimer +**Use at your own risk!** I have tested this tool only on my own system. I do not know what the effect of modifying the registry key will be be on other systems, under other circumstances. + ## How does it work? For some network interfaces the MAC-address (also called "NetworkAddress" or "Physical Address" at various places in Windows) can be changed by going to the properties of the adapter, selecting the Advanced tab, and changing the value of "NetworkAddress". This sets a value somewhere in the registry (namely, `HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\XXXX\NetworkAddress`, where `XXXX` are four digits depending on the adapter). However, sometimes the "NetworkAddress" is not present in the properties of the adapter, while setting the corresponding value in the registry still has effect. This tool looks up your network adapter in the registry, and sets the "NetworkAddress" to the value of your choice. @@ -17,6 +20,3 @@ There seem to be two kinds of MAC addresses: The second-least-significant bit of the first byte of locally administered addresses must be 1, while the least-significant must always be 0. Thus, the last two bits of the first byte of any MAC address chosen by the user must be 10. When displaying the address in hexadecimal form, this means that **the second character must be 2, 5, A or E.** Setting the NetworkAddress value in the registry to an address that does not satisfy this requirement has no effect. Therefore, the app only allows the user to set a MAC address that satisfies this requirement. - -## Disclaimer -**Use at your own risk!** I have tested this tool only on my own system. I do not know what the effect of modifying the registry key will be be on other systems, under other circumstances. \ No newline at end of file