Windows Archives - Rahim Soft - Part 2 -

Find optimal MTU:

ping -f -l 1472 8.8.8.8

Reduce 1472 until no fragmentation. Then set via netsh interface ipv4 set subinterface "Ethernet" mtu=1450 store=persistent

Here are additional software picks we trust at Rahim soft:

📥 All the above are free, lightweight, and tested by our team.


HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search Create DWORD AllowCortana = 0. Even on Windows 11, this removes background processes.

Never use "Power saver" on a desktop. For laptops, create a custom plan:


Go to Settings > System > About > Advanced system settings > Performance Settings. Choose "Adjust for best performance" or manually disable:

These changes reduce GPU and CPU load significantly on older hardware.

Search Manage Storage Spaces. Combine multiple drives (internal or external) into a single virtual drive. Use Parity for fault tolerance (like RAID 5) or Simple for maximum capacity. No extra hardware needed.

Open Command Prompt as Admin:

ipconfig /flushdns && ipconfig /release && ipconfig /renew && netsh winsock reset

Then restart. This fixes 90% of "no internet" errors.

GL Projects