This is an old revision of the document!
# 获取Mac地址并显示到页面
同时按住Windows键(一般在ctrl键和alt键中间)和字母R键,然后输入cmd回车,然后将下面的命令粘贴到命令行中,再次敲击回车:
`for /f %i in ('getmac^|findstr "Tcpip"^|find "-"') do @echo %i`