zoukankan      html  css  js  c++  java
  • EV: Workaround to Allow Only One Instance or Window of outlook

    User can open and launch Microsoft Office Outlook in more than one or multiple windows or instances. When user clicks on Microsoft Outlook shortcut or icon on desktop or in Start Menu, an additional Outlook program’s instance with window will be opened, instead of bring to front the existing or currently opened Outlook program’s window.

    The ability to open multiple windows of Outlook is the default behavior of Office productivity software, including Office Outlook 2010, 2007, 2003 and XP. However, some users may dislike the ability to have many Outlook windows, especially users with a keyboard or mouse with an “Email” key that can be accidentally pressed frequently.

    For information, there is only one instance of Outlook.exe process running at a time, but the single process can span out many additional windows of Outlook. To avoid or prevent opening multiple Outlook windows, add the /recycle switch parameter to the command line target of the Outlook’s shortcut or icon.

    Note: User may need to manually create a new shortcut which points to Outlook.exe in Program Files folder, if the system-installed shortcut does not allow Target to be amended or modified. The new shortcut to Outlook can be saved to desktop, pin to Taskbar or Start Menu, or even replace the system-installed shortcut for the trick to work.

    To force Outlook to always has a maximum of one window only, right click on the shortcut or icon that runs Outlook, and select Properties. Then, at the end of Target textbox, append the /recycle, and click OK.



    For hotkey built into keyboard or mouse, user has to identify the program the control the action taken when the hotkey is pressed, and edit the command line option for the option accordingly with additional /recycle switch.

    来源:http://www.mydigitallife.info/workaround-to-allow-only-one-instance-or-window-of-outlook/
  • 相关阅读:
    SQLServerframework启动报异常:Module的类型初始值设定项引发异常
    在coding或者github建立个人站点域名绑定
    Github速度慢的解决方法
    jsoup爬取网站图片
    activeMQ类别和流程
    Session session = connection.createSession(paramA,paramB);参数解析
    Ehcache入门经典:第二篇ehcache.xml的参数
    Ehcache入门经典:第一篇
    处理高并发
    扩充次数和创建个数问题
  • 原文地址:https://www.cnblogs.com/weihongji/p/3493252.html
Copyright © 2011-2022 走看看