zoukankan      html  css  js  c++  java
  • Office2007多个文档打开时,开启多个窗口(独立进程)

    1. 打开注册表 在cmd命令窗口输入 regedit

    2. 修改HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/commend 路径下的  默认(Default)值

      在原有的值后面追加   "%1"

        例  修改前   C:Program FilesMicrosoft OfficeOffice12EXCEL.EXE" /e      

             修改后   C:Program FilesMicrosoft OfficeOffice12EXCEL.EXE" /e "%1"

    3. 修改 HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/commend的名字为

        HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/commend2

    4. 修改 HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/ddeexec的名字为

        HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/ddeexec2

    5.  修改HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/commend路径下的  默认(Default)值

      在原有的值后面追加   "%1"

        例  修改前   C:Program FilesMicrosoft OfficeOffice12EXCEL.EXE" /e      

             修改后   C:Program FilesMicrosoft OfficeOffice12EXCEL.EXE" /e "%1"

    6.  修改HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/commend的文件名

      HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/commend2

    最后,不用重启计算机,直接打开多个EXCEL文件,每个文件自动分离在不同的进程中打开并显示。

    https://support.microsoft.com/en-us/help/2636670/how-to-open-excel-files-in-separate-windows-in-windows-7

    详细英文如下:

    ok, just because i don't have the petiance to wait for you to answer to my first question about which excel version you'r using i'll just give my solution for all the people who have w7 and office 2007:

    the solution involves making little changes in the registry so i recommend making back up for just in case:

    strart - run - regedit:

    Left column

    HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/commend:

    Right column {adding (space)"%1"}

    Double Click on (Default) and write - "C:Program FilesMicrosoft OfficeOffice12EXCEL.EXE" /e "%1"

    Right Click on Command – choose "rename" and add something to the name  - for example 2 (commend2).

    Left column

    HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/ddeexec:

    Right Click on the folder ddeexec and choose "rename" and add something to the name  - for example 2 (ddeexec2)

    Left column

    HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/commend:

    Right column {adding (space)"%1"}

    Double Click on (Default) and write - "C:Program FilesMicrosoft OfficeOffice12EXCEL.EXE" /e "%1"

    Right Click on Command – choose "rename" and add something to the name  - for example 2 (commend2).

    no restart needed

    Have Fun

    hope i helped 

    Love it, and you live without it
  • 相关阅读:
    第二周例行报告
    洛谷 P3384 【模板】轻重链剖分
    洛谷 P3380 【模板】二逼平衡树(树套树)
    洛谷 P4568 [JLOI2011]飞行路线
    2018 ICPC Asia Nanjing Regional Preliminary L. Magical Girl Haze
    牛客 2020 牛客国庆集训派对 day8 G. Shuffle Cards
    洛谷 P3224 [HNOI2012]永无乡
    洛谷 P1486 [NOI2004]郁闷的出纳员
    洛谷 P3391 【模板】文艺平衡树
    洛谷 P3369 【模板】普通平衡树
  • 原文地址:https://www.cnblogs.com/tomclock/p/6362021.html
Copyright © 2011-2022 走看看