Sponsors


Friday, 3 February 2012

Increase Dial up Download speed



Dial up Download speed is low and some time it can be unused for advanced user so to improve Dial up Download speed following registry editing is helpfull.

1. Direct in Regedit :


Open:
Code:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ Tcpip\Parameters
Code:
Edit as follows:
        “SackOpts”=dword:00000001
        “TcpWindowSize”=dword:0005ae4c
        “Tcp1323Opts”=dword:00000003
        “DefaultTTL”=dword:00000040
        “EnablePMTUBHDetect”=dword:00000000
        “EnablePMTUDiscovery”=dword:00000001
        “GlobalMaxTcpWindowSize”=dword:0005ae4c

                                                                   OR

2. By .Reg file :


Open notepad & paste
Code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
Code:
“SackOpts”=dword:00000001

    “TcpWindowSize”=dword:0005ae4c
    “Tcp1323Opts”=dword:00000003
    “DefaultTTL”=dword:00000040
    “EnablePMTUBHDetect”=dword:00000000
    “EnablePMTUDiscovery”=dword:00000001
    “GlobalMaxTcpWindowSize”=dword:0005ae4c
>> Now save this file as speed.reg (in Windows). Execute it and observe the change!

Working well for me..
Check it guys.


No comments:

Post a Comment