var fDesc=new Array(); fDesc[0] = "IPv6 Disable is the free command-line tool to quickly Enable or Disable IPv6 (Internet Protocol version 6) on your Windows system.

It automatically checks for the current status of IPv6 and then enable/disable it accordingly.


It is simple & easy to use tool. Also being a command-line based tool makes it perfect for automation and to use on remote systems.


IPv6 Disable works on both 32 bit & 64 bit versions and tested successfully on all platforms starting from Windows Vista to Windows 8."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }