User Tools

Site Tools


qfaq:tutorials_howtos_etc:undocumented_registry_keys_for_quickr_connector

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
qfaq:tutorials_howtos_etc:undocumented_registry_keys_for_quickr_connector [2011/12/13 18:03] – created michaelurspringerqfaq:tutorials_howtos_etc:undocumented_registry_keys_for_quickr_connector [2014/10/12 00:39] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Undocumented Registry Keys for Quickr Connector ====== ====== Undocumented Registry Keys for Quickr Connector ======
  
-**Location of the system-wide settings of the connector registry keys:**+The officially documented policy settings of the connector can be found here: 
 + 
 +http://www-10.lotus.com/ldd/lqwiki.nsf/dx/Managing_connector_policies_qc85 
 + 
 +Below you will find some additional registry keys which are not officially documented.  
 + 
 +**Caution: 
 + 
 +These settings have been created for specific customer requirements. Use these settings at your own risk. They may not work 100% correctly for your scenario and may also change in future.  
 +** 
 + 
 +You should also use the most current version of the connector as older versions may not work. The most current version can also be a version which is still not publicly available! 
 + 
 +---- 
 + 
 +=== Location of the system-wide settings of the connector registry keys: === 
  
 Windows 32-Bit: Windows 32-Bit:
Line 17: Line 33:
 ---- ----
  
-**All users will have the checkbox to "Apply properties to all documents" checked by default. ** +=== All users will have the checkbox to "Apply properties to all documents" checked by default. === 
  
 [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\Lotus Quickr\Desktop Integration\Settings]\\ [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\Lotus Quickr\Desktop Integration\Settings]\\
Line 24: Line 41:
 ---- ----
  
 +=== Set a default folder for the Quickr connector cache path ===
  
  
 +[HKEY_LOCAL_MACHINE\SOFTWARE\IBM\Lotus Quickr\Desktop Integration\Monitor]\\
 +"LibrariesRoot"="C:\\Q"                                                 
  
 +----
 +
 +=== Disable the possibility for the users to change the cache path of a place ===
 +
 +
 +[HKEY_LOCAL_MACHINE\SOFTWARE\IBM\Lotus Quickr\Desktop Integration\Monitor]\\
 +"DisableCachePref"="1"                                                  
 +
 +----
 +
 +=== Ignore files with the extension ".abc" and ".xyz" in the Connector cache directory ===
 +
 +
 +[HKEY_LOCAL_MACHINE\SOFTWARE\IBM\Lotus Quickr\Desktop Integration\Monitor]\\
 +"ScanIgnoreExtentions"=".abc,.xyz"
 +
 +Make sure that you add a leading "." in front of the extension!
 +
 +This setting can also be set by a user in the connector preferences. The values are then stored in teh same registry key in the HKEY_CURRENT_USER hive.
 +
 +----
 +
 +=== Suppress text "Requires Places connectors" within Quickr connector links ===
 +
 +[HKEY_CURRENT_USER\Software\IBM\Lotus Quickr\Desktop Integration\Email\Notes]\\
 +"Include_Install_URL"="0"
 +
 +----
 +
 +=== Enable Notes as EML Viewer ===
 +
 +[HKEY_LOCAL_MACHINE\SOFTWARE\IBM\Lotus Quickr\Desktop Integration\Settings]\\
 +"UseExtEml"="1" 
 +
 +----
  
qfaq/tutorials_howtos_etc/undocumented_registry_keys_for_quickr_connector.1323795785.txt · Last modified: 2014/10/12 00:39 (external edit)