BUG - Unable to change MAC address In Windows 7 32bit


Recommended Posts

Jusr to let anyone else who is having this issue know theyre not alone.

Plenty of people across the net have reported this to MS, i have since Beta, and we have all been ignored by MS so far.

More proof that nothing has changed at MS...............

Anyhoo, if you cant change your MAC under Windows 7 32bit (64bit apparently is working), then welcome to the club.

Maybe in 4 or 5 months when SP1 hits, we, the ignored and forgotten may actually be able to connect to the internet........

For the time being, im just sitting back in XP and watching the bug list for windows 7 grow.

If theres any justice, MS has finally signed their own death warrant with yet another hurried and bug-laden product.

There shouldn't be any reason to have to SPOOF the MAC address to connect to the internet.

Agreed ^

What are you trying to do? Steal hotel internet or someones wireless or something? lol Or have a funny router setup?

Not once in my work as a technician have I ever had to deal with a case where I had to change someones MAC address to (legally) access the internet.

There shouldn't be any reason to have to SPOOF the MAC address to connect to the internet.

Umm, there are hundreds of reasons.

For example, my ISP requires that you register your MAC address before having internet service. Whenever I change network cards, I would have to call+wait for hours for them to update the MAC address if I didn't spoof it.

Likewise, a University I used to work with only allowed one networked device per person on the administrative network. It had to be changed manually in an enormous text file in order to be updated. It was official policy for people to spoof their first registered MAC address if they received a new computer.

Both of the above use fully switched network, so it would be impossible for someone to sniff it.

I could go on, but it is a very important feature of any networked OS.

What is wrong with your current MAC address? blocked by your neighbours :p ? im joking but is there any real reason to change it.

For example, my ISP requires that you register your MAC address before having internet service. Whenever I change network cards, I would have to call+wait for hours for them to update the MAC address if I didn't spoof it.

Likewise, a University I used to work with only allowed one networked device per person on the administrative network. It had to be changed manually in an enormous text file in order to be updated. It was official policy for people to spoof their first registered MAC address if they received a new computer.

ISP requires registering your MAC address? bizarre.

"official policy for people to spoof their first registered MAC address if they received a new computer" - well if its official there's pretty much no point implementing the rule in the first place.

For example, my ISP requires that you register your MAC address before having internet service.

Serious? Thats pretty stupid.. I mean, I can think of SOME good reasons... But thats still overall a stupid system to have..

Is that common over there? No ISPs do that here in Australia, and I hope they don't start doing it soon.

And you make it sound like you change network cards every few days, why not get a decent one, register it, and stick with it?

Unless there is a limit on the number of MAC addresses you can register - give them a ring and start registering every single possible combination - see how many they enter before they get fed up and tell you not to bother any more :p If there is no limit stated anywhere their system will most likely stop accepting after so many - if they tell you you cannot registered any more - request to cancel your account without penalty and move to a better ISP.

ISP requires registering your MAC address? bizarre.

"official policy for people to spoof their first registered MAC address if they received a new computer" - well if its official there's pretty much no point implementing the rule in the first place.

For a fully switched wired network, it is important for security. Nobody can get your MAC address apart from gaining physical access to your computer. If they do this, then it is your responsibility. Only the first router knows your MAC address in both cases, hence the reason it is used to identify the user.

Nobody can get your MAC address apart from gaining physical access to your computer.

Oh.... you have a lot to learn.

1) Routers (both that cheap linksys all the way up to the $20k cisco) store tables of MAC addresses

2) Every IP frame set across the network has a MAC address that is easily readable

3) Its pretty easy to do a net discover (or ARP) to see the MACs of every NIC on a network.

Srsly, go to command and type "arp -a". Even shows my VMs which are under a different subnet.

And all you have to do to get a MAC you don't already have in your ARP table is to ping it. Even if it doesn't respond (like in a network that blocks ping), it will get its MAC.

For a fully switched wired network, it is important for security. Nobody can get your MAC address apart from gaining physical access to your computer. If they do this, then it is your responsibility. Only the first router knows your MAC address in both cases, hence the reason it is used to identify the user.

Wireshark? Only takes one command to find MAC address on a wired or wireless network.. MAC filtering is nowhere near as secure as some people think these days..

For a fully switched wired network, it is important for security. Nobody can get your MAC address apart from gaining physical access to your computer. If they do this, then it is your responsibility. Only the first router knows your MAC address in both cases, hence the reason it is used to identify the user.

Um a simple packet sniffer (like wireshark) will give you the list of macs connected to the router...

Serious? Thats pretty stupid.. I mean, I can think of SOME good reasons... But thats still overall a stupid system to have..

