www.jayntguru.com

January 4, 2010

Windows 7 & Server 2008 r2 network settings (vista and 2008 also)

Filed under: computer geek stuff,w7 — jayntguru @ 10:49 am

I have a need to refer back to the TCP tuning settings introduced recently by Microsoft, so I decided to put all of this in one place so that I can find them easier in the future.

To see the status of these settings, use: netsh int tcp show global

image

To enable receive side scaling: netsh int tcp set global rss=enabled

To enable chimney offload state: netsh int tcp set global chimney=enabled

To enable direct cache access (dca): netsh int tcp set global dca=enabled 

To change the auto-tuning level: netsh int tcp set global autotuninglevel=normal

To change the congestion provider: netsh int tcp set global congestionprovider=ctcp

To change the ECN capability: netsh int tcp set global ecncapability=enabled

To change the timestamps: netsh int tcp set global timestamps=enabled

To change the setting for NetDMA:

To enable or disable NetDMA, follow these steps:

  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate the following registry subkey, and then click it::  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  3. Double-click the EnableTCPA registry entry.  Note If this registry entry does not exist, right-click Parameters, point to New, click DWORD Value, type EnableTCPA, and then press ENTER.
  4. To enable NetDMA, type 1 in the Value data box, and then click OK.
  5. To disable NetDMA, type 0 in the Value data box, and then click OK.
  6. If the EnableTCPA registry entry does not exist, enable the NetDMA functionality.

If you want to see the MTU applied to the connection: netsh interface ipv4 show subinterface

If you want to change the MTU: netsh interface ipv4 set subinterface "connection_name" mtu=9000 store=persistent

December 23, 2009

w7 and r2 power auditr

Filed under: computer geek stuff,w7 — Tags: — jayntguru @ 1:06 am

There’s a neat feature built into Windows 7 and the Windows 2008 Server R2 variants in powercfg. It performs a fairly simple power audit and will tell you if there are improvements, what your hardware can support, and what device or software is preventing your machine from entering sleep. You simply run “powercfg –energy” from a command line and an html report is created in “c:\users\%username%”  called “energy-report.html”.

Here’s an example report from one of my systems.

November 30, 2009

making the SoundBlaster XFI actually work with an nforce4 motherboard

Filed under: annoyances,computer geek stuff,w7 — Tags: — jayntguru @ 11:30 am

I have posted before about problems with the XFI and Nforce4 not working (with my Asus A8n-SLI Deluxe motherboard). Creative says it’s Nvidia’s fault, and Nvidia hasn’t really weighed in either way, but in the end the card just didn’t work, when you tried to play audio, you would get crackling and popping in the audio making it useless. The card was pretty much worthless to me at this point, but in my quest to be cheap, I kept trying and trying. Then the other day I ran across this modified driver and after installing this one… it works!

November 23, 2009

portable movie maker

I do simple video editing of files taken from my minidv camera. This has been a chore since w7 because it did not include a version of windows movie maker, and I found the microsoft live free version very lacking. (And it’s not that I require a huge feature-set either.) Because there wasn’t anything decent that came with w7, I have tried trials of every movie editor I can find, and for what I do, they all suck. It was so bad that I decided to see if there was a way to hack an older version of movie maker to work with windows 7… and someone already did. This version works like a champ right out of the box and gives me the features and interface that I want (without giving me a bunch of junk that I don’t want or need).

October 31, 2009

upgrading from w7 rc to rtm

Filed under: computer geek stuff,w7 — Tags: , , , — jayntguru @ 2:08 pm

I usually don’t do upgrades but in this case upgrading from the release candidate to the full release of W7 didn’t seem like the worst idea. I used the instructions at this link and it worked.

September 22, 2009

another w7 UI annoyance: the library

Filed under: computer geek stuff,w7 — jayntguru @ 11:55 pm

I hate the”library” and never have used it in any MS app, the way windows7 promotes it annoys me greatly. Here is a link to instructions on how to remove it. Of course it is much harder than it should be.

« Newer Posts

Powered by WordPress