# Network Unflag

Press **Win + R, Type** `ncpa.cpl`and click **OK. (Now, Disable everything but Ethernet)**

1. Right-click on the connection that you are using and click on **Properties.**
2. Change your setings so they will look like this:

<figure><img src="https://1761378596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZDW6KHNMke8WJoAYivv1%2Fuploads%2FD6225Ii5Tmz8oYRrKUnX%2Fimage.png?alt=media&#x26;token=d0c2e22e-027b-4264-9b91-81fe6edef72e" alt=""><figcaption></figcaption></figure>

3. Press **Win + R**, Type `devmgmt.msc` and click **OK. (Now, Press on the arrow of Network Adapters)**
4. Right-click on the connection that you are using and click on **Properties.**
5. Go To the **Advanced** Tab.
6. Search For these settings and set them up as follows (If some settings are missing, skip them):

```
Advanced EEE - Disabled
Network Address - Not Present
ARP Offload - Disabled
Flow Control - Disabled
IPv4 Checksum Offload - Disabled
Large Send Offload v2 (IPv6) - Disabled
TCP Checksum Offload (IPv6) - Disabled
UDP Checksum Offload (IPv6) - Disabled
Now, restart your pc.

Open CMD as Admin and type these Commands 1 by 1 in order.
ipconfig /flushdns
ipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset

Restart PC Again

Open CMD again ad Admin and do these commands.
arp -d
netsh interface IP delete arpcache

Restart PC Again
```
