Simple and a fast way to disable IPV6 on Windows server 2012



Run Powershell with admin privilege and run the command:

New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters -Name DisabledComponents -PropertyType DWord -Value 0xffffffff

Comments

Popular Posts