WiFi Problem after Windows 10 Creators Update

Quite a few people have WiFi problems after the latest Windows 10 Creators update. We found a workaround is to disable Receive Segment Coalescing (RSC). Here are the steps to disable RSC on Windows 10.

If you’re thinking about purchasing a new GPU, we’d greatly appreciate it if you used our Amazon Associate links. The price you pay will be exactly the same, but Amazon provides us with a small commission for each purchase. It’s a simple way to support our site and helps us keep creating useful content for you. Recommended GPUs: RTX 5090, RTX 5080, and RTX 5070. #ad

  1. Search for Windows PowerShell ISE x86.
  2. Right click on Windows PowerShell ISE x86 and select Run as administrator
  3. Type the following command to get the name of the adapter. (The name is usually “Wi-Fi”
    Get-NetAdapter
  4. Type the following command to disable RSC.
    Disable-NetAdapterRsc “Adapter_Name”
  5. Type the following command to make sure RSC is turned off
    Get-NetAdapterRsc

 

Be the first to comment

Leave a Reply