Outlook Registry Settings

Hallo zusammen,

Im laufe der Zeit habe ich mir einige Registry Keys zur Steuerung von Outlook gesammelt. Ich denke es wird Zeit, diese Liste mal zu veröffentlichen.

 /*Outlook Parameters*/
http://office.microsoft.com/de-de/outlook-help/befehlszeilenparameter-HP001003110.aspx
C:\Program Files\Microsoft Office\Office<Version>\Outlook.exe /cleanreminders
C:\Program Files\Microsoft Office\Office<Version>\Outlook.exe /cleanrules
C:\Program Files\Microsoft Office\Office<Version>\Outlook.exe /resetfoldernames
C:\Program Files\Microsoft Office\Office<Version>\Outlook.exe /safe
C:\Program Files\Microsoft Office\Office<Version>\Outlook.exe /cleanviews
C:\Program Files\Microsoft Office\Office<Version>\Outlook.exe /noextensions

/*OST File Location*/
http://technet.microsoft.com/en-us/library/cc179175.aspx
%userprofile%\Local Settings\Application Data\Microsoft\Outlook (XP)
%userprofile%\AppData\Local\Microsoft\Outlook (Vista / Win7)

/*Cache Mode*/
http://support.microsoft.com/kb/870926/en-us
HKEY_CURRENT_USER\Software\Policies\Microsoft\office\<Version>\Outlook\Cached Mode
"Enable"=dword:00000000
"CachedExchangeMode"=dword:00000002
"Upload"=dword:0000000f (default is 15 seconds).
"Download"=dword:0000001e (default is 30 seconds)
"Maximum"=dword:0000003c (default is 60 seconds)

/*DelegateWastebasketStyle*/
http://support.microsoft.com/kb/202517/en-us
HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Outlook\Options\General
"DelegateWastebasketStyle"=dword:00000004 (Stores deleted items in the mailbox owner's folder)
"DelegateWastebasketStyle"=dword:00000008 (Stores deleted items in your folder)

/*DelegateSentItemsStyle*/
http://support.microsoft.com/kb/972148/en-us
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Preferences\
"DelegateSentItemsStyle"=dword:00000001 (Mails In SentItems of SendAs Mailbox)
"DelegateSentItemsStyle"=dword:00000000 (Mails In SentItems of your Mailbox

/*Outlook Profile*/
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles

/*Notifications / Benachrichtigungen*/
http://support.microsoft.com/kb/833007/en-us  
http://blog.icewolf.ch/archive/2012/01/28/disable-ballon-popup-in-outlook-when-exchange-connectivity-changes.aspx
HKEY_CURRENT_USER\Software\Microsoft\Office\<Version>\Outlook\Display Types\Balloons
"NetConn"=dword:00000001
"Exchange"=dword:00000000
"NetWarn"=dword:00000000

/*Control PST*/
http://technet.microsoft.com/en-us/library/bb508901(v=exchg.80).aspx
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\<Version>\Outlook\DisablePST", "00000001", "REG_DWORD"
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\<Version>\Outlook\DisablePST", "00000000", "REG_DWORD"

/*Disable Grow*/
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\<version>\Outlook\PST\PstDisableGrow, "00000001", "REG_DWORD"
"00000001" to disable writing to PSTs
"00000000" to enable writing to PSTs

/*Disable PST in Menu*/
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\<Version>\Outlook\DisablePST, "00000000", "REG_DWORD"
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\<Version>\Outlook\DisableCmdBarItemsList\TCID1, "5575", "REG_SZ"

/*Auto Archive*/
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\<Version>\Outlook\Preferences\ArchiveDelete
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\<Version>\Outlook\Preferences\ArchiveMount
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\<Version>\Outlook\Preferences\ArchiveOld
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\<Version>\Outlook\Preferences\DeleteExpired
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\<Version>\Outlook\Preferences\DoAging
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\<Version>\Outlook\Preferences\PromptForAging

/*MaxAttachementSize*/
HKEY_CURRENT_USER\Software\Microsoft\Office\<Version>\Outlook\Preferences\MaximumAttachmentSize, "20480", "REG_DWORD"
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\<Version>\Outlook\Preferences, "20480", "REG_DWORD"

/*Block Attachements*/
http://support.microsoft.com/kb/837388/en-us
HKEY_CURRENT_USER\Software\Microsoft\Office\<Version>\Outlook\Security\Level1Add, ".zip; .rar", "REG_SZ"
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\10.0\Outlook\Security

/*Use Closest Global Catalog*/
http://support.microsoft.com/kb/319206/en-us
HKEY_CURRENT_USER\Software\Microsoft\Exchange\Exchange Provider\Closest GC, "0x00000001", REG_DWORD

/*Autodiscover*/
http://support.microsoft.com/kb/956297/en-us
HKEY_CURRENT_USER\Software\Microsoft\Office\<Version>\Outlook\AutoDiscover
"PreferLocalXML"=dword:00000001
"ExcludeHttpRedirect"=dword:00000001
"ExcludeHttpsAutodiscoverDomain"=dword:00000001
"ExcludeHttpsRootDomain"=dword:00000001
"ExcludeScpLookup"=dword:00000001
"ExcludeSrvRecord"=dword:00000001
"ExcludeSrvLookup"=dword:1

/*PRF*/
http://blog.icewolf.ch/archive/2012/03/05/configure-outlook-profile-with-prf-file.aspx
http://znil.net/index.php?title=Exchange%2BOutlook:Outlook.prf

Method 1:
outlook.exe" /importprf \\server\share\outlook.prf

Method 2:
Delete HKEY_CURRENT_USER\Software\Microsoft\Office\<VersionNumber>\Outlook\Setup\First-Run
Delete HKEY_CURRENT_USER\Software\Microsoft\Office\<VersionNumber>\Outlook\Setup\FirstRun
Create HKEY_CURRENT_USER\Software\Microsoft\Office\<VersionNumber>\Outlook\Setup\ImportPRF = \\server\share\outlook.prf

Grüsse
Andres Bohren