REGEDIT4 ; NTServer.REG Created & maintained by Nick Ramsay ; Available from: http://www.witzendcs.co.uk/html/nt_networking.html ; Last edit: 16 October 2005 21:41 ; This file will alter the behaviour of the network redirector on ; Windows NT, 2000/2003 & XP servers & workstations acting as servers [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters] ; Prevent premature workstation disconnection - default is 0000000f (15 minutes) "autodisconnect" = dword:ffffffff ; This one is for Server 2003 - default is 2 minutes! "ConnectionNoSessionsTimeout" = dword:ffffffff ; Forces the server to really close a file when instructed "CachedOpenLimit"= dword:00000000 ; The following 2 entries force oplocks off "EnableOpLockForceClose" = dword:00000001 "EnableOpLocks" = dword:00000000 ; The following 2 entries force the server to immediately report a sharing violation ; Although this looks wrong, it is actually the best option for Clipper "SharingViolationDelay" = dword:00000000 "SharingViolationRetries" = dword:00000000 ; This one is for Win2K and later [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MRXSmb\Parameters] "OplocksDisabled" = dword:00000001