Merged some nasty programs from softz.harvie.cz
[mirrors/Programs.git] / windows-batch / enable_ipv6.bat
diff --git a/windows-batch/enable_ipv6.bat b/windows-batch/enable_ipv6.bat
new file mode 100755 (executable)
index 0000000..5f97e21
--- /dev/null
@@ -0,0 +1,17 @@
+@echo off\r
+\r
+echo Enabling IPv6 over Teredo tunnel support...\r
+echo You will need at least Windows XP with SP2 for this!\r
+%SystemRoot%\system32\netsh interface ipv6 install\r
+%SystemRoot%\system32\netsh interface ipv6 set teredo client\r
+\r
+echo Now you can check your settings...\r
+%SystemRoot%\system32\ipconfig\r
+\r
+echo Done!\r
+echo If failed, you will need at least Windows XP with SP2 for this!\r
+pause\r
+\r
+rem DISABLE:\r
+rem %SystemRoot%\system32\netsh interface ipv6 uninstall\r
+\r
This page took 0.10858 seconds and 4 git commands to generate.