netsh interface ipv4 set subinterface "本地连接" mtu=1000 store=persistent中store=persistent是什么意思?windows7 x64下的默认值是什么?

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/12 15:12:11
netsh interface ipv4 set subinterface

netsh interface ipv4 set subinterface "本地连接" mtu=1000 store=persistent中store=persistent是什么意思?windows7 x64下的默认值是什么?
netsh interface ipv4 set subinterface "本地连接" mtu=1000 store=persistent中store=persistent是什么意思?windows7 x64下的默认值是什么?

netsh interface ipv4 set subinterface "本地连接" mtu=1000 store=persistent中store=persistent是什么意思?windows7 x64下的默认值是什么?
MTU大部分都是1492吧,WINDOWS7是不是兼容性不怎么好?设置低些吧,7-9百看怎么样,不行就默认一下看看,就1492.
STORE=PERSISTENT是附加属性,等于DOS命令下的/*,意思是让用户的操作保存.