💻How to Create an Internet Kill Switch in Windows 10/11 (Step-by-Step Guide)💻
---
Step 1: Open Windows Settings
Press Windows Key + I on your keyboard to open the Settings app.
---
Step 2: Go to Network Settings
Click on Network & Internet from the Settings menu.
---
Step 3: Find Your Network Adapter Name
Under the Status tab, click Change adapter options. Note the exact name of the network adapter you're currently connected to (e.g., Wi-Fi, Ethernet, Local Area Connection).
---
Step 4: Create a New Desktop Shortcut
Right-click on your desktop.
Select New > Shortcut from the context menu.
---
Step 5: Enter the Kill Switch Command
In the shortcut location field, type the following command:
C:\Windows\System32\netsh.exe interface set interface name="XXXX" admin=disabled
Important: Replace "XXXX" with the name of your network adapter (e.g., "Wi-Fi" or "Ethernet").
---
Step 6: Name the Shortcut
Click Next and give your shortcut a name such as Kill Switch, Disable Internet, or Net-Off.
---
Step 7: Set the Shortcut to Run as Administrator
1. Right-click the new shortcut and choose Properties.
2. Click the Advanced button.
3. Check the box for Run as administrator and click OK.
---
✅ That’s It! You’re Done.
Now, whenever you want to instantly disconnect the internet, just double-click your new Kill Switch shortcut. To re-enable the connection, create another shortcut with the following command:
C:\Windows\System32\netsh.exe interface set interface name="XXXX" admin=enabled
---
Why Use a Kill Switch?
Instantly disconnect your device from the internet
Prevent background data usage
Add a layer of security when handling sensitive tasks
Useful during VPN drops or public Wi-Fi usage
---