By default IPv6 is not enabled on windows XP Pro and Windows Server 2003. However, its very easy to enable IPv6 with netsh (net shell) command line tool.
Enable ipv6
netsh interface ipv6 install
Disable ipv6
netsh interface ipv6 uninstall
To verify if ipv6 is enabled, run ipconfig /all and see if ipv6 address is returned.
Note: you can use netsh to enable/disable ipv4, just change ipv6 to ipv4 in above commands.
i found another way
doen load this batch it has every thing to disable IPv6 AS if you do it manual
http://www.2shared.com/file/bbH956hU/IPv6-DISABLE.html
You given link is no mare available. Please give me the batch file script please sir
Another method based on registry key:
http://www.sysadmit.com/2015/08/windows-deshabilitar-ipv6.html
You can also set it using command line.
lits valetad