
自己制作一个bat文件不再用回车
制作了如下一段命令,就是不想让别人修改我的ipregsvr32Netcfgx.dll/uregsvr32Netshell.dll/uregsvr32Netman.dll/...
制作了如下一段命令,就是不想让别人修改我的ip
regsvr32 Netcfgx.dll /u
regsvr32 Netshell.dll /u
regsvr32 Netman.dll /u
修改成bat文件后中途老是按回车 很是麻烦 我记得有一个命令可以不用在按回车 可是忘了 那位高手指点一下不 展开
regsvr32 Netcfgx.dll /u
regsvr32 Netshell.dll /u
regsvr32 Netman.dll /u
修改成bat文件后中途老是按回车 很是麻烦 我记得有一个命令可以不用在按回车 可是忘了 那位高手指点一下不 展开
展开全部
regsvr32 Netcfgx.dll /u /s
regsvr32 Netshell.dll /u /s
regsvr32 Netman.dll /u /s
楼上正解%……
但 如果本人要改也同样简单!
netsh interface ip set address name="本地连接" source=static addr=192.168.1.11 mask=255.255.255.0
netsh interface ip set address name="本地连接" gateway=192.168.1.1 gwmetric=0
netsh interface ip set dns name="本地连接" source=static addr=202.96.134.133 register=PRIMARY
netsh interface ip add dns name="本地连接" addr=202.96.128.166
netsh interface ip set wins name="本地连接" source=static addr=none
regsvr32 Netshell.dll /u /s
regsvr32 Netman.dll /u /s
楼上正解%……
但 如果本人要改也同样简单!
netsh interface ip set address name="本地连接" source=static addr=192.168.1.11 mask=255.255.255.0
netsh interface ip set address name="本地连接" gateway=192.168.1.1 gwmetric=0
netsh interface ip set dns name="本地连接" source=static addr=202.96.134.133 register=PRIMARY
netsh interface ip add dns name="本地连接" addr=202.96.128.166
netsh interface ip set wins name="本地连接" source=static addr=none
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
regsvr32 Netcfgx.dll /u /s
regsvr32 Netshell.dll /u /s
regsvr32 Netman.dll /u /s
简化
for %%a in (Netcfgx Netshell Netman) do regsvr32 /s /u %%a.dll
regsvr32 Netshell.dll /u /s
regsvr32 Netman.dll /u /s
简化
for %%a in (Netcfgx Netshell Netman) do regsvr32 /s /u %%a.dll
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
regsvr32 Netcfgx.dll /u /s
regsvr32 Netshell.dll /u /s
regsvr32 Netman.dll /u /s
/s 是不显示消息框
regsvr32 Netshell.dll /u /s
regsvr32 Netman.dll /u /s
/s 是不显示消息框
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询