Giter Site home page Giter Site logo

udisk-dos's Introduction

Udisk-DOS

用U盘DOS修改主板硬件MAC地址

步骤

一、DOS系统构建

  1. 调整电脑bios到Legacy Only
  2. 使用UltraISO烧录MSDOS7.10.iso到U盘

二、复制mac149d工具包到U盘

三、重启电脑并设置bios引导首选项为U盘,进入DOS系统

四、烧写更新网卡MAC

方法一

  1. 进入MAC文件夹
  2. 输入命令 mac c 001122334455 (即是你需要写入的的mac地址),然后等系统出现sucess画面如下
    方法一如图
    如果此方法失效,请看方法二

方法二

  1. 进入MAC文件夹下,主板网卡对应型号文件夹,比如intel i211 千兆网卡就进入Int211
  2. 运行eeupdate.exe,查看网卡的nic 的id号,我的intel网卡nic id=1
  3. 备份网卡硬件设置,输入 eeupdate /all /dump 将网卡的硬件配置存成.eep文件。(此方法适用于intel的82574、82573、I210等。)
  4. 执行 eeupdate /nic=1 /mac=001122334455 命令, 将网卡的MAC修改为00-11-22-33-44-55(即是你需要写入的的mac地址)。
    方法二如图

修改完之后,记得把BIOS调整回UEFI and Legacy模式,或者UEFI only模式

此时最好进入PE测试一下实际联网效果,与此同时最好进入路由器或者其他网关设备查看此主板的实际MAC信息,确保无误。

END

udisk-dos's People

Contributors

lcw0njupt avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

cxpjazz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.