Nothing returned from your search term? I recently had the same problem! So I did some tinkering and looked into services.msc to see if maybe windows search was not running, but it was in fact running. Next, I looked into “Change folder and search options” under the file menu. Navigated to the search tab and decided to check the box for “Don’t use the index when searching in file folders for system files (searches might take longer)” and also checked the box for “Always search file names and contents (this might take several minutes)“. I clicked “Apply” and then “OK“. Finally, I attempted my search term again and voila! It worked!
Tag: windows 8.1
Fix Slow LAN File Transfers Windows 7, 8, 8.1 and 10!
Large Send Offload or “LSO” is a Property for your Network Adapter. It is supposed to reduce CPU usage and increase network performance. It doesn’t really help at all. Disabling it can substantially increase file transfer rates on your local network.
You can get to Large Send Offload by going to Device Manager which is in your computers control panel. (Administrator Privileges are required)
- Press Start and in the search box type “Device Manager“. Select it from the list that populates.
- Expand the list for Network Adapters and double click on your GBE Family Controller. You can also right click and select Properties.
- Select Advanced Tab.
- Select Large Send Offload v2 (IPv4) and change the value to Disabled.
- Select Large Send Offload v2 (IPv6) and change the value to Disabled.
- Select OK.
You should restart your computer to see the change in speed.
If you do not see any difference in transfer rates, you should reset your network connection.
- Open Command Prompt by pressing start and typing CMD.exe Right click on the option that populates and select Run As Administrator.
- Type netsh winsock reset and press Enter.
- Type netsh int ip reset and press Enter.
- Type ipconfig /release and press Enter.
- Type ipconfig /renew and press Enter.
- Type ipconfig /flushdns and press Enter.
Once you have completed these steps you should notice a huge difference in file transfer rates over your local area network connection. On my computer a file transfer rate increased from about 50 MB/s to 111 MB/s while transferring a file form my NAS to my desktop.