From e4840f0db911eaf3aee1195030c6efca70d78f14 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 6 Dec 2001 07:37:58 +0000 Subject: merge from 2.2 (This used to be commit c5ee06b7c8fc9f1fec679acc7d7f47f333707456) --- docs/Registry/NT4-Locking.reg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/Registry/NT4-Locking.reg (limited to 'docs/Registry/NT4-Locking.reg') diff --git a/docs/Registry/NT4-Locking.reg b/docs/Registry/NT4-Locking.reg new file mode 100644 index 00000000000..6175fd51459 --- /dev/null +++ b/docs/Registry/NT4-Locking.reg @@ -0,0 +1,24 @@ +REGEDIT4 + +;Contributor: John H Terpstra +;Corrected: Stefan Kanthak +;Updated: Jun 25, 2001 +; +;Subject: Registry Entries That Affect Locking and Caching + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] +"BufFilesDenyWrite"=dword:00000000 +"BufNamedPipes"=dword:00000000 +"UseOpportunisticLocking"=dword:00000000 +"DormantFileLimit"=dword:00000000 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters\Linkage] +"UtilizeNtCaching"=dword:00000000 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Filesystem] +"Win95TruncatedExtensions"=dword:00000000 +"NTFSDisable8dot3NameCreation"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters] +"EnableOpLockForceClose"=dword:00000001 +"EnableOpLocks"=dword:00000000 -- cgit