Idealne by bolo nastavit IP napevno, ale to by bolo trosku komplikovane, skus vypnut IPv6 a pod. Spusti CMD ako spravca a vloz:
Kód:
netsh int ipv6 isatap set state disabled
netsh int teredo set state disabled
netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled
reg add "HKLM\System\CurrentControlSet\Services\Tcpip6\Parameters" /v "DisabledComponents" /t REG_DWORD /d "255" /f
wmic nicconfig where DHCPEnabled=TRUE call SetDNSServerSearchOrder ("1.1.1.1")
reg add "HKLM\System\CurrentControlSet\Services\NetBT\Parameters" /v "EnableLMHOSTS" /t REG_DWORD /d "0" /f
wmic nicconfig where TcpipNetbiosOptions=0 call SetTcpipNetbios 2
wmic nicconfig where TcpipNetbiosOptions=1 call SetTcpipNetbios 2
Dalsia moznost, skus nainstalovat
https://www.netsetman.com/en/freeware a vytvor si profil, ten by mal ten soft udrzat, pokial Windows straca kontrolu.