Outlook
Jump to navigation
Jump to search
Miscellaneous
- Summary of keyboard shortcuts can be found here.
References
- Microsoft Office 2007 Resource Kit (official documentation from Microsoft)
- Documentation page
- Administrative template (ADM,ADMX,...) files
- Use 7-zip to decompress this file without installing it.
- Configuring Microsoft Outlook 2003, By Sue Mosher, Robert Sparnaaij, Charlie Pulfer, David Hooker.
- Excellent book for administering Outlook 2003. Content can be browsed/searched on Google Books.
- Excellent 3rd party page on Outlook policy: http://www.howto-outlook.com/howto/policies.htm
- Folder with interesting policy settings on Outlook [1].
Important Registry Keys
Apparently important registry keys are under:
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook]
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook]
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook]
Unlocking
Account Settings
To unlock access to Account Settings (error "This feature has been disabled by your system administrator"), the following registry key must be set to 0 (for Outlook 2003/2007):
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\Setup]
"ModifyAccounts"=dword:00000000
Cached Mode
The following keys were set in my configuration, preventing to change the settings related to Cached Mode (in particular the selection between Download headers, Download headers and then full items, etc.):
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\Cached Mode]
"NoFullItems"=dword:00000001
"SyncPFFav"=dword:00000001
"NoDrizzle"=dword:00000001
"NoHeaders"=dword:00000000
"Enable"=dword:00000001
"CachedExchangeMode"=dword:00000001
"NoManualOnlineSync"=dword:00000001
To unlock all settings, simply delete all values but Enable.
Move .pst to another location
Follow the simple procedure described here:
- Open Outlook - Configure your GMail account as detailed here. Stop Outlook.
- Open Control Panel → Choose Mails → Click on Data files.
- Select the Account name and check for the location of the PST file. Leave the window open.
- Open the folder containing the PST. Move the PST to the desired location.
- Do NOT rename the file - if you do Outlook creates a new file in the default location again.
- Switch to the Data Files window (as opened in Step 2) and double click on the PST file location.
- Outlook displays an error window, Ignore the error, and point to the new location. Close the windows.
- Outlook may create a new PST in the default location again, delete it, in such a case.
- Restart Outlook.