charliec wrote:
> After turning the Add-ins off, I did get a blank screen once again on
> Outlook 2013. So, it appears it does not have anything to do with
> the Add-ins. I went back in and restarted them. So, any other ideas
> on what might be causing this situation?
Your anti-virus program (or anything else that interrogates your e-mail
traffic) perhaps. Disable your security software to see if the problem
remains or goes away.
Was this "once again" blank window in Outlook exhibited during a Windows
startup or when you later manually loaded Outlook? If it only happens
albeit irregularly on Windows startup then I'd suggest changing the load
order of Outlook. One way is to add an event in Task Scheduler to load
Outlook on login (not on Windows startup). Another is to use a program
that will let you specify how long after login a program will load;
e.g., WinPatrol.
_Execution Order for starting programs_ /(found elsewhere)/
There are 13 places that programs can start from and they are executed
in the following order:
Before Logon
1) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
2) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices
After Logon
3) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup
4) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
5) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
6) WIN.INI [Windows] Load
7) WIN.INI [Windows] Run
8) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
9) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
10) C:\Documents and Settings\All Users\Start Menu\Programs\Startup
11) C:\Documents and Settings\<yourAccount>\Start Menu\Programs\Startup
12) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
13) As a Scheduled Task set to run at startup.
Startups in groups 6 to 11 all run at the same time (more or less).
However, the groups themselves are triggered in the order shown above.
In other words, the next group can begin launching while the previous
group is still loading its startups. Due to timing issues it is
impossible to say what order these items will finish loading, thus it
is impossible to predict the exact order of execution for individual
startups. For instance, you may notice two or more system tray icons
changing position with each boot - even when no changes have been made
to the order.
The order of items within a group is not necessarily the final order, as
some programs take longer than others to load, and synchronous groups
can overlap each other.