Difference between revisions of "Fixing Outlook 2010 Stay-On-Top Problem"
From ATTWiki
(Created page with "Enter RegEdit.exe<br><br> Registry keys for Outlook add-ins are located in HKey_Current_User\Software\Microsoft\Office\Outlook\Addins. Each add-in has a DWORD called LoadBeha...") |
|||
Line 1: | Line 1: | ||
− | + | In the Search Programs and Files box, enter RegEdit and press Enter.<br><br> | |
− | + | Search for this folder: HKey_Current_User\Software\Microsoft\Office\Outlook\Addins.<br><br> | |
− | Back to [[Miscellaneous]] | + | Each add-in can use a DWORD called LoadBehavior.<br><br> |
+ | |||
+ | If the value is set to 3 instead of 2, this will cause Outlook’s main window to be at the top of the Z stack when the window is open, preventing any other window opening in front of it.<br><br> | ||
+ | |||
+ | ==Other Pages== | ||
+ | Back to [[Miscellaneous]]<br><br> |
Revision as of 16:54, 9 August 2013
In the Search Programs and Files box, enter RegEdit and press Enter.
Search for this folder: HKey_Current_User\Software\Microsoft\Office\Outlook\Addins.
Each add-in can use a DWORD called LoadBehavior.
If the value is set to 3 instead of 2, this will cause Outlook’s main window to be at the top of the Z stack when the window is open, preventing any other window opening in front of it.
Other Pages
Back to Miscellaneous