Now here’s an interesting conundrum. A recent update to Microsoft Office 2013 that’s being pushed out automatically to clients results in some of them being unable to open Outlook 2013. Instead of running normally, the program will hang at the “Loading Profile” stage of launch, as though the profile is corrupt (if you haven’t already checked this, it could actually be the case instead of course). A workaround is to open Outlook using the well-known /safe command line switch; but this is merely a workaround (which in turn disables all add-ons), not a permanent solution.
For a much more reasonable resolution, try this instead:
- Run regedit (Start > Run > type regedit and press ENTER)
- On Windows 8, Win + R; type regedit and press ENTER
- Navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common
- Right-click, select New > Key and name it Graphics
- Select the Graphics key you just created, right-click in the right panel and choose New > DWORD (32-bit) Value and name it DisableHardwareAcceleration.
- Double-click the new value and assign it a value of 1.
- Close regedit and try opening Outlook again.
This should fix the problem. I first stumbled upon the solution when I realized that opening my TeamViewer Remote Support program while Outlook was loading kicked it into launching, which suggested either a network- or graphics-related cause (as TV affects both of those when launching). The original solution listed here came from the Microsoft Office 2013 Issues Blog, though the symptoms listed are different from these.
Hope this helps! 🙂