Overclock.net - Overclocking.net
     
 
Home Gallery Reviews Blogs Register Today's Posts Mark Forums Read Members List


Go Back   Overclock.net - Overclocking.net > Software, Programming and Coding > Networking & Security

Reply
 
LinkBack Thread Tools
Old 06-27-09   #1 (permalink)
Case Modder
 
JMT668's Avatar
 
amd ati

Join Date: Oct 2008
Location: Scotland
Posts: 3,343

Rep: 84 JMT668 is acknowledged by some
Unique Rep: 68
Folding Team Rank: 1091
Trader Rating: 1
Wink Vista Tweaks

Heres a Little guide on how to improve connection speed and stabilty!



Vista tweaks


Index

1. About Vista tweaks and this guide

2. How to open the Command Prompt window

3. The Tweaks







1.0

This is a quick easy guide to doing the safe tweaks that will bring you the greatest benefit. There are other options for most of the commands dealt with here. If you want to play at a deeper level, there are many sites that will give you all the commands, not least the Microsoft site, where most of this came from.

The Vista OS has changed the way it deals with controlling the data flows to and from the LAN and the Internet and it is now reasonable automatic. There are a few tweaks that can be done to get the best out of the computer for broadband.

These tweaks are unlikely show any miraculous increases in speed as can happen with the XP RWIN, what you will notice is a definite improvement in your operation at busy congested times and when you download large files. This is because Vista is continually adjusting its RWIN etc and these tweaks will allow the OS to use all of its facilities not just the default ones. But you should notice a difference.

Like RWIN there is great debate about which tweaks work and which do not, I have only included tweaks that I have tested and have worked on one of my two versions of Vista. If you would like to dig deeper and try other things I would suggest that you start with http://www.speedguide.net/read_articles.php?id=2574 or http://www.kitz.co.uk/adsl/vistaTCPtweaks.htm
© Hatari 2008





2.0 How to open the Command Prompt window

All of the commands entered for these tweaks need to done using the Command Prompt Window in what is known as elevated command prompt, it is to you and me “Running as Administrator. .It is important that the Command Prompt Window is open so that it is “Running as Administrator”. If you do not, you will get errors rather than nice “OK” and have to start again.

A tips when using the Command Prompt Window.

Copy the command from this article by highlighting and using copy, the move the cursor into the Command Prompt Window right click and select paste. That should save you a lot of typos and repeated entries.

After you have entered a command in the Command Prompt Window and hit Return, and all is OK you will get “OK” on the next line. If you get errors then you are not in Command Prompt Window or you have made a typo. Please try opening it again.

To open the Command Prompt Window:

Click start, Click All Programs, scroll to Accessories and Click to open Accessories.

Find the Command Prompt and right click it, and left click "Run as Administrator"
As small window will open, click Continue, and a black window will open. The Command Prompt Window.
© Hatari 2008




3.0 The Tweaks


Into the Command Prompt Window(the Black Window), enter:

netsh int tcp show global Return

This will display a list similar to the one below; this is how they should look if all is correct. You need to check your list against this and note which items are not correct.

TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State………….: enabled
Chimney Offload State…………………: enabled
Receive Window Auto-Tuning Level….: normal
Add-On Congestion Control Provider..: ctcp
ECN Capability………………………………: enabled
RFC 1323 Timestamps………………….: disabled

Is Explicit Congestion Notification enable on your system

Next you need to run a test to see if your system supports ECN (Explicit Congestion Notification) some system support it other do not. To run the test go to http://www.microsoft.com/windows/usi...d/default.mspx and follow the instructions. You are looking for the result of the ECN test that is under "Traffic Congestion Test". If it is supported you can enable it.

Now to tweak your Vista.

Receive-Side Scaling State needs to be enabled.

The command is:

netsh int tcp set global rss=enabled <Return>

Chimney Offload State needs to be enabled

The command is:

netsh int tcp set global chimney=enabled <Return>

Receive Window Auto-Tuning Level needs to be normal

The command is:

netsh int tcp set global autotuninglevel=normal <Return>

Add-On Congestion Control Provider needs to be set to ctcp
This may not appear to be in your list. If you do not think the Congestion Control Provider is on yourlist enter the command and it will appear.

The command is:

netsh interface tcp set global congestionprovider=ctcp <Return>

You should only enable ECN Capability if the Microsoft test said it could be enabled on your system.

The command is:

netsh int tcp set global ecncapability=enabled <Return>


Now do another

netsh int tcp show global <Return >

Finally, check if has all taken. Your list should look like the one below.

TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State………….: enabled
Chimney Offload State…………………: enabled
Receive Window Auto-Tuning Level….: normal
Add-On Congestion Control Provider..: ctcp
ECN Capability………………………………: enabled
RFC 1323 Timestamps………………….: disabled

any questions just ask!

