windows-version-1-5-20050817
[openafs.git] / doc / txt / winnotes / registry.txt
index 0baa5ff..436bd0b 100644 (file)
@@ -1,6 +1,6 @@
-
 Registry keys and Environment Variables used in the Windows AFS Client
-----------------------------------------------------------------------
+as of release 1.5.0000
+======================================================================
 
 REGISTRY KEYS:
 
@@ -64,23 +64,13 @@ Variable: cm_initParams.nStatCaches
 
   Cache configuration.
 
-Value  : LogoffTokenTransfer
+Value  : LogoffPreserveTokens
 Type   : DWORD {1,0}
-Default : 1
-Variable: smb_LogoffTokenTransfer
-
-  If enabled (set to 1), activates functionality where the user's
-  tokens are kept intact until smb_LogoffTokenTransferTimeout seconds
-  elapse after user logs off.  If roaming profiles are used and the
-  roaming profile takes a long time to be written back, this ensures
-  that the tokens remain valid until the profile save is complete.
-
-Value  : LogoffTokenTransferTimeout
-Type   : DWORD
-Default : 10
-Variable: smb_LogoffTokenTransferTimeout
+Default : 0
 
-  See LogoffTokenTransfer above.
+  If enabled (set to 1), the Logoff Event handler will not attempt
+  to delete the user's tokens if the user's profile is stored outside
+  of AFS.
 
 Value  : RootVolume
 Type   : REG_SZ
@@ -405,6 +395,36 @@ Default : 0x0
   pioctl() call is failing. 
 
 
+Value   : MiniDumpType
+Type    : REG_DWORD
+Default : 0x0 (MiniDumpNormal)
+
+  This value is used to specify the type of minidump generated by
+  afsd_service.exe either when the process crashes or when a user
+  initiated is dump file is generated with the "fs.exe minidump"
+  command.
+
+  Valid values are dependent on the version of DbgHelp.dll installed
+  on the machine.  See the Microsoft Developer Library for further
+  information.
+
+  MiniDumpNormal = 0x00000000,
+  MiniDumpWithDataSegs = 0x00000001,
+  MiniDumpWithFullMemory = 0x00000002,
+  MiniDumpWithHandleData = 0x00000004,
+  MiniDumpFilterMemory = 0x00000008,
+  MiniDumpScanMemory = 0x00000010,
+  MiniDumpWithUnloadedModules = 0x00000020,
+  MiniDumpWithIndirectlyReferencedMemory = 0x00000040,
+  MiniDumpFilterModulePaths = 0x00000080,
+  MiniDumpWithProcessThreadData = 0x00000100,
+  MiniDumpWithPrivateReadWriteMemory = 0x00000200,
+  MiniDumpWithoutOptionalData = 0x00000400,
+  MiniDumpWithFullMemoryInfo = 0x00000800,
+  MiniDumpWithThreadInfo = 0x00001000,
+  MiniDumpWithCodeSegs = 0x00002000
+
+
 Value   : StoreAnsiFilenames
 Type    : REG_DWORD
 Default : 0x0
@@ -814,6 +834,17 @@ Function: Shortcut_FixStartup
   user value is checked first; if it does not exist the local machine
   value is checked.
 
+  The following subset of the command line options are appropriate for
+  use in this registry setting:
+
+    -A = autoinit 
+    -M = renew drive maps 
+    -N = ip address change detection 
+    -Q = quiet mode.  do not display start service dialog
+         if afsd_service is not already running
+    -S = show tokens dialog on startup
+    -Z = unmap drives
+
 
 Regkey:
 [HKCU\SOFTWARE\OpenAFS\Client]