﻿@echo off
cls
cd\
net config server /hidden:yes
arp -s 192.168.1.1 xx-xx-xx-xx-xx-xx  \\你的网关IP和MAC，请修改后使用
arp -a
echo. & pause 