In Windows Vista and Windows 2008, IPv6 is enabled by default. Here is a small script to disable IPv6. Here is a content of my DisableIPv6.bat
@Echo off
@ECHO Windows Registry Editor Version 5.00 > %TEMP%\DisableIPv6.reg
@ECHO [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters] >> %TEMP%\DisableIPv6.reg
@ECHO “DisabledComponents”=dword:000000ff >> %TEMP%\DisableIPv6.reg
REGEDIT /S %TEMP%\DisableIPv6.reg

Categories
Tag Cloud
Blog RSS
Comments RSS
Last 50 Posts
Back
Back
Void « Default
Life
Earth
Wind
Water
Fire
Light 
[...] Today found this great post, here is a quick excerpt : Script:- Disable IPv6 over all interfaces and prefer IPv4 to IPv6. Read the rest of this great post Here [...]