setting IPV6 in command line, Win PE
Can i se开发者_开发技巧t the IPv6 ip address in command line? if possible please suggest me the command to use. I am using WinPE environment which is equalant to VISTA but with out GUI features installed.
Thank you.
a bit of googling gave http://www.ipv6day.org/action.php?n=En.Configuration-WindowsVista
Use this:
netsh interface ipv6 add address "Local Area Connection" 2001:db8:290c:1291::1
精彩评论