Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
4148 committed Nov 6, 2014
1 parent 22b680a commit a5b8b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ changeMACAddress

This is a script for changing a network adapter's MAC address. It has only been tested on Windows 7, but should also work for Windows Vista and Windows 8.

### How to Use
### Usage

By default, `changeMACAddress` modifies the MAC address of the network adapter that currently has a connection, so make sure you are connected to the internet before it is used. Alternatively, you can specify the name of the adapter you want to change with

Expand All @@ -15,7 +15,7 @@ The new MAC addresss of the adapter is pseud-randomly generated, unless specifie

`changeMACAddress -s <address>`

When using the `-s` option, only valid MAC addresses are accepted. Valid MAC addressses are 12 character hexadecimal strings where the second nibble is '2', '6', 'A', or 'E'. e.g., this is a valid MAC Address argument `"AAAAAAAAAAAA"`.
When using the `-s` option, only valid MAC addresses are accepted. Valid MAC addressses are 12 character hexadecimal strings where the second nibble is '2', '6', 'A', or 'E'. e.g., this is a valid MAC Address argument `AAAAAAAAAAAA`.

You can combine both the `-n` and `-s` options also:

Expand Down

0 comments on commit a5b8b06

Please sign in to comment.