工作( )
找到一个批处理 修改DNS的做法,可用这个测试一下,做成BAT文件让办公网的用户下载运行,免去人工更换DNS
netsh interface ip set dns name="本地连接" source=static addr=10.10.10.3 register=PRIMARY
//设置主dns
netsh interface ip add dns name="本地连接" addr=10.10.10.4
//设置备份dns
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}