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:
1 2 3 4 5 6 7 8 9 10 11 |
#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.
Comments