diff options
-rw-r--r-- | docs/NT4-Locking.reg | 23 | ||||
-rw-r--r-- | docs/Win98_PlainPassword.reg | 4 | ||||
-rw-r--r-- | docs/Win9X-CacheHandling.reg | 7 |
3 files changed, 34 insertions, 0 deletions
diff --git a/docs/NT4-Locking.reg b/docs/NT4-Locking.reg new file mode 100644 index 00000000000..a550d52a725 --- /dev/null +++ b/docs/NT4-Locking.reg @@ -0,0 +1,23 @@ +REGEDIT4
+
+;Contributor: John H Terpstra <jht@samba.org>
+;Updated: Feb 15, 1999
+;
+;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]
+"Win95TruncateExtensions"=dword:00000000
+
+[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters]
+"EnableOpLockForceClose"=dword:00000001
+"EnableOpLocks"=dword:00000000
+
diff --git a/docs/Win98_PlainPassword.reg b/docs/Win98_PlainPassword.reg new file mode 100644 index 00000000000..9dd3103689c --- /dev/null +++ b/docs/Win98_PlainPassword.reg @@ -0,0 +1,4 @@ +REGEDIT4
+
+[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP]
+"EnablePlainTextPassword"=dword:00000001
diff --git a/docs/Win9X-CacheHandling.reg b/docs/Win9X-CacheHandling.reg new file mode 100644 index 00000000000..265e335b402 --- /dev/null +++ b/docs/Win9X-CacheHandling.reg @@ -0,0 +1,7 @@ +REGEDIT4
+
+; Contributor: John H Terpstra <jht@samba.org>
+; Date: Feb 15, 1999
+
+[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VREDIR]
+"DiscardCacheOnOpen"=string:00000001
|