docs
[mirrors/Programs.git] / windows-batch / enable_ipv6.bat
CommitLineData
84aff5c8
H
1@echo off\r
2\r
3echo Enabling IPv6 over Teredo tunnel support...\r
4echo You will need at least Windows XP with SP2 for this!\r
5%SystemRoot%\system32\netsh interface ipv6 install\r
6%SystemRoot%\system32\netsh interface ipv6 set teredo client\r
7\r
8echo Now you can check your settings...\r
9%SystemRoot%\system32\ipconfig\r
10\r
11echo Done!\r
12echo If failed, you will need at least Windows XP with SP2 for this!\r
13pause\r
14\r
15rem DISABLE:\r
16rem %SystemRoot%\system32\netsh interface ipv6 uninstall\r
17\r
This page took 0.174931 seconds and 4 git commands to generate.