System: Midgard
CPU
AMD Phenom II X2 550BE (3.8Ghz)
Motherboard
Biostar T-Series 790GX 128M
Memory
2X2GB OCZ Gold DDR2 1066MHz
Graphics Card
XFX HD4830 512MB GDDR3
Hard Drive
320GB SATAII 16MB Cache
Power Supply
Thermaltake PurePower 600 Watt
Case
Xigmatek Midgard
CPU cooling
Xigmatek Dark Knight With Custom Mount + Push Pull
GPU cooling
XFX Stock Cooler
OS
Win 7 Ultimate (64Bit Build 7100)
Monitor
Samsung Syncmaster 20" 203B
JMT668 is offline I fold for Overclock.net   Reply With Quote
Old 06-27-09   #2 (permalink)
Tank + Guitar = WIN!!!
 
IEATFISH's Avatar
 
amd ati

Join Date: Jul 2008
Location: Idaho
Posts: 5,926
Blog Entries: 1

Folding Team Rank: 668
Trader Rating: 10
Default

Interesting.

You may want to explain what each tweak does to your system and why it is an improvement. Also some formatting would be beneficial.

System: <Name Pending>
CPU
Phenom II x4 945 @ 3.6 GHz
Motherboard
GIGABYTE GA-MA790XT-UD4P
Memory
OCZ Reaper HPC 4GB (2 x 2GB) DDR3 1600
Graphics Card
Asus 5850
Hard Drive
WD Caviar Black 640GB, Maxtor 400GB, WD 320GB
Sound Card
SoundBlaster X-Fi XtremeGamer
Power Supply
CORSAIR CMPSU-750TX 750W
Case
LIAN LI PC-7FW (custom tech station on the way)
CPU cooling
Mugen 2 w/ 2 Scythe Slip Steam 120mm
GPU cooling
Stock
OS
Windows 7 Professional x64
Monitor
Acer X223Wbd 22"
Overclock.net - 2009 Chimp Challenge Champions
IEATFISH is offline I fold for Overclock.net Overclocked Account IEATFISH's Gallery   Reply With Quote
Old 06-27-09   #3 (permalink)
Procrastinator
 
HatesFury's Avatar
 
amd ati

Join Date: Feb 2007
Location: Southwest Virginia
Posts: 3,274

Rep: 545 HatesFury is becoming famousHatesFury is becoming famousHatesFury is becoming famousHatesFury is becoming famousHatesFury is becoming famousHatesFury is becoming famous
Unique Rep: 332
Trader Rating: 5
Default

Quote:
Originally Posted by JMT668 View Post
3.0 The Tweaks


Into the Command Prompt Window(the Black Window), enter:

Code:
netsh int tcp show global Return
This will display a list similar to the one below; this is how they should look if all is correct. You need to check your list against this and note which items are not correct.

Code:
TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State………….: enabled
Chimney Offload State…………………: enabled
Receive Window Auto-Tuning Level….: normal
Add-On Congestion Control Provider..: ctcp
ECN Capability………………………………: enabled
RFC 1323 Timestamps………………….: disabled
Is Explicit Congestion Notification enable on your system

Next you need to run a test to see if your system supports ECN (Explicit Congestion Notification) some system support it other do not. To run the test go to http://www.microsoft.com/windows/usi...d/default.mspx and follow the instructions. You are looking for the result of the ECN test that is under "Traffic Congestion Test". If it is supported you can enable it.

Now to tweak your Vista.

Receive-Side Scaling State needs to be enabled.

The command is:

Code:
netsh int tcp set global rss=enabled <Return>
Chimney Offload State needs to be enabled

The command is:

Code:
netsh int tcp set global chimney=enabled <Return>
Receive Window Auto-Tuning Level needs to be normal

The command is:

Code:
netsh int tcp set global autotuninglevel=normal <Return>
Add-On Congestion Control Provider needs to be set to ctcp
This may not appear to be in your list. If you do not think the Congestion Control Provider is on yourlist enter the command and it will appear.

The command is:

Code:
netsh interface tcp set global congestionprovider=ctcp <Return>
You should only enable ECN Capability if the Microsoft test said it could be enabled on your system.

The command is:

Code:
netsh int tcp set global ecncapability=enabled <Return>

Now do another

Code:
netsh int tcp show global <Return >
Finally, check if has all taken. Your list should look like the one below.

Code:
TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State………….: enabled
Chimney Offload State…………………: enabled
Receive Window Auto-Tuning Level….: normal
Add-On Congestion Control Provider..: ctcp
ECN Capability………………………………: enabled
RFC 1323 Timestamps………………….: disabled
any questions just ask!
Please feel free to use this
__________________
All That Remains
As if this could change us,
Our roots are deeper than that.
Born and bred the masters of Ourselves,
And of our hearts.
Take the best of me and
Watch my world fall apart.
Still I remain steadfast in my heart

System: Furian
CPU
AMD 6000+ BE
Motherboard
Biostar T720
Memory
2 Gig DDR2 800mhz - Gskill
Graphics Card
Saphire 4870 1GB
CPU cooling
Thermaltake MiniTyphoon
GPU cooling
Reference
OS
XP Pro - SP3
Monitor
Acer 22w
HatesFury is online now Overclocked Account   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools



All times are GMT -4. The time now is 03:18 PM.


Overclock.net is a Carbon Neutral Site Creative Commons License

Terms of Service / Forum Rules | Privacy Policy | DMCA Info | Advertising | Become an Official Vendor
Copyright © 2009 Shogun Interactive Development. Most rights reserved.
Page generated in 0.13192 seconds with 8 queries