Added registry update file to stop all file oplocks and cacheing on NT.
authorJohn Terpstra <jht@samba.org>
Sun, 14 Feb 1999 02:35:35 +0000 (02:35 +0000)
committerJohn Terpstra <jht@samba.org>
Sun, 14 Feb 1999 02:35:35 +0000 (02:35 +0000)
docs/NT4-Locking.reg [new file with mode: 0644]

diff --git a/docs/NT4-Locking.reg b/docs/NT4-Locking.reg
new file mode 100644 (file)
index 0000000..a550d52
--- /dev/null
@@ -0,0 +1,23 @@
+REGEDIT4\r
+\r
+;Contributor:   John H Terpstra <jht@samba.org>\r
+;Updated:      Feb 15, 1999\r
+;\r
+;Subject:      Registry Entries That Affect Locking and Caching\r
+\r
+[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]\r
+"BufFilesDenyWrite"=dword:00000000\r
+"BufNamedPipes"=dword:00000000\r
+"UseOpportunisticLocking"=dword:00000000\r
+"DormantFileLimit"=dword:00000000\r
+\r
+[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters\Linkage]\r
+"UtilizeNtCaching"=dword:00000000\r
+\r
+[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Filesystem]\r
+"Win95TruncateExtensions"=dword:00000000\r
+\r
+[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters]\r
+"EnableOpLockForceClose"=dword:00000001\r
+"EnableOpLocks"=dword:00000000\r
+\r