Fix IPv6 Prefix Delegation Breaking After an ISP Modem Reboot on Windows 11

After your ISP modem or router reboots, your Windows 11 computer may lose IPv6 connectivity entirely. You might see a “No network access” or “IPv6 connectivity: No internet access” message in the Network & Internet status page. This happens because the modem assigns a new IPv6 prefix via DHCPv6 Prefix Delegation, but Windows 11 does … Read more

How to Enable DNS Over HTTPS With a Custom Resolver on Windows 11

DNS over HTTPS encrypts your DNS queries to prevent eavesdropping and tampering by your internet service provider or attackers on your network. Windows 11 includes a built-in option to enable DoH for all network connections, and you can specify any custom resolver such as Cloudflare 1.1.1.1, Google Public DNS, or Quad9. By default, Windows uses … Read more

Why mDNS Discovery Stops Working After a Hyper-V Default Switch Reset

After you reset the Hyper-V Default Switch, mDNS-based discovery such as Bonjour or network device browsing may stop working on the host machine. The root cause is that the Default Switch reset changes the virtual network adapter’s MAC address and disrupts the multicast DNS cache. This article explains why the reset breaks mDNS, provides step-by-step … Read more

How to Configure VPN Split Tunneling Through PowerShell on Windows 11

You want to send only specific traffic through your VPN connection while letting everything else use your normal internet connection. This is called split tunneling. Windows 11 supports split tunneling natively, but the Settings app does not expose the configuration options. You must use PowerShell to set up which traffic goes through the VPN tunnel … Read more

Fix LSP Corruption Caused by an Outdated Third-Party Firewall on Windows 11

Your internet stops working after uninstalling an old firewall like ZoneAlarm or Norton on Windows 11. Web pages fail to load, but other network devices work fine. This happens because the firewall installed a Layered Service Provider, or LSP, that becomes corrupted when the firewall is removed incompletely. The LSP is a DLL that intercepts … Read more

How to Restrict File Sharing to a Private Profile Only on Windows 11

Windows 11 lets you share files and printers with other devices on your network. By default, network discovery and file sharing can be enabled on both private and public networks. This creates a security risk because public networks, such as those in coffee shops or airports, expose your shared folders to anyone connected. The solution … Read more

Fix Internet Connection Sharing Service Refusing to Start on Windows 11

You have set up Internet Connection Sharing on your Windows 11 PC to share your wired or cellular connection with other devices, but the service refuses to start. The Internet Connection Sharing service, also called SharedAccess, fails to start with error 1068, 1058, or 5. This happens because of missing dependencies, corrupted service configuration, or … Read more

How to Renew the Hyper-V Default Switch DHCP Range on Windows 11

When you enable the Hyper-V role on Windows 11, the system creates a virtual switch called the Default Switch. This switch automatically assigns IP addresses to virtual machines using its own built-in DHCP server. Over time, especially after creating and deleting many VMs, the DHCP lease pool can become exhausted or fragmented. This article explains … Read more