how to force OL 2003 into cached mode?

D

Dabushido

Does anyone know where to change the registry for OL 2003 to force cached
mode? I want to setup a startup script to force all of my users in to cached
mode. All suggestions are welcomed if you know of any automated ways of
accomplishing this.
 
N

neo [mvp outlook]

Roady said:
Cached Exchange Mode is controlled by the following key;
[HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging
Subsystem\Profiles\<ProfileName>\13dbb0c8aa05101a9bb000aa002fc45a]

00036601 (REG_BINARY)

enabled value; 84 01 00 00
enabled with Public Folders/Favorites: 84 05 00 00
disabled value; 04 00 00 00

If all profilenames of the users are the same than you can do a simple
regimport at logon. If not but if they only have a single profile you can
retrieve the profilename from here;
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows
Messaging Subsystem\Profiles]
DefaultProfile

If they have multiple profiles and Cache Mode needs to be enabled for all
profiles you'll need a more advanced script that enumerates all profile
names first and then cycle through the received values to apply changes to
all the profiles.
 
D

Dabushido

Thank you!!! I may need additional help with the script to find the multiple
users on some of the PCs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top