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

    • Microsoft unveils new Surface Laptop with improved trackpad, Snapdragon X2, and more by Taras Buria Microsoft's new Surface Laptop Ultra generated a lot of buzz earlier this month, but in addition to its most powerful laptop with an NVIDIA chip, Microsoft also has a more affordable laptop lineup, which has been waiting for an update for quite a while. Today, Microsoft announced the eighth-generation Surface Laptop. The new Surface Laptop is powered by the Snapdragon X2 Plus and X2 Elite processors. These chips offer faster CPU performance, up to 58% faster graphics, and 80 TOPS Neural Processing Units (NPUs) for on-device AI processing. Like the previous models, these chips retain their great energy efficiency, and Microsoft says that buyers can expect up to 20 hours of work on a single charge. The laptop is available in two sizes: 13.8-inch and 15-inch. You will have a hard time finding visual differences between the new and previous models, as Microsoft is not taking any major design leaps, except for the new Jade color, which may look familiar to Surface Laptop 5 owners. Other colors include Platinum, Black, and Dune. The 15-inch variant got a higher-resolution display. It is a 3,270 x 2,180 resolution screen with a pixel density of 262 ppi (the 13-inch model has a 201 ppi density) and a maximum brightness of 600 nits SDR and HDR. Unlike the Surface Pro 12th-gen, which is available with optional OLED displays, the Surface Laptop sticks with IPS, a 1,300:1 contrast ratio, a 120Hz refresh rate, and a 3:2 aspect ratio. Another notable change in the Surface Laptop 8 is its trackpad. It now provides haptic feedback when you perform various actions in apps and the operating system. It is a relatively new feature that Microsoft brought to Windows 11 in recent updates, and it is only available on certain devices, such as the Logitech MX Master 4, Surface Slim Pen 2, the upcoming Surface Laptop Ultra, and now the Surface Laptop 8. The new Surface Laptop with the new Surface Pro Like its tablet-shaped sibling, the new Surface Laptop is notably more expensive. It starts at a $1,599 for a 13.8-inch configuration with a 256GB SSD and 16GB of RAM. However, in the US, the base model has double the storage while keeping the same price. Available configurations include up to 64GB of memory and up to 2TB SSD (user-removable PCIe Gen4). The Surface Laptop 8 is now available for purchase on the official Microsoft website.
    • Microsoft announces 12th-gen Surface Pro with Snapdragon X2 processors by Taras Buria So far, 2026 has been rich in Surface announcements. Microsoft started with a fresh lineup of Surface for Business devices powered by Intel's new Core Ultra 300 processors. Then the company revealed the Surface Laptop Ultra, its most powerful laptop with NVIDIA's RTX Spark processor. Now, it is time for new Surface Pro and Surface Laptop models with Qualcomm processors. Microsoft's original Copilot+ PCs with Snapdragon X1 chips debuted in late May 2024. Two years later, Microsoft is finally updating the lineup with new models featuring Snapdragon X2 processors. The 12th-gen Surface Pro continues the well-established formula of Microsoft's flagship tablet, and Microsoft is not even changing colors, as the tablet will be available in three colors: Dune, Black, and Platinum. The most important changes are mostly hidden inside. Microsoft switched from the Snapdragon X1 to the new Snapdragon X2, which promises up to 53% faster graphics performance than the previous generation and up to 15.5 hours of battery life. The built-in NPU is also much more powerful, and it can run at up to 80 TOPS for on-device AI processing. Like before, the new Surface Pro is available with a 13-inch IPS display, and Microsoft is still offering OLED as a separate, more expensive configuration. Speaking of configurations, the Surface Pro will be available with a 10-core Snapdragon X2 Plus or a 12-core Snapdragon X2 Elite. Microsoft expanded the available RAM configurations to 64GB (previously 32GB was the maximum), while storage remains unchanged at 256GB, 512GB, or 1TB of user-replaceable PCIe Gen4 SSDs. The new Surface Pro and the Surface Laptop Other specs remain mostly unchanged. The computer has the same 1440p Windows Hello webcam, two USB4 ports for charging, data, and display output, Wi-Fi 7 and Bluetooth 5.4 support, dual speakers, and compatibility with Surface Pro Signature and Flex keyboards. With that said, there is one very important aspect of the Surface Pro that changed significantly, and it is the price. While the previous-gen Surface Pro launched at $999 for the base configuration, in 2026, the entry-level Surface Pro with Snapdragon X2, 16GB of memory, and 256GB will set you back an eye-watering $1,499. To sweeten the pill, Microsoft is running a limited-time promotion where Surface Pro buyers can get a free Surface Pro 13-inch Keyboard. The promo runs from June 16 through June 30. The new Surface Pro is available now on the official Microsoft Store website.
    • MakeMKV 1.18.4 Beta by Razvan Serea MakeMKV is a format converter, otherwise called "transcoder". It converts the video clips from proprietary (and usually encrypted) disc into a set of MKV files, preserving most information but not changing it in any way. The MKV format can store multiple video/audio tracks with all meta-information and preserve chapters. There are many players that can play MKV files nearly on all platforms, and there are tools to convert MKV files to many formats, including DVD and Blu-ray discs. Additionally MakeMKV can instantly stream decrypted video without intermediate conversion to wide range of players, so you may watch Blu-ray and DVD discs with your favorite player on your favorite OS or on your favorite device. Reads DVD and Blu-ray discs Reads Blu-ray discs protected with latest versions of AACS and BD+ Preserves all video and audio tracks, including HD audio Preserves chapters information Preserves all meta-information (track language, audio type) Fast conversion - converts as fast as your drive can read data. No additional software is required for conversion or decryption. Available for Windows, Mac OS X and Linux Functionality to open DVD discs is free and will always stay free. All features (including Blu-ray decryption and processing) are free during BETA. MakeMKV 1.18.4 changelog: Small improvements and bugfixes Notable bug fixes: Fixed linux armhf binary crash on certain architectures Download: MakeMKV 1.18.4 Beta | 15.7 MB (Free, paid upgrade available) Download: MakeMKV for Mac OS X | 41.9 MB Links: MakeMKV Website | MakeMKV for Linux | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • They probably should have it where they can open other formats but only save in the open formats.
    • The next time you apply for a shift at Taco Bell or KFC, you may be interviewed, assessed, and onboarded by three AI agents named Maria, Daniel, and Claire — and those agents will continue scoring your behavior long after you clock in for the first time.................... For workers applying to or already employed at those chains, the implication is concrete: an AI system is assessing their conversational behavior over WhatsApp and phone calls, storing that behavioral data, and using it to inform decisions about whether they are hired, how they are onboarded, and whether they are flagged as a flight risk https://www.techtimes.com/articles/318390/20260615/ai-agents-now-score-taco-bell-kfc-workers-via-whatsapp-day-one.htm  
  • Recent Achievements

    • One Year In
      Console General earned a badge
      One Year In
    • One Year In
      Twozo Technologies earned a badge
      One Year In
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • Veteran
      branfont went up a rank
      Veteran
  • Popular Contributors

    1. 1
      +primortal
      523
    2. 2
      +Edouard
      207
    3. 3
      PsYcHoKiLLa
      114
    4. 4
      Steven P.
      90
    5. 5
      Nick H.
      71
  • Tell a friend

    Love Neowin? Tell a friend!