Cerca nel blog

29 ottobre, 2009

Tuning Terminal Server Windows 2003

Registry setting for tuning connections with TS 2003.

Enjoy!

--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--

REGEDIT4

; don't update last accessed time
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001

; sometimes the disk is busy ... let windows keep it's cool
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Disk]
"TimeOutValue"=dword:0000003c

; not sure why one would want to tweak fileservers settings on w2k3 termserver ... but alas
; even ms suggests it ... kb324446
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"SizReqBuf"=dword:00004410
"MaxWorkItems"=dword:00002004
"MaxMpxCt"=dword:00000800
"MaxRawWorkItems"=dword:00000200
"MaxFreeConnections"=dword:00001000
"MinFreeConnections"=dword:00000100

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkStation\Parameters]
; don't cache smb writes ... write them (the underlying os can cache if it wants)
"UtilizeNtCaching"=dword:00000000
; don't encrypt or sign smbtrafic
"EnableSecuritySignature"=dword:00000000
; use faster data access scheme
"UseLockReadUnlock"=dword:00000001
; better performance KB324446
"MaxCmds"=dword:00000800
"MaxThreads"=dword:00ff
"MaxCollectionCount"=dword:00ff

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Configuration Manager]
"RegistryLazyFlushInterval"=dword:0000003c

; don't try to find out about Scheduled jobs on other windows boxes
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]

; limite the desktop for speed
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\UserOverride\Control Panel\Desktop]
"AutoEndTasks"="1"
"DragFullWindows"="0"
"MenuShowDelay"="10"
"WaitToKillAppTimeout"="20000"
"SmoothScroll"="00000000
"Wallpaper"="(none)"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\UserOverride\Control Panel\Desktop\WindowMetrics]
"MinAnimate"="0"

; don't autoadd networkfolders else windows will go searching them every
; time it does something with files ... if one of the links is slow
; your whole performance will go down the drain
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsNetHood"=dword:1

; disable grammar checking in Word 2003
[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Word\Options]
"AutoGrammar"=dword:00000000

; faster screen display in IE
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]
"Force Offscreen Composition"=dword:00000001

; No Customer Experience Program in Office
[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Common]
"QMEnable"=dword:00000000

; dont hunt down imap folders in the outlook bar ... require office SP2
[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Outlook\OutlookBar]
"DisableStoreCrawling"=dword:1

--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--

1 commento:

Anonimo ha detto...

Genial post and this post helped me alot in my college assignement. Gratefulness you for your information.