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/
  • 相关阅读:
    禅道项目管理系统自定义菜单相关
    2015年技术方向转变计划
    LinuxMint 17.1 Cinnamon桌面窗口焦点bug
    通过指定函数/方法形参类型提高PHP代码可靠性
    Apache+Mod_Python配置
    JPHP最新进展 v0.6
    “领域驱动开发”实例之旅(1)--不一样的开发模式
    Key/Value之王Memcached初探:二、Memcached在.Net中的基本操作
    哈希值 是什么?哈希值是什么东西啊?具体怎么识别?怎么用?
    TortoiseGit 使用教程
  • 原文地址:https://www.cnblogs.com/weihongji/p/3493252.html
Copyright © 2011-2022 走看看