0

What is the Registry setting to disable Cached Exchange Mode for Outlook 2010?

It does not appear to be the same as the Outlook 2003 key (13dbb0c8aa05101a9bb000aa002fc45a).

TrueWill
  • 119
  • 1
  • 1
  • 10

1 Answers1

1

The default way is different, you can configure it by this guide

EDIT: I just found this, it might work with these settings, can't check it though:

Cached Exchange Mode is controlled by the following key:

[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook\d4c3fff326ad1c498c9982bc456d4c6a]

00036601     (REG_BINARY)
enabled value;  84 19 00 00
enabled with Public Folders/Favorites: 84 05 00 00
disabled value; 04 10 00 00

As seen on: http://social.technet.microsoft.com/Forums/en-US/exchangesvrclients/thread/c8b06311-3036-4d51-a028-3ee58ac536fd

addam
  • 430
  • 2
  • 6
  • Thanks - so the only way to disable it if Outlook won't load is through group policy? – TrueWill Feb 21 '11 at 18:34
  • Thanks again. Turned out a product called ShoreTel Agent was causing issues with Outlook. We killed that task and could then get into Outlook to change the settings. – TrueWill Feb 23 '11 at 04:16