Is that common over there? No ISPs do that here in Australia, and I hope they don't start doing it soon.

And you make it sound like you change network cards every few days, why not get a decent one, register it, and stick with it?

Well for most ISPs that don't require a modem, it is. How else would they know who is using the Internet and who to charge? Even cable and non-authenticated DSL require the same thing. It's just that they require you to register the cable/DSL modems MAC address and not your own. Which is basically the same protocol.

My building is pretty old...newer installs have per port accounting; which allows for not registering. However, since you are limited to 2 IP addresses, they still require you to register the two you want. If they didn't have it, I could use a network card that supports dozens of virtual ethernet cards and get as many public IP addresses as I want.

So it's pretty smart actually.

1. Your ISP is stupid, I only ever had to register a modem MAC. Why does your ISP not just give you a ID/PW to authenticate? Thats simpler by a LOT.

2. Your University is stupid, Mine allowed 4 MAC addresses per student and the student could add or remove and MAC's they wanted any time via a website.

Anyway to answer you question google in 2 seconds:

This supposedly works in Windows 7... (but I have read people doing it "the normal way" as they did in vista and XP but only certain mac address formats appear to be working and depending on if you device supports it).

http://www.gorlani.com/publicprj/macmakeup/macmakeup.asp

Check google first next time btw:

Network and Sharing Center > Change adapter settings > right click on adapter name, then Properties > Configure > Advanced tab > Network adress

By default, "Not present" value it's on. Just click on the blank field and write the MAC address you want (without the lines, eg. 00FB0R...).

I found that on the first page after one search - just tried and it worked for me.

Oh.... you have a lot to learn.

1) Routers (both that cheap linksys all the way up to the $20k cisco) store tables of MAC addresses

2) Every IP frame set across the network has a MAC address that is easily readable

3) Its pretty easy to do a net discover (or ARP) to see the MACs of every NIC on a network.

Srsly, go to command and type "arp -a". Even shows my VMs which are under a different subnet.

Wireshark? Only takes one command to find MAC address on a wired or wireless network.. MAC filtering is nowhere near as secure as some people think these days..
Um a simple packet sniffer (like wireshark) will give you the list of macs connected to the router...

Wow, no offense guys, but you need some networking 101.

Your MAC address is only sent between your port and the router in these setups. The router does per port isolation, and doesn't provide any switching between the ports. Instead, it take the IP layer stuff, copies it to a new frame, and sets the source MAC address to its own and sends it upstream. There is no way for anybody else, apart from the people managing the router, to capture your MAC address.

According to that logic, I can get your local PCs MAC address from the WAN port of your regular Linksys router :rolleyes:

1. Your ISP is stupid, I only ever had to register a modem MAC. Why does your ISP not just give you a ID/PW to authenticate? Thats simpler by a LOT.

2. Your University is stupid, Mine allowed 4 MAC addresses per student and the student could add or remove and MAC's they wanted any time via a website.

1. And what modem would I register? I don't have a modem nor do other people that use the same ISP. It is Ethernet to home. :rolleyes:

2. Did I not say administrative network? I have NFI what the student network is like, I didn't deal with it.

We don't need networking 101 simply because your UNIs setup is different and we didnt use our mind powers to assume thats how its configured.

I've worked with Australia's Department of Commerce in support before, and even their network is vunerable to things like wireshark to find a MAC address, and yes I used it once, And that was done by turning on a laptop, and shoving an ethernet cable from it into the wall port, not having direct access to the router. So don't try and tell me its not possible.

It all depends on the router, network in general, and its configuration.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Who is paying for this 30x scale-up? Its sounds expensive.
    • Millions of users to benefit from Windows 11's new performance boost on Adobe Photoshop by Sayan Sen Despite the advent of AI-generated imagery, Adobe's Photoshop remains one of the most popular tools on this planet. Adobe does not have a publicly reported total user count but it's probably not wrong to assume there are millions. As of 2025, Adobe Creative Cloud has had approximately 41 million paid subscribers, many of whom likely use Photoshop. In addition, more than 166,000 companies worldwide are apparently also using the app. These figures are according to a very recent report by SQ Magazine. Out of them, it is fair to assume that many are probably running Windows. As such, there is good news for these users as Microsoft has announced Photoshop is getting a big 20% performance boost on x86-64 (AMD64) systems and a 13% bump-up on Arm devices. This is definitely great news for them as many have complained about the slow performance and general sluggishness of Photoshop on Windows 11 ever since the advent of the latter back in 2021. If you are wondering how Microsoft managed to do this, the answer lies in a combination of compiler-level optimizations and a technology called Sample Profile Guided Optimization (SPGO). According to Microsoft, Adobe worked closely with the company’s Visual C++ team and adopted the latest MSVC toolchain enhancements together with SPGO to squeeze more performance out of Photoshop’s CPU-bound workloads. Unlike traditional Profile Guided Optimization (PGO), which requires developers to create special instrumented builds and run lengthy training workloads, SPGO gathers performance data directly from optimized release binaries. This means Adobe could collect real-world usage information which gives a major advantage to this technique, as companies could leverage data collected from actual customer workloads rather than only relying on synthetic benchmark runs. In theory, this should allow optimizations to better reflect how users interact with software in the real world. Thanks to this, there are improvements to code layout, function inlining, hot-and-cold code separation, and other low-level tweaks that help processors execute instructions more efficiently. Essentially the compiler is better able to identify “hot” code paths, those which are most frequently executed, and optimize them accordingly.
    • "The 2TB Samsung 990 PRO NVMe SSD hits lowest price in over three months¨ I'd prefer to see the lowest price in over a year
    • Glad these prices are starting to come down, but that is still crazy. I bought the 2TB 9100 Pro (slightly more expensive version with PCIe 5.0) last year for $240.
    • The 2TB Samsung 990 PRO NVMe SSD hits lowest price in over three months by Sayan Sen Yesterday, we covered a really good deal wherein you can get a 4TB TeamGroup T-FORCE G50 NVMe PCIe Gen4 SSD for a low price of just $400 with a special discount coupon. That's just $100 per TB, making it a very good offer during these hard times. The deal is still live, so you can check it out in its dedicated article here if you do not want to miss out. Meanwhile, if you don't have that kind of budget but still wish to buy an SSD for a good price, the 2TB variant of the TeamGroup SSD at $280 its lowest price in over three months. Meanwhile, those seeking 2TB but faster performance can check out Samsung's 990 PRO, which has hit the lowest price also in the last quarter or so, as it's on sale for $370 (purchase links under the specs table down below). Thus, you want a faster drive, get the 990 Pro, or you want more capacity, grab the TeamGroup 4TB linked in the first para. The 990 PRO is a PCIe Gen4 NVMe SSD and still one of the fastest drives available today for under $500. Speaking of fast, sequential reads and writes are rated at 7450 MB/s and 6900 MB/s, respectively. The random throughputs for reads and writes are 1400K IOPS and 1550K IOPS, respectively. The 990 PRO is based on Samsung's 7th Gen V-NAND flash, and it too is TLC. It packs 2 gigs of LPDDR4 DRAM cache, which helps the random performance. The endurance rating for this is 1200 TBW (terabytes written), which should be sufficient for most users. The Samsung 990 PRO is compatible with the PlayStation 5, but if you are going to use the 990 PRO on a PC, check out the Samsung Magician app that lets you track your drive's health, update its firmware, customize various settings, and more. The tech specs are given below: Specification TeamGroup T-FORCE G50 2TB Samsung 990 PRO 2TB Interface PCIe 4.0 x4, NVMe 1.4 PCIe Gen 4.0 x4, NVMe 2.0 Form Factor M.2 2280 M.2 2280 Controller InnoGrit Controller Samsung In-house Controller NAND Flash 3D TLC 3D TLC DRAM Cache None (HMB supported) 2GB LPDDR4 Sequential Read (Max) 5,000 MB/s 7,450 MB/s Sequential Write (Max) 4,500 MB/s 6,900 MB/s Random Read (4K) Up to 600,000 IOPS Up to 1,400,000 IOPS Random Write (4K) Up to 700,000 IOPS Up to 1,550,000 IOPS TBW (Endurance) 1,300 TBW 1,200 TBW MTBF 3,000,000 hours 1,500,000 hours Operating Temperature 0°C to 70°C 0°C to 70°C Storage Temperature -40°C to 85°C -40°C to 85°C Shock Resistance 1,500G / 0.5ms 1,500G / 0.5ms Heatsink Patented Graphene Heat Spreader No Get them at the links below: Samsung 990 PRO SSD 2TB (MZ-V9P2T0B/AM): $369.99 (Sold and Shipped by Amazon US) TEAMGROUP T-Force G50 2TB SSD (TM8FFE002T0C129): $279.99 (Sold by TeamGroup, Shipped by Amazon US) Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • First Post
      Jocimo earned a badge
      First Post
    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
    • Week One Done
      Prasann earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      522
    2. 2
      +Edouard
      174
    3. 3
      PsYcHoKiLLa
      90
    4. 4
      Steven P.
      81
    5. 5
      ATLien_0
      70
  • Tell a friend

    Love Neowin? Tell a friend!