lunedì 6 aprile 2020

xampp lento su windows 10

molto probabilmente il problema è dovuto al protocollo ipv6

ecco come disabilitarlo
IPv6 is the imminent next evolution of the Internet protocol, but it can cause problems with legacy equipment and DNS in certain environments. Disabling IPv6 is an easy way to fix certain network issues with Windows machines. If you're not experiencing problems, there's no reason to disable IPv6. Otherwise, it's easy to turn on and off by editing the Windows registry. Let's check it out.


Unfortunately, IPv6 isn't disabled by editing the properties of a network adapter. Simply unchecking the box doesn't work. A registry hack is needed (This also works with Window 7).


Using an account with local admin access...

Press the Windows Key and the R key at the same time


Type regedit in the Run dialog box and click OK


Use Registry Editor to expand the registry tree and browse to:

\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TCPIP6\Parameters


Right click on Parameters, expand New, and select DWORD (32-bit) Value


Enter DisabledComponents into the Name field


Double click on the new DisabledComponents value, enter ffffffff into the Value data dialog box, and click the OK button


Confirm the new registry value contains the required data. 


That's it. After restarting the computer, IPv6 will be disabled

Verify that IPv6 is disabled by running ipconfig /all from the command prompt. The output should only show IPv4 addresses and no 6to4 adapters.

IPv6 can be enabled by either deleting the DisabledComponents registry value or changing its data to 0.

Nessun commento:

Posta un commento