# 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://605324365-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4LCMEzbOr1bRsZ606sPz%2Fuploads%2FXA79xs67FR0WBWjw21Sq%2Fimage.png?alt=media&#x26;token=8bfdff6a-e18e-44b8-a771-05aca9f654ff" alt=""><figcaption><p><strong>DISABLE ALL EXCEPT</strong> <strong>QOS PACKET AND INTERNET PROTOCOL V4 TCP/IPV4</strong></p></figcaption></figure>

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

(You probably already have everything set up the same way thanks to the spoofer, but just in case, double-check that you have the same configuration.)

```batch
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

## MANDATORY STEPS: DO IT MANUALLY
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 as Admin and do these commands.
arp -d
netsh interface IP delete arpcache

Restart PC Again
```

{% hint style="info" %}
**The network unflag will not stick and will need to be redone if you reinstall Windows.**
{% endhint %}
