How to disable ipv4 autoconfigure in vista

bitylin

New Member
How to disable ipv4 autoconfigure in vista to fix ms's bug which custom ip address is not vaild in mutinetwork?
There is only 2 commands need to be execute in the cmd window:
C:\Users\bitylin>netsh interface ipv4 show interface <enter>
Idx Met MTU 状态 名称
--- --- ----- ----------- -------------------
1 50 4294967295 connected Loopback Pseudo-Interface 1
8 20 1500 connected 本地连接
then find which is your network card ldx number, there is '8' , then,
C:\Users\bitylin>netsh interface ipv4 set interface 8 dadtransmits=0 store=persistent <enter>

确定。

restart the network.
 

My Computer

How to disable ipv4 autoconfigure in vista to fix ms's bug which custom ip address is not vaild in mutinetwork?
There is only 2 commands need to be execute in the cmd window:
C:\Users\bitylin>netsh interface ipv4 show interface <enter>
Idx Met MTU 状态 名称
--- --- ----- ----------- -------------------
1 50 4294967295 connected Loopback Pseudo-Interface 1
8 20 1500 connected 本地连接
then find which is your network card ldx number, there is '8' , then,
C:\Users\bitylin>netsh interface ipv4 set interface 8 dadtransmits=0 store=persistent <enter>

确定。

restart the network.


how will i enable the connection again?
 

My Computer

Back
Top