What are the patches for Windows or browsers?
The most common is that the updates made by the manufacturers, come in packages provided by them, sometimes automatically, but we can not underestimate the improvements made by third parties generally are ideal in environments and conditions not provided by the authors such as slow network connections, interaction with other programs, hardware or equipment used with incompatible, and so on.
Here is a simple collection of the most popular and effective patches to download, which can be used in Windows to increase performance and speed Internet connection.
Ideal for everyone who uses an Internet connection than a broadband, but still useful for anyone wishing to raise the performance it has.
also some for Mozilla Firefox and Internet Explorer.
Patches to improve performance in Windows Internet
Optimize registry settings for TCP / IP
To install unzip the file, run it and restarted for the changes.
Operating System: Windows 2000/XP/2k3
Optimize registry settings for TCP / IP
Modify all registry values and leads to the optimal value also can undo all changes to the previous values
for the operating systems Windows Vista 32/64, Server 2008 Windows7 Vista_TcpIp_patch.cmd
Use the patch depending on your operating system, no changes will be effective until you restart the system.
Fix DNS errors in the cache of Windows XP
You have two options:
ipconfig / flushdns
2 - Restart the PC
Improve bandwidth in Windows XP
However, for private users, who only have a PC at home, QoS is not a necessary function, but rather the opposite.
Windows XP reserves 20% of the bandwidth if the user cancels the QoS function. You can also choose to uninstall the QoS Packet Scheduler if we have no local network.
2) You see the Group Policy, go to Settings Team.
3) Administrative Templates
4) Network (Network)
5) QoS Packet Scheduler 7) Double click on Limit the width of reserved band
6) to enable it and put the 0% limit bandwidth.
7) Apply and OK (Go into network properties and check that you are marking the QoS Packet Scheduler.)
HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Windows \ psched \ NonBestEffortLimit = 0
The same applies to Windows XP to Vista
How to reinstall TCP / IP in Windows XP
In Windows XP this box unchecked to disable this protocol, the most appropriate solution is reset by NetShell.
How to reinstall TCP / IP in Vista or 7
Increase the performance of the LAN (Local Area Connection)
Disable Network Task Scheduler
Increase value of the job buffer
The range of this parameter is between 1024 and 65535 bytes. Tests have shown that the standard networking best option is a value of 16384 (decimal), this only applies to LAN and helps slow browsing large directories.
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ LanmanServer \ Parameters
Add value
REG_DWORD
named SizReqBuf
, set the value to 16384 or even higher, reboot to apply the changes. Here is the Microsoft article that describes how MS KB Article 320829
Increasing the buffer network redirection
To configure additional buffers and threads, edit:
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ LanmanWorkstation \ Parameters
Modify or add value type
REG_DWORD
for:MaxCmds = dword: 00000064
the range is between 0 and 255 and the default is 15. Bring to a higher value for example 64 to start.MaxThreads = dword: 00000064
put it at the same value MaxCmds.Not sharing in My Network Places.
To fix this go to:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Add a new DWORD value:
NoRecentDocsNetHood = 1
establécelo to 1 to disable remote file shares that are added to My Network Places .
Patches to improve performance of web browsers
Patches for Internet Explorer
Internet Explorer 8 and 9 faster with a simple trick.
For that runs Start typing CMD or Run: CMD and when black window opens MSDOS type or paste: regsvr32 actxprxy.dll
's all, restart and you will notice the difference immediately.
If you use Windows Vista you have to use "Run as Administrator".
Increase the number of simultaneous connections.
To increase the number of connections adds the following registry entries:
Find the following branch and add the following DWORD value:
HKEY_USERS.DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Internet Explorer \ MAIN \ FeatureControl \
FEATURE_MAXCONNECTIONSPER1_0SERVER \ explorer.exe = 8
(DWORD Default: 4, recommended: 8)FEATURE_MAXCONNECTIONSPERSERVER \ explorer.exe = 8
(DWORD, default: 2, recommended: 8)
Disable the parallel processes in Internet Explorer.
For those with little RAM, they should disable this function and thus prevent the creation of a number of parallel processes on the PC called : iexplore.exe that you see in the Task Manager, slowing navigation and memory consuming.
For that go into the registry and creates the following new DWORD value :
[HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main]
"TabProcGrowth" = dword: 00000000
[HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main]
"TabProcGrowth" = dword: 00000001
Mozilla patches Firefox
Parallel requests (pipelining requests)
about: config
2. Locate and change the following values by double clicking them:
network.http.pipelining = true
(default is false) network.http.proxy.pipelining = true
(default is false)network.http.max-connections = 24
(default is 24) network.http.max-connections-per- server = 10
(default SS8)network.http.max-persistent-connections-per-proxy = 8
(default is 4) network.http.max-persistent-connections-per-server = 4
(default is 2) network.http . pipelining.maxrequests = 10
(default is 4)
content.notify.backoffcount = 5
ui.submenuDelay = 0
Reducing initial delay (Delay Reduces Initial Page)
about: config
2. Anywhere right click and make New> String or New: string
3. Name the string:
nglayout.initialpaint.delay
(no spaces) and set the value between o and 50 (in milliseconds).Advanced settings for Firefox.
content.interrupt.parsing
Recommended value = true. content.max.tokenizing.time
Recommended value ~ 2250000.content.notify.interval
recommended value ~ 750000 content.notify.ontimer
Recommended value = true.content.switch.threshold
Increasing the value will make the browser more stable at the expense of load time of pages.browser.cache.memory.capacity
Memory in KB reserved for caching images, values vary according to the RAM available.