Select Page
This entry has been published on 2017-11-01 and may be out of date.

Last Updated on 2017-11-01.

[:en]If you use Outlook’s Home Page feature and installed October 2017’s current updates, you might experience this feature is suddenly gone (due to security reasons, according to Microsoft).

However, this feature is very useful to display web pages in Outlook. This can e.g. be a central mail archive integration like MailPiler, or any other web content.

Fortunately, you can re-enable the feature via registry:

#Outlook 2016
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Security]
"EnableRoamingFolderHomepages"=dword:00000001

#Outlook 2013
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Security]
"EnableRoamingFolderHomepages"=dword:00000001

#Outlook 2010
[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Security]
"EnableRoamingFolderHomepages"=dword:00000001

No system reboot is needed, just restart Outlook.

For further details have a look here, there are more detailed reg keys available.[:]