|
Windows Operating System ~ Notes: |
|
- Increase Internet Explorer Download Sessions: (connections to HTTP 1.0 =16, and HTTP 1.1=32) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
Create -
Value Name: MaxConnectionsPerServer
Value name:
MaxConnectionsPer1_0Server
http://support.microsoft.com/kb/282402 Internet Explorer 8.0
- IE 8: Remove Favorites Bar
- IE 7, 8 Internet Options:
-
Internet Files and History Settings,
Check new version = Every time I visit the webpage,
- Security, display mixed content= Enable - Tools, View Menu Bar - Windows Mail Options:
-
Check new
messages every 3 minutes, Mark messages read after displaying for 1 minutes,
-
Security - Internet Zone, Warn me when other applications try to send mail
as me, un-select Block
- Maintenance - Select only Compact the database on shutdown every 10
|
------------------------------
Check the TCP/IP state: netsh int
tcp show global
----------
Disable Windows Scaling heuristics: netsh int tcp set heuristics disabled
Compound TCP
To enable CTCP: netsh int tcp set global congestionprovider=ctcp
----------
RSS - Receive-side Scaling, enabled (2 or more processor cores and a NIC that
can handle RSS)
netsh int tcp set global rss=enabled
----------
Direct Cache Access (DCA): netsh int tcp set global dca=enabled
----------
To enable NetDMA:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
EnableTCPA DWORD Value, To enable = 1
----------
Set DNS and Hosts Priority
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider
LocalPriority (DWORD, recommended: . 4, default:DEC 499) - local names cache
HostsPriority (DWORD, recommended: 5, default:DEC 500) - the HOSTS file
DnsPriority (DWORD, recommended: 6, default:DEC 2000) - DNS
NetbtPriority (DWORD, recommended: 7, default:DEC 2001) - NetBT name resolution,
including WINS
----------
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
TcpTimedWaitDelay (DWORD, 0xffffffff in registry by default. Recommended: 30
decimal, denoting 30 seconds) -
----------
http://www.speedguide.net/read_articles.php?id=2574
------------------------------
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_MAXCONNECTIONSPERSERVER
Value name: iexplore.exe
DWORD: 10 Decimal set 20
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_MAXCONNECTIONSPER1_0SERVER
Value name: iexplore.exe
DWORD:: 10 Decimal set 20
----------
http://support.microsoft.com/kb/282402#letmefixit
------------------------------