Blog

  • Managing your Network Adapters

    Managing your Network Adapters

    you can enable or disable specific network interfaces (like your Wi-Fi or Ethernet card) directly from the Command Prompt. This is incredibly useful if your connection hangs or if you want to hard-kill your internet access without unplugging cables. Managing Network Interfaces with netsh To do this, you use the interface context. Here is the…


  • Managing the Windows Firewall via the Command Prompt

    Managing the Windows Firewall via the Command Prompt

    While netsh is the classic way to do this, it’s worth noting that Microsoft is slowly nudging everyone toward PowerShell. However, for a quick cmd fix, netsh still works perfectly. To toggle the firewall for the Global Profile (which affects all profiles: Domain, Private, and Public), use the following commands. 1. Open Command Prompt as…