在“搜索程序和文件”里輸入cmd,然后在命令提示符上面點右鍵挑選"以維護員身份運轉(Run as Administrator)",翻開命令行窗口后輸入netsh執行網卡參數配置。
順次輸入如下命令開啟我們的IPv6配置。
netsh
netsh>int
netsh>interface>IPv6
netsh interface IPv6>isatap
netsh interface IPv6 isatap>set router xxxxxxx
(xxxxxx用本地網絡IPv6路由地址替代)
netsh interface IPv6 isatap>set state enabled netsh>interface>IPv6>isatap>quit