30 June, 2010

Open Google in english - always...

Hi,

Localization is nice but not when I get Google, I like my Google in English.

Found a way to do this, just open the following link and it will always open in English:
http://www.google.com/ncr, I think that NCR stands for No Character Recognition but you never know.

Snir

15 June, 2010

Solve the drive maps disconnection problem

Hi,
I had a problem that the users kept disconnecting, found a registry key to keep the connection connected up to 18 hours.

HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters

Name: KeepConn
Type: REG_DWORD
Value: 1–65535

The value is in seconds and the default is 600 (10 min).

Enjoy.

MS Link

14 June, 2010

Disable TCP Chimney

I know a lot of places has it, but I always search for it, just a quick note on how to disable/enable TCP chimney:

- Using registry:
In HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

- EnableTCPChimney
Type: REG_DWORD
Values: 1 (enabled) 0 (disabled)
- EnableRSS
Type: REG_DWORD
Values: 1 (enabled) 0 (disabled)
- EnableTCPA
Type: REG_DWORD
Values: 1 (enabled) 0 (disabled)

Using Netsh:
- Netsh int ip set chimney ENABLED
- Netsh int ip set chimney DISABLED

What is TCP Chimney: http://support.microsoft.com/kb/951037

Info based on : http://support.microsoft.com/kb/